Hi,
20091008-4 is the usual "more kconfig" patch, but 20091008-3 is more complex: It makes southbridge/amd/cs5535 build with the new build system.
It only worked in the old one, because chip.h is commented out in the Config.lb file (thanks Uwe for figuring that out). I simply added the normal boiler plate to actually have this stuff do something, even if it's just a printk (as southbridge_enable was already defined)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick Georgi wrote:
20091008-4 is the usual "more kconfig" patch, but 20091008-3 is more complex: It makes southbridge/amd/cs5535 build with the new build system.
It only worked in the old one, because chip.h is commented out in the Config.lb file (thanks Uwe for figuring that out). I simply added the normal boiler plate to actually have this stuff do something, even if it's just a printk (as southbridge_enable was already defined)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Peter Stuge peter@stuge.se
It only worked in the old one, because chip.h is commented out in the Config.lb file (thanks Uwe for figuring that out). I simply added the normal boiler plate to actually have this stuff do something, even if it's just a printk (as southbridge_enable was already defined)
It seems like the boards that use these chips are better supported in v3. Would it be helpful to compare with what was done there?
Thanks, Myles
Am Donnerstag, den 08.10.2009, 13:34 -0600 schrieb Myles Watson:
It only worked in the old one, because chip.h is commented out in the Config.lb file (thanks Uwe for figuring that out). I simply added the normal boiler plate to actually have this stuff do something, even if it's just a printk (as southbridge_enable was already defined)
It seems like the boards that use these chips are better supported in v3. Would it be helpful to compare with what was done there?
Mart Raudsepp (leio) stated on IRC that he wants to backport the v3 stuff.
Patrick
Am Donnerstag, den 08.10.2009, 13:34 -0600 schrieb Myles Watson:
It only worked in the old one, because chip.h is commented out in the Config.lb file (thanks Uwe for figuring that out). I simply added the normal boiler plate to actually have this stuff do something, even if it's just a printk (as southbridge_enable was already defined)
It seems like the boards that use these chips are better supported in
v3.
Would it be helpful to compare with what was done there?
Mart Raudsepp (leio) stated on IRC that he wants to backport the v3 stuff.
Perfect.
Thanks, Myles