coreboot-kgpe-d16/payloads/libpayload/arch
Aaron Durbin a09760eb45 libpayload: add x86 ROM variable MTRR support
On x86, coreboot may allocate a variable range MTRR for enabling caching
of the system ROM. Add the ability to parse this structure and add the
result to the sysinfo structure.

An example usage implementation would be to obtain the variable MTRR
index that covers the ROM from the sysinfo structure. Then one would
disable caching and change the MTRR type from uncacheable to
write-protect and enable caching. The opposite sequence is required
to tearn down the caching.

Change-Id: I3bfe2028d8574d3adb1d85292abf8f1372cf97fa
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2920
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-03-29 20:10:14 +01:00
..
armv7 libpayload: Add comments on virtual pointers in lib_sysinfo 2013-03-22 16:20:08 +01:00
powerpc libpayload: Generalize and redistribute timekeeping code 2013-03-14 04:53:33 +01:00
x86 libpayload: add x86 ROM variable MTRR support 2013-03-29 20:10:14 +01:00
Config.in libpayload: Fix license headers 2013-02-20 02:41:24 +01:00