On Tue, Jan 5, 2010 at 1:37 PM, Patrick Georgi patrick@georgi-clan.dewrote:
Hi,
attached patch makes all boards build with kconfig (incl. fam10). None boot-tested.
Details:
- move declaration of romstrap files that must be added to the bootblock
into the related southbridge's Makefiles.
- amd/model_fxx, amd/model_10xxx provide their own init_timer and udelay
functions. disable udelay_io default, declare init_timer presence
- amd/sc520 provides its own udelay function (no init_timer). Declare as
such
- supermicro/h8dmr_fam10:
-- enable tinybootblock -- align configuration a bit with newconfig's -- move acpi object files to $(obj) -- fix copy&paste bug in devicetree.cb
- emulation/qemu-x86 provides its own timer. Declare as such
- tyan/s2912_fam10:
-- enable tinybootblock -- align configuration a bit with newconfig's
The remaining issues are:
- Make configurations match newconfig's
- Find bugs
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles