Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-26
Creator: Hamish Guthrie <hamish@prodigi.ch> Added AMD GX1 northbridge and cs5530 Southbridge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1942 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
12
src/southbridge/amd/cs5530/chip.h
Normal file
12
src/southbridge/amd/cs5530/chip.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _SOUTHBRIDGE_AMD_CS5530
|
||||
#define _SOUTHBRIDGE_AMD_CS5530
|
||||
|
||||
extern struct chip_operations southbridge_amd_cs5530_ops;
|
||||
|
||||
struct southbridge_amd_cs5530_config {
|
||||
/* PCI function enables so the pci scan bus finds the devices */
|
||||
int enable_ide;
|
||||
int enable_nvram;
|
||||
};
|
||||
|
||||
#endif /* _SOUTHBRIDGE_AMD_CS5530 */
|
Reference in New Issue
Block a user