switch-coreboot/southbridge/amd/cs5536
Ronald G. Minnich 6ac804f594 This is a subtle error. An operations struct, to work as a constructor, must initialize
the .constructor struct member. 

This error is so subtle that we might consider changing the device code; or at least 
working on the documentation to make it more clear. The key question: do we ever want 
an operations struct that can NOT operate as a device constructor? When this code was 
designed over a year ago, it seemed that we might; now, it is not so certain. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@577 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-02-07 16:17:21 +00:00
..
cs5536.c This is a subtle error. An operations struct, to work as a constructor, must initialize 2008-02-07 16:17:21 +00:00
cs5536.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
dts With this set of changes FILO now reliably finds the IDE controller. 2008-02-07 06:33:49 +00:00
Makefile Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
smbus_initram.c V3 compilation errors: 2008-01-30 00:46:41 +00:00
stage1.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00