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@coresystems.de