coreboot-kgpe-d16/src/southbridge/amd
Zheng Bao 72cc87fba5 Now bimini can boot linux to login.
Note:
1. bimini_fam10/Kconfig: Set GENERATE_MP_TABLE in Kconfig. This will make sure the
   smp_write_config_table will run. Then intr_data will be written
   into 0xC00/0xC01.
2. bootblock: Use PCI_DEV(0, 0x14, 3) instead of
   pci_locate_device(PCI_ID(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SB800_LPC), 0).
   The pci_locate_device will cause the system crash.
3. fadt.c: Change fadt revision to 1. 3 will cause the linux hang. Why?
4. early_setup.c: pmio 0x65 has change its meaning.


Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-01-21 08:46:27 +00:00
..
amd8111 Merge enable_rom.c files into bootblock.c files. 2010-12-09 18:09:14 +00:00
amd8131 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
amd8131-disable first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
amd8132 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
amd8151 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
cs5530 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
cs5535 Remove duplicated GX2 processor IIOC mode setting on CS5535 southbridge code 2010-12-30 19:23:29 +00:00
cs5536 drop unused files 2011-01-12 21:09:25 +00:00
rs690 first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00
rs780 Add RS785(RS880) support. Just few pci_ids. 2010-12-31 01:46:12 +00:00
sb600 Set the ROMSIZE as 4MB. 2010-12-14 01:47:18 +00:00
sb700 Set the ROMSIZE as 4MB. 2010-12-14 01:47:18 +00:00
sb800 Now bimini can boot linux to login. 2011-01-21 08:46:27 +00:00
Kconfig This sb800 code is derived from sb700. 2011-01-20 04:45:48 +00:00
Makefile.inc This sb800 code is derived from sb700. 2011-01-20 04:45:48 +00:00