[coreboot] [PATCH]es: enable CBFS for all boards

Patrick Georgi patrick at georgi-clan.de
Sat Aug 1 19:10:40 CEST 2009


Hi,

attached patches enable CBFS for all boards and fix various related issues.

20090801-1-model_lx-should-use-generic-copy-and-run
cpu/amd/model_lx uses its own routine for copying coreboot_ram, I tried
to make it use the generic infrastructure, but I can't test it due to
lack of hardware.

20090801-2-fix-cpp-scope-of-strings
This patch fixes the generic code for copying and running coreboot_ram
in case certain configuration options are disabled. the strings were
just at the wrong place.

20090801-3-only-fix-romstream-stuff-if-romstream-is-possible
Two boards fix up some variables for romstream. This isn't necessary (or
possible) when CBFS is active, as there is no romstream. It would be
nicer to have them depend on CONFIG_ROM_PAYLOAD, but there isn't any
invariant that forces that to be inactive if CBFS is active, and this
patch is supposed to be small, esp. as the stream loaders are on the way
out.

20090801-4-enable-cbfs-for-all-boards
Big patch touching nearly every board, to enable CBFS. Everything built,
but that's all testing I could do, as the boards I have available
already have CBFS activated.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>


Regards,
Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090801-1-model_lx-should-use-generic-copy-and-run
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090801/dd47d981/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090801-2-fix-cpp-scope-of-strings
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090801/dd47d981/attachment-0001.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090801-3-only-fix-romstream-stuff-if-romstream-is-possible
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090801/dd47d981/attachment-0002.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090801-4-enable-cbfs-for-all-boards
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090801/dd47d981/attachment-0003.ksh>


More information about the coreboot mailing list