[coreboot-gerrit] New patch to review for coreboot: b5df523 Use sbl blobs from a private location

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Oct 29 19:11:38 CET 2014


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7267

-gerrit

commit b5df523e7a1497e4df20ae937603a022896450f7
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Apr 15 14:42:30 2014 -0700

    Use sbl blobs from a private location
    
    The sbl blobs could not yet be published, they have been moved to a
    private location. Update coreboot to pick up the blobs at the correct
    place.
    
    BRANCH=None
    CQ-DEPEND=CL:195003
    BUG=chrome-os-partner:28059
    TEST=manual
      $ emerge-storm coreboot succeeds
    
    Original-Change-Id: I8c4163bc978307e41c156ef9f7f2a211d57db7a8
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/194997
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    (cherry picked from commit 1a1848b00acfc2f58990559e824ea9c13c3c239c)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: If597ebbfd348039d578c99cd7a8e3c4bcbf60c10
---
 src/soc/qualcomm/ipq806x/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc
index 9ac5661..0acd775 100644
--- a/src/soc/qualcomm/ipq806x/Makefile.inc
+++ b/src/soc/qualcomm/ipq806x/Makefile.inc
@@ -22,7 +22,7 @@ $(objcbfs)/bootblock.mbn: $(objcbfs)/bootblock.raw
 	@mv $@.tmp $@
 
 # Create a complete bootblock which will start up the system
-$(objcbfs)/bootblock.bin: ./$(call strip_quotes,$(CONFIG_SBL_BLOB)) \
+$(objcbfs)/bootblock.bin: $(call strip_quotes,$(CONFIG_SBL_BLOB)) \
 			   $(objcbfs)/bootblock.mbn
 	@printf "    CAT    $(subst $(obj)/,,$(@))\n"
 	@cat $^  >  $@.tmp



More information about the coreboot-gerrit mailing list