Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
soc/amd/picasso/Makefile: Change APCB_magic.bin location
The APCB_magic.bin lives in amd_blobs, not blobs.
BUG=b:157140753 TEST=Boot trembyle to OS
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ib082a8e7fc631ca7145b0b77e49ea0cbf99dff41 --- M src/soc/amd/picasso/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/41734/1
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc index e1416bc..05d46ea 100644 --- a/src/soc/amd/picasso/Makefile.inc +++ b/src/soc/amd/picasso/Makefile.inc @@ -289,7 +289,7 @@ cp $< $@
# APCB binary with magic numbers to be replaced by apcb_edit tool -APCB_MAGIC_BLOB:=$(MAINBOARD_BLOBS_DIR)/APCB_magic.bin +APCB_MAGIC_BLOB:=$(FIRMWARE_LOCATE)/APCB_magic.bin
$(obj)/APCB_empty.bin: $(APCB_MAGIC_BLOB) $(APCB_EDIT_TOOL) $(APCB_EDIT_TOOL) \