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
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
On Tue, Jan 05, 2010 at 09:37:21PM +0100, Patrick Georgi wrote:
Hi,
attached patch makes all boards build with kconfig (incl. fam10). None boot-tested.
Nice!
I was going to test boot my epia-cn with a kconfig build, but I noticed that auto.c got compiled with gcc instead of romcc.
-Kevin
Am 07.01.2010 06:11, schrieb Kevin O'Connor:
I was going to test boot my epia-cn with a kconfig build, but I noticed that auto.c got compiled with gcc instead of romcc.
Oops, must have been an error when doing the mass conversion. Attached patch should fix that. Thanks for the report.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick Georgi wrote:
I was going to test boot my epia-cn with a kconfig build, but I noticed that auto.c got compiled with gcc instead of romcc.
Oops, must have been an error when doing the mass conversion. Attached patch should fix that. Thanks for the report.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Peter Stuge peter@stuge.se