mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
x86: Select stdio devices for coreboot
We want to support VGA, serial, USB keyboard and the Coreboot memory console buffer. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b012bc94ac
commit
420a2ca73f
1 changed files with 12 additions and 0 deletions
|
@ -92,6 +92,15 @@
|
||||||
#define CONFIG_SYS_NS16550_COM2 UART1_BASE
|
#define CONFIG_SYS_NS16550_COM2 UART1_BASE
|
||||||
#define CONFIG_SYS_NS16550_PORT_MAPPED
|
#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_CONSOLE_MUX
|
||||||
|
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
||||||
|
#define CONFIG_SYS_STDIO_DEREGISTER
|
||||||
|
#define CONFIG_CBMEM_CONSOLE
|
||||||
|
|
||||||
/* max. 1 IDE bus */
|
/* max. 1 IDE bus */
|
||||||
#define CONFIG_SYS_IDE_MAXBUS 1
|
#define CONFIG_SYS_IDE_MAXBUS 1
|
||||||
/* max. 1 drive per IDE bus */
|
/* max. 1 drive per IDE bus */
|
||||||
|
@ -243,4 +252,7 @@
|
||||||
*/
|
*/
|
||||||
#define CONFIG_PCI
|
#define CONFIG_PCI
|
||||||
|
|
||||||
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
|
CONFIG_STD_DEVICES_SETTINGS
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue