Get rid of AUTO_XIP_ROM_BASE
authorPatrick Georgi <patrick@georgi-clan.de>
Fri, 28 Oct 2011 18:28:03 +0000 (20:28 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 28 Oct 2011 20:17:10 +0000 (22:17 +0200)
commit1da104647dc2828a6594bdc7b5ae119923dbcffa
tree3e4d1e8acc0e37bf0f5d93c4367d072c1629755b
parent0f8590f9ca8026af62efa510a1c717d2d0729e3d
Get rid of AUTO_XIP_ROM_BASE

That value is now generated from a code address and CONFIG_XIP_ROM_SIZE.
This works as MTRRs are fully specified by their size and any address
within the range.

Change-Id: Id35d34eaf3be37f59cd2a968e3327d333ba71a34
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/348
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/arch/x86/Makefile.bootblock.inc
src/cpu/amd/car/cache_as_ram.inc
src/cpu/intel/car/cache_as_ram.inc
src/cpu/intel/model_106cx/cache_as_ram.inc
src/cpu/intel/model_6ex/cache_as_ram.inc
src/cpu/intel/model_6fx/cache_as_ram.inc
src/cpu/via/car/cache_as_ram.inc
src/cpu/x86/mtrr/earlymtrr.c
src/include/cpu/x86/mtrr.h