[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Add missing DRAM density constants

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Mon Jun 6 16:08:42 CEST 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15059

-gerrit

commit 46315adc3e19cc2f3baf35283672c95b9a4d6b94
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Fri Jun 3 07:14:12 2016 -0700

    soc/intel/apollolake: Add missing DRAM density constants
    
    Add missing constants for DRAM density. This resolves boot issue,
    because misconfigured density results in incorrect memory mapping.
    
    Change-Id: I3bad911bf406bfc5677059490d0e89fcbf735b70
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/soc/intel/apollolake/include/soc/meminit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/apollolake/include/soc/meminit.h b/src/soc/intel/apollolake/include/soc/meminit.h
index 18c59a4..14b1ef5 100644
--- a/src/soc/intel/apollolake/include/soc/meminit.h
+++ b/src/soc/intel/apollolake/include/soc/meminit.h
@@ -62,7 +62,7 @@ enum {
 
 /* LPDDR4 module density in bits. */
 enum {
-	LP4_8Gb_DENSITY,
+	LP4_8Gb_DENSITY = 2,
 	LP4_12Gb_DESNITY,
 	LP4_16Gb_DENSITY,
 };



More information about the coreboot-gerrit mailing list