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:
arch import user (historical)
2005-07-06 17:06:46 +00:00
parent 4e83d70a43
commit d24d6993b6
11 changed files with 733 additions and 0 deletions

View 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 */