Home
last modified time | relevance | path

Searched hist:"488 b8b242b72fe551dc38e33af8c7f94747610bd" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dcoreboot.c488b8b242b72fe551dc38e33af8c7f94747610bd Mon Dec 03 13:59:00 UTC 2012 Duncan Laurie <dlaurie@chromium.org> x86: Fix MTRR clear to detect which MTRR to use

Coreboot was always using MTRR 7 for the write-protect
cache entry that covers the ROM and U-boot was removing it.
However with 4GB configs we need more MTRRs for the BIOS
and so the WP MTRR needs to move. Instead coreboot will
always use the last available MTRR that is normally set
aside for OS use and U-boot can clear it before the OS.

Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>