coreboot-kgpe-d16/src/mainboard
Uwe Hermann cb00e7ab94 Some fixes for the BCOM WinNET100, mostly in Config.lb:
- Add missing entry for the NIC:

     device pci 0f.0 on end           # Ethernet (onboard)

 - Drop the following lines:

     register "com1" = "{115200}"
     register "com2" = "{38400}"

   Those entries hardcode the BAUD rate (as far as I can tell, please
   correct me if I'm wrong). We don't want that -- instead the config option
   TTYS0_BAUD in Options.lb should be used(?) I verified that dropping those
   lines will not break serial output (COM1, 115200, 8n1).

 - Enable IDE (PCI device 00:12.2) and add the following register lines
   to tell the CS5530 code to actually enable IDE channel 0:

      register "ide0_enable" = "1"
      register "ide1_enable" = "0"     # Not available/needed on this board

   Tested with a 2.5" hard drive and FILO, works fine.

 - Enable USB (PCI device 00:13.0), not sure why it was commented.

 - Enable COM2 as it's used by the smartcard reader.

 - Add CONFIG_COMPRESSED_PAYLOAD_LZMA to Options.lb, in order to fix
   abuild for this board.

 - Add some more comments.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2896 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-10-24 20:17:04 +00:00
..
agami/aruma trivial: clarify comment on ADM1026_DEVICE address 2007-07-12 17:02:52 +00:00
amd Add the AMD DB800 (AKA Salsa) mainboard. 2007-06-12 22:54:41 +00:00
arima/hdama Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
artecgroup/dbe61 Artec Group dbe61 mainboard support. 2007-06-20 23:45:44 +00:00
asi/mb_5blmp Set the default video memory to 0 MB for all GX1 boards which don't yet 2007-10-11 10:25:35 +00:00
asus Completely rip out / replace the ASUS P2B code (which wasn't really working), 2007-10-16 00:13:59 +00:00
bcom/winnet100 Some fixes for the BCOM WinNET100, mostly in Config.lb: 2007-10-24 20:17:04 +00:00
bitworks/ims Simplify spd_read_byte() functions (trivial). 2007-05-15 10:26:16 +00:00
broadcom/blast Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
dell/s1850 Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
digitallogic Add missing license headers, minor cosmetic fixes in existing headers. 2007-05-22 10:12:49 +00:00
eaglelion/5bcm Set the default video memory to 0 MB for all GX1 boards which don't yet 2007-10-11 10:25:35 +00:00
embeddedplanet/ep405pc Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
emulation/qemu-i386 Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
gigabyte/m57sli reverting 2683, NAK by YhLu, patch not necessary. 2007-05-22 15:04:28 +00:00
ibm Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
iei Set the default video memory to 0 MB for all GX1 boards which don't yet 2007-10-11 10:25:35 +00:00
intel Whitespace fixes (trivial). 2007-05-17 11:20:18 +00:00
iwill Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. 2007-04-22 19:03:34 +00:00
lippert/frontrunner Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
motorola Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
msi Fix up totally broken Super I/O setup on the MSI MS-7260 (K9N Neo). 2007-10-17 01:57:14 +00:00
newisys/khepri Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
nvidia/l1_2pvv This is another fixup round for Yinghai Lu's great patch. 2007-02-27 14:11:18 +00:00
olpc This repairs the other Geode mainboards so they'll build with the new 2007-05-04 19:09:01 +00:00
pcengines/alix1c Partial changes and fixup. 2007-09-09 19:43:31 +00:00
sunw/ultra40 Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
supermicro This is another fixup round for Yinghai Lu's great patch. 2007-02-27 14:11:18 +00:00
technologic/ts5300 Fix two boards broken by the large patches of late. 2007-04-12 00:28:32 +00:00
totalimpact/briq Apply linuxbios-rename-other-payload-options.patch 2006-12-15 12:56:28 +00:00
tyan The s2882 ships with a 1MB rom chip. The targets/tyan/s2882/Config.lb file 2007-10-23 12:06:53 +00:00
via Simplify spd_read_byte() functions (trivial). 2007-05-15 10:26:16 +00:00