[coreboot] [PATCH]Kconfig: timers, intel cpus, tinybootblock, kontron 986lcd-m

Patrick Georgi patrick at georgi-clan.de
Sun Jan 3 22:08:25 CET 2010


Hi,

batch of patches:

20100103-1-use-selected-udelay-function
Kconfig used the TSC timer unconditionally.

20100103-2-include-forgotten-intel-socket
An intel socket is still commented out - probably forgotten in the mass
conversion effort

20100103-3-intel-cpus-have-movnti
Set HAVE_MOVNTI per CPU for intels as defined in Config.lb files (only
where Kconfig files for CPUs already exist)

20100103-4-tinybootblock-for-intel-cpus
Add tinybootblock handling to Intel's CAR code:
- avoid the normal/fallback decision (we don't have __normal_image, and
we'd use CBFS for loading anyway)
- use CONFIG_XIP_ROM_BASE as external symbol, filled in by the linker.
Necessary to match the XIP region with the place where the romstage ends
up in (see next patch)

20100103-5-retarget-xip-base-for-romstage
- Add proper CONFIG_XIP_ROM_BASE to location.ld (used when linking the
romstage)

20100103-6-clean-up-kontron-config
(might not apply cleanly due to manual dissection into patches -6 and -7)
- HAVE_ACPI_SLIC is not a Kconfig variable (no CONFIG_ prefix, for starters)
- HAVE_MOVNTI is defined per-CPU, not per-board (and with -3 it actually is)

20100103-7-tinybootblock-for-kontron-986lcd-m
- changes necessary to make Kontron use tinybootblock

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

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-1-use-selected-udelay-function
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-2-include-forgotten-intel-socket
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0001.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-3-intel-cpus-have-movnti
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0002.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-4-tinybootblock-for-intel-cpus
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0003.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-5-retarget-xip-base-for-romstage
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0004.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-6-clean-up-kontron-config
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0005.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100103-7-tinybootblock-for-kontron-986lcd-m
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100103/69ca10e5/attachment-0006.ksh>


More information about the coreboot mailing list