add cs5536 directory
authorLi-Ta Lo <ollie@lanl.gov>
Thu, 20 Apr 2006 21:21:25 +0000 (21:21 +0000)
committerLi-Ta Lo <ollie@lanl.gov>
Thu, 20 Apr 2006 21:21:25 +0000 (21:21 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2262 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/cs5535/Config.lb
src/southbridge/amd/cs5535/chip.h

index cc056d9edece184b867bb852a78755d0df93b55e..1c76357cb360e31b93f53907a02216a7ae9776db 100644 (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
index 07a3907f3f6025ccc682b5ead0aaffa9a25fa443..3e9be9938eae99855a1c4d7ced56c57c960c1f04 100644 (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 */