add cs5536 directory
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2262 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5c97d78b1a
commit
bc5a821f1e
|
@ -1,4 +1,4 @@
|
||||||
#config chip.h
|
#config chip.h
|
||||||
driver cs5535.o
|
driver cs5536.o
|
||||||
#driver cs5535_pci.o
|
#driver cs5535_pci.o
|
||||||
driver cs5535_ide.o
|
#driver cs5535_ide.o
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
#ifndef _SOUTHBRIDGE_AMD_CS5535
|
#ifndef _SOUTHBRIDGE_AMD_CS5536
|
||||||
#define _SOUTHBRIDGE_AMD_CS5535
|
#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 {
|
struct southbridge_amd_cs5536_config {
|
||||||
/* PCI function enables so the pci scan bus finds the devices */
|
int none;
|
||||||
int enable_ide;
|
|
||||||
int enable_nvram;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _SOUTHBRIDGE_AMD_CS5535 */
|
#endif /* _SOUTHBRIDGE_AMD_CS5536 */
|
||||||
|
|
Loading…
Reference in New Issue