]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: queensbay: Change CPU_ADDR_BITS to 32
authorBin Meng <bmeng.cn@gmail.com>
Mon, 6 Jul 2015 08:31:31 +0000 (16:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
Per CPUID:80000008h result, the maximum physical address bits of
TunnelCreek processor is 32 instead of default 36. This will fix
the incorrect decoding of MTRR range mask.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/queensbay/Kconfig

index 397e599f93d274df11adcfa3aa124dc0d2f8ac77..fbf85f233fb36e9e2ae98c02b411ff6b9da4b6b2 100644 (file)
@@ -38,4 +38,8 @@ config CMC_ADDR
          The default base address of 0xfffb0000 indicates that the binary must
          be located at offset 0xb0000 from the beginning of a 1MB flash device.
 
+config CPU_ADDR_BITS
+       int
+       default 32
+
 endif