switch-coreboot/southbridge/amd
Mart Raudsepp cb5d9d3867 cs5536: Remove redundant enable_ide variable from ide device.
The device infrastructure already has an enabled bit, so we don't need to duplicate it in the current form.
cs5536.c:ide_init() is phase6_init, which is called only if the device is enabled, so if the device doesn't
exist, or the mainboard dts says "disabled;" for it, the init is not done and an extra conditional is not
necessary.
Adapt all cs5536 using mainboards to it (removing enable_ide variable) - artecgroup/dbe6[12] gets the whole
IDE device removed, which results in the ide_init() code not being ran as before (before it was called but
early return from enable_ide == 0, now it won't be called in the first place).

Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>

git-svn-id: svn://coreboot.org/repository/coreboot-v3@1114 f3766cd6-281f-0410-b1cd-43a5c92072e9
2009-01-09 18:12:08 +00:00
..
amd8111 This patch does some minor fixups for 8111 and 8132 and adds support for 8131. 2009-01-05 23:02:16 +00:00
amd8131 This patch does some minor fixups for 8111 and 8132 and adds support for 8131. 2009-01-05 23:02:16 +00:00
amd8132 This patch does some minor fixups for 8111 and 8132 and adds support for 8131. 2009-01-05 23:02:16 +00:00
amd8151 This patch makes the 8151 compile and adds it to the amd serengeti board. 2008-12-19 02:43:46 +00:00
cs5536 cs5536: Remove redundant enable_ide variable from ide device. 2009-01-09 18:12:08 +00:00
rs690 This patch changes all occurrences of pci_dev_set_resources -> 2008-11-24 14:06:10 +00:00
sb600 specific-resources.diff: 2008-12-31 19:46:14 +00:00