coreboot-kgpe-d16/src/arch/x86/include
Sven Schnelle adfbcb79ab MTRR: get physical address size from CPUID
The current code uses static values for the physical address size
supported by a CPU. This isn't always the right value: I.e. on
model_6[ef]x Core (2) Duo CPUs physical address size is 36, while
Xeons from the same family have 38 bits, which results in invalid
MTRR setup. Fix this by getting the right number from CPUID.

Change-Id: If019c3d9147c3b86357f0ef0d9fda94d49d811ca
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/529
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-01-10 21:51:40 +01:00
..
arch MTRR: get physical address size from CPUID 2012-01-10 21:51:40 +01:00
bitops.h After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
bootblock_common.h Bootblock does not need a unique boot_cpu() 2011-12-05 12:20:43 +01:00
div64.h drop unused code in div64.h 2010-12-16 23:57:43 +00:00
stddef.h After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
stdint.h After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00