[coreboot-gerrit] New patch to review for coreboot: intel/braswell: fix build

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Aug 28 10:21:46 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11409

-gerrit

commit 5bf861302101f5e23b50dd2f17341e4a5e735976
Author: Jenny TC <jenny.tc at intel.com>
Date:   Thu Jun 18 14:02:00 2015 +0530

    intel/braswell: fix build
    
    Commit "BCRD2: Enable LPDDR3" with the Change-Id listed below contained
    additions to braswell's chip.h which were lost during merging.
    
    BRANCH=None
    BUG=None
    TEST=google/strago builds
    
    Change-Id: Ia1e4f8112aaa728ed69a60a87afd021bf2de68ac
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
    Original-Commit-Id: 561edf23ab696772fd0a6af34cb435db9d96e912
    Original-Change-Id: Ie08900bc62d517394412cc597274fb8f5b6b0f51
    Original-Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Original-Change-Id: I1cb5a03b77baf2df125b648dd75c9f8166f5571e
    Original-Original-Signed-off-by: Jenny TC <jenny.tc at intel.com>
    Original-Original-Signed-off-by: Divagar Mohandass <divagar.mohandass at intel.com>
    Original-Original-Reviewed-on: https://chromium-review.googlesource.com/282155
    Original-Reviewed-on: https://chromium-review.googlesource.com/288880
    Original-Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
---
 src/soc/intel/braswell/chip.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/soc/intel/braswell/chip.h b/src/soc/intel/braswell/chip.h
index 191fc01..90af83a 100644
--- a/src/soc/intel/braswell/chip.h
+++ b/src/soc/intel/braswell/chip.h
@@ -37,6 +37,9 @@
 #define MEM_DDR3	0
 #define MEM_LPDDR3	1
 
+#define MEM_DDR3	0
+#define MEM_LPDDR3	1
+
 struct soc_intel_braswell_config {
 	uint8_t enable_xdp_tap;
 	uint8_t clkreq_enable;



More information about the coreboot-gerrit mailing list