On Fri, Jan 08, 2010 at 09:15:05AM +0100, Patrick Georgi wrote:
Hi,
attached patches add support for tinybootblock to the generic Makefile.romccboard.inc, and move dell/s1850 (non-tinybootblock) and emulation/qemu-x86 (tinybootblock) to use that instead of their own set of rules.
emulation/qemu-x86 is boot tested.
All romcc-boards use Makefile.romccboard.inc after these patches.
Thanks!
I've boot tested epia-cn with a Kconfig build. I did need to add:
select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
to src/mainboard/via/epia-cn/Kconfig. I also added:
obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
to src/mainboard/Makefile.romccboard.inc.
Also, I noted that epia-m is also not setup to use romcc.
-Kevin