[coreboot-gerrit] Patch set updated for coreboot: 0dc154a intel/lynxpoint: Build intermediate step to add Lynx Point ME image

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jun 16 16:29:34 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4132

-gerrit

commit 0dc154a14c3b9e8ec8d3a6489c9e823f9acde803
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Fri Apr 19 11:03:40 2013 -0700

    intel/lynxpoint: Build intermediate step to add Lynx Point ME image
    
    This is needed to successfully build fox_wtm2 from external repo.
    
    BUG=chrome-os-partner:18638
    BRANCH=none
    TEST=manual: successfully compile coreboot for fox_wtm2 and
    create an image with chromeos-bootimage/cros_bundle_firmware
    
    Change-Id: Iaa4e9983faa1d86c2b29d8fd4f577be035497e38
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://gerrit.chromium.org/gerrit/48676
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/southbridge/intel/lynxpoint/Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/southbridge/intel/lynxpoint/Makefile.inc b/src/southbridge/intel/lynxpoint/Makefile.inc
index 0358267..e504db0 100644
--- a/src/southbridge/intel/lynxpoint/Makefile.inc
+++ b/src/southbridge/intel/lynxpoint/Makefile.inc
@@ -20,8 +20,7 @@
 # Run an intermediate step when producing coreboot.rom
 # that adds additional components to the final firmware
 # image outside of CBFS
-# FIXME, uncomment as soon as we have ME firmware in the blobs repo
-# INTERMEDIATE:=lynxpoint_add_me
+INTERMEDIATE:=lynxpoint_add_me
 
 ramstage-y += pch.c
 ramstage-y += azalia.c



More information about the coreboot-gerrit mailing list