08af3f535d
amd gx2 north -- don't set anything in the north, it conflicts with vsa settings. So we have our own pci_set_resources that is essentially a no-op -- just calls the kids. olpc rev_a config -- DISABLE the compressed rom stream. This SHOULD NOT have been set -- it is untested and caused real trouble. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2369 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
138 B
C
6 lines
138 B
C
extern struct chip_operations mainboard_sunw_ultra40_ops;
|
|
|
|
struct mainboard_sunw_ultra40_config {
|
|
// int fixup_scsi;
|
|
// int fixup_vga;
|
|
};
|