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) \
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Patch Set 1: Code-Review+2
i wonder if we should wait with submitting this until the blob is merged and the submodule pointer is updated
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Patch Set 1:
Patch Set 1: Code-Review+2
i wonder if we should wait with submitting this until the blob is merged and the submodule pointer is updated
Either or, it doesn't build upstream currently, so not sure it matters.
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Uploaded patch set 2: Patch Set 1 was rebased.
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Uploaded patch set 3: Patch Set 2 was rebased.
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Patch Set 3: Code-Review+2
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Uploaded patch set 4: Patch Set 3 was rebased.
Felix Held has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41734 Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/picasso/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Furquan Shaikh: Looks good to me, approved
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) \
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41734 )
Change subject: soc/amd/picasso/Makefile: Change APCB_magic.bin location ......................................................................
Patch Set 5:
Automatic boot test returned (PASS/FAIL/TOTAL): 4/0/4 Emulation targets: "QEMU x86 q35/ich9" using payload TianoCore : SUCCESS : https://lava.9esec.io/r/4214 "QEMU x86 q35/ich9" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4213 "QEMU x86 i440fx/piix4" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4212 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/4211
Please note: This test is under development and might not be accurate at all!