coreboot-kgpe-d16/src
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
..
arch fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
boot fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
config Fix some issues with spaces in the code and Doxygen style documentation. 2007-10-07 21:00:02 +00:00
console Another CONSTification... 2007-10-24 14:42:12 +00:00
cpu analog changes for the cpu_driver structures... 2007-10-24 11:10:21 +00:00
devices fix a whole bunch of warnings. (trivial) 2007-10-23 22:17:45 +00:00
drivers Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
include Add SiS device IDs for further update. 2007-09-22 17:51:48 +00:00
lib This is (most of) the usb2 debug console code ripped out of 2007-02-28 11:17:02 +00:00
mainboard Some fixes for the BCOM WinNET100, mostly in Config.lb: 2007-10-24 20:17:04 +00:00
northbridge Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
pc80 Add a debug message to keyboard init. This helped isolate at least one 2007-10-17 22:34:40 +00:00
pmc/altimus/mpc7410 Use the common LinuxBIOS license header (trivial). Refs #5. 2006-12-05 15:27:46 +00:00
ram Trivial: remove unused variable. 2007-10-22 17:04:39 +00:00
sdram 1201_ht_bus0_dev0_fidvid_core.diff 2005-12-02 21:52:30 +00:00
southbridge smaller changes to silence build warnings. (trivial) 2007-10-24 11:12:15 +00:00
stream This eliminates an illegal and annoying warning. 2007-02-03 10:43:48 +00:00
superio [Arg! Forgot to 'svn add', sorry] 2007-07-12 13:13:56 +00:00