add cs5536 directory

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2262 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2006-04-20 21:21:25 +00:00
parent 5c97d78b1a
commit bc5a821f1e
2 changed files with 8 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#config chip.h
driver cs5535.o
driver cs5536.o
#driver cs5535_pci.o
driver cs5535_ide.o
#driver cs5535_ide.o

View File

@ -1,12 +1,10 @@
#ifndef _SOUTHBRIDGE_AMD_CS5535
#define _SOUTHBRIDGE_AMD_CS5535
#ifndef _SOUTHBRIDGE_AMD_CS5536
#define _SOUTHBRIDGE_AMD_CS5536
extern struct chip_operations southbridge_amd_cs5535_ops;
extern struct chip_operations southbridge_amd_cs5536_ops;
struct southbridge_amd_cs5535_config {
/* PCI function enables so the pci scan bus finds the devices */
int enable_ide;
int enable_nvram;
struct southbridge_amd_cs5536_config {
int none;
};
#endif /* _SOUTHBRIDGE_AMD_CS5535 */
#endif /* _SOUTHBRIDGE_AMD_CS5536 */