
12 Dec
2008
12 Dec
'08
1:30 a.m.
Hello
2008/12/12 Roman Mashak romez777@gmail.com:
Certainly.
- CPU is arm926ejs based processor with standard peripherals (UART,
I2C, timers etc.)
- our custom board
- U-Boot-1.3.4
Forgot to mention the serial settings in my board's configuration file:
#define CONFIG_BAUDRATE 115200 #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CFG_SERIAL0 0xFE000000 #define CFG_SERIAL1 0xFE100000
So I believe 'default_environment[]' has correct "baudrate" environment set and on startup it will be picked up by 'init_baudrate()' from $(UBOOT)/lib_arm/board.c
--
Roman Mashak