[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Fix CPU address bits

Hannah Williams (Code Review) gerrit at coreboot.org
Sun Apr 15 07:28:01 CEST 2018


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/25682


Change subject: soc/intel/apollolake: Fix CPU address bits
......................................................................

soc/intel/apollolake: Fix CPU address bits

APL and GLK have 39 address bits

Change-Id: I9b761492332c545c13a0594d8f5937ca84bc0699
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/soc/intel/apollolake/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/25682/1

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index fcb1ef7..65d3f0e 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -157,7 +157,7 @@
 
 config CPU_ADDR_BITS
 	int
-	default 36
+	default 39
 
 config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ
 	int

-- 
To view, visit https://review.coreboot.org/25682
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b761492332c545c13a0594d8f5937ca84bc0699
Gerrit-Change-Number: 25682
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180415/8ea4cbcb/attachment.html>


More information about the coreboot-gerrit mailing list