u-boot/arch/x86
Bin Meng 3b621ccabd x86: Test mtrr support flag before accessing mtrr msr
On some x86 processors (like Intel Quark) the MTRR registers are not
supported. This is reflected by the CPUID (EAX 01H) result EDX[12].
Accessing the MTRR registers on such processors will cause #GP so we
must test the support flag before accessing MTRR MSRs.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-01-23 17:24:55 -07:00
..
cpu x86: Test mtrr support flag before accessing mtrr msr 2015-01-23 17:24:55 -07:00
dts x86: Make chromebook_link the default board for coreboot 2015-01-13 07:25:04 -08:00
include/asm x86: Test mtrr support flag before accessing mtrr msr 2015-01-23 17:24:55 -07:00
lib x86: Test mtrr support flag before accessing mtrr msr 2015-01-23 17:24:55 -07:00
config.mk x86: Remove REALMODE_BASE which is no longer used 2014-11-21 07:24:08 +01:00
Kconfig x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig 2015-01-13 07:25:03 -08:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00