"README.md" did not exist on "ae4a3cfa030438ca05ad3bf61fa301dee6c1dbb5"
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>
Please register or sign in to comment