|
@@ -30,6 +30,7 @@
|
|
|
#define CONFIG_DM
|
|
|
#define CONFIG_CMD_DM
|
|
|
#define CONFIG_DM_GPIO
|
|
|
+#define CONFIG_DM_SERIAL
|
|
|
|
|
|
#define CONFIG_LMB
|
|
|
#define CONFIG_OF_LIBFDT
|
|
@@ -92,21 +93,16 @@
|
|
|
/*-----------------------------------------------------------------------
|
|
|
* Serial Configuration
|
|
|
*/
|
|
|
-#define CONFIG_CONS_INDEX 1
|
|
|
+#define CONFIG_COREBOOT_SERIAL
|
|
|
#define CONFIG_SYS_NS16550
|
|
|
-#define CONFIG_SYS_NS16550_SERIAL
|
|
|
-#define CONFIG_SYS_NS16550_REG_SIZE 1
|
|
|
-#define CONFIG_SYS_NS16550_CLK 1843200
|
|
|
-#define CONFIG_BAUDRATE 9600
|
|
|
+#define CONFIG_BAUDRATE 115200
|
|
|
#define CONFIG_SYS_BAUDRATE_TABLE {300, 600, 1200, 2400, 4800, \
|
|
|
9600, 19200, 38400, 115200}
|
|
|
-#define CONFIG_SYS_NS16550_COM1 UART0_BASE
|
|
|
-#define CONFIG_SYS_NS16550_COM2 UART1_BASE
|
|
|
#define CONFIG_SYS_NS16550_PORT_MAPPED
|
|
|
|
|
|
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,eserial0\0" \
|
|
|
- "stdout=vga,eserial0,cbmem\0" \
|
|
|
- "stderr=vga,eserial0,cbmem\0"
|
|
|
+#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
|
|
|
+ "stdout=vga,serial,cbmem\0" \
|
|
|
+ "stderr=vga,serial,cbmem\0"
|
|
|
|
|
|
#define CONFIG_CONSOLE_MUX
|
|
|
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
|
@@ -260,7 +256,7 @@
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
|
|
|
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
|
|
|
#define CONFIG_SYS_MALLOC_LEN (0x20000 + 128 * 1024)
|
|
|
-
|
|
|
+#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
|
|
|
|
|
|
/* allow to overwrite serial and ethaddr */
|
|
|
#define CONFIG_ENV_OVERWRITE
|