pci_ids.h --- Added new ids.
boot.c -- Modified to compile even with -fPIC
generic_sdram.inc -- split out generic_sdram_enable.inc -- Some chipsets
don't need that enable logic.
Added serial_fill_inbuf.c
Removed unused 440gx/param.h sis/630/param.h
Modified: make.base crt0.base ldscript.base mainboard/Config and NLBConfig.py
In NLBConfig.py added the directive mainboardinit (a variant of raminit.inc)
This allows us to remove hardcodes in crt0.S updated every mainboard/Config to
reflect the current state of the hardcodes, and the split of generic_sdram.inc
In crt0.S we should have the bare minimum code in assembly needed to get to C code.
mkrom is no longer needed.
This commit is contained in:
parent
228148aa23
commit
ebccffe3d0
31 changed files with 256 additions and 150 deletions
|
|
@ -261,6 +261,7 @@
|
|||
#define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001
|
||||
#define PCI_DEVICE_ID_AMD_SCSI 0x2020
|
||||
#define PCI_DEVICE_ID_AMD_FE_GATE_7006 0x7006
|
||||
#define PCI_DEVICE_ID_AMD_FE_GATE_700C 0x700C
|
||||
#define PCI_DEVICE_ID_AMD_COBRA_7400 0x7400
|
||||
#define PCI_DEVICE_ID_AMD_COBRA_7401 0x7401
|
||||
#define PCI_DEVICE_ID_AMD_COBRA_7403 0x7403
|
||||
|
|
@ -269,6 +270,11 @@
|
|||
#define PCI_DEVICE_ID_AMD_VIPER_7409 0x7409
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_740B 0x740B
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_740C 0x740C
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_7410 0x7410
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_7411 0x7411
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_7412 0x7412
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_7413 0x7413
|
||||
#define PCI_DEVICE_ID_AMD_VIPER_7414 0x7414
|
||||
|
||||
#define PCI_VENDOR_ID_TRIDENT 0x1023
|
||||
#define PCI_DEVICE_ID_TRIDENT_9320 0x9320
|
||||
|
|
@ -676,6 +682,8 @@
|
|||
#define PCI_DEVICE_ID_REALTEK_8129 0x8129
|
||||
#define PCI_DEVICE_ID_REALTEK_8139 0x8139
|
||||
|
||||
#define PCI_VENDOR_ID_TYAN 0x10f1
|
||||
|
||||
#define PCI_VENDOR_ID_TRUEVISION 0x10fa
|
||||
#define PCI_DEVICE_ID_TRUEVISION_T1000 0x000c
|
||||
|
||||
|
|
@ -1298,3 +1306,6 @@
|
|||
#define PCI_DEVICE_ID_ARK_STING 0xa091
|
||||
#define PCI_DEVICE_ID_ARK_STINGARK 0xa099
|
||||
#define PCI_DEVICE_ID_ARK_2000MT 0xa0a1
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue