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 Change-Id: I8c4163bc978307e41c156ef9f7f2a211d57db7a8 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/194997 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
1bb1a00863
commit
1a1848b00a
2 changed files with 2 additions and 1 deletions
|
|
@ -5,3 +5,4 @@ CONFIG_COREBOOT_ROMSIZE_KB_4096=y
|
|||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_USE_BLOBS=y
|
||||
CONFIG_SBL_BLOB="/build/storm/firmware/sbls.bin"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue