coreboot-kgpe-d16/src/console
Uwe Hermann fa7efe9f40 AMD SB600 uses a hardcoded USB Debug Port number.
It cannot be changed via software according to the datasheet, whereas
this is indeed possible on AMD SB700. I tested using the SB700 mechanism
on SB600 but it didn't work, so I suspect the datasheet is indeed correct.

Thus, don't show the kconfig option for selecting the physical USB port
on the AMD SB600 southbridge.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5906 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-10-02 20:33:56 +00:00
..
btext_console.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
console.c Add 2 missing license headers based on svn logs and remove an unneeded #include 2010-09-27 18:49:46 +00:00
font-8x16.c btext fix 2004-12-16 02:44:25 +00:00
Kconfig AMD SB600 uses a hardcoded USB Debug Port number. 2010-10-02 20:33:56 +00:00
logbuf_console.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
ne2k_console.c Add support for the console over Ethernet (through PCI NE2000). 2010-07-16 20:02:09 +00:00
printk.c This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00
uart8250_console.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
usbdebug_console.c USB Debug Port related license header fixes (trivial). 2010-09-23 18:16:46 +00:00
vga_console.c Implement native VGA Support. 2009-05-29 03:04:16 +00:00
vsprintf.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
vtxprintf.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00