- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively

- set them to span the last 64k, instead of the last 128k
  by default
- fixes via CAR for tiny bootblock
- enabled tiny bootblock for via/vt8454c

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5409 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2010-04-12 09:50:53 +00:00
parent d9466493ec
commit f1ce6f2c25
4 changed files with 6 additions and 13 deletions

View File

@@ -25,8 +25,8 @@ config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
config XIP_ROM_BASE
hex
default 0xfffe0000
default 0xffff0000
config XIP_ROM_SIZE
hex
default 0x20000
default 0x10000