summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/car/p3/cache_as_ram.S
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2018-08-19 20:02:05 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-09-18 10:36:12 +0000
commitde028789fda806b358538613d33a9a0a020d3d8c (patch)
treef40bb6803cbef05f1e8346e2629f8b0d0dd8ce2c /src/cpu/intel/car/p3/cache_as_ram.S
parentc703beb31d8f95c1e861cb4007b02c3eaaf93c33 (diff)
downloadcoreboot-de028789fda806b358538613d33a9a0a020d3d8c.tar.gz
coreboot-de028789fda806b358538613d33a9a0a020d3d8c.tar.bz2
coreboot-de028789fda806b358538613d33a9a0a020d3d8c.zip
cpu/*/car: fix ancient URL explaining XIP range run-time calculation
Change-Id: I49526b6aafb516a668b7b5e983a0372e3d26a8fc Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/28216 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu/intel/car/p3/cache_as_ram.S')
-rw-r--r--src/cpu/intel/car/p3/cache_as_ram.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/car/p3/cache_as_ram.S b/src/cpu/intel/car/p3/cache_as_ram.S
index 35dd164e7f20..b3bf230226c4 100644
--- a/src/cpu/intel/car/p3/cache_as_ram.S
+++ b/src/cpu/intel/car/p3/cache_as_ram.S
@@ -137,7 +137,7 @@ addrsize_set_high:
xorl %edx, %edx
/*
* IMPORTANT: The following calculation _must_ be done at runtime. See
- * https://www.coreboot.org/pipermail/coreboot/2010-October/060855.html
+ * https://mail.coreboot.org/pipermail/coreboot/2010-October/060922.html
*/
movl $_program, %eax
andl $(~(CONFIG_XIP_ROM_SIZE - 1)), %eax