mb/google/zork: Add and use APCB configuration data
This file is identical to the copy currently found in the amd_blobs repository; it is simply being relocated since it is mainboard specific and does not need to be in an external repo. BUG=none TEST=build/boot morphius Change-Id: Ia78fcd065fbf4d5ba6ec4edc3f8f937badf66ecc Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79591 Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
17092b3646
commit
95d05d8301
Binary file not shown.
|
@ -5,13 +5,14 @@ SPD_SOURCES_DIR=$(dir $(word 1, $(SPD_SOURCES)))
|
|||
APCB_SOURCES=$(foreach f, $(basename $(notdir $(SPD_SOURCES))), $(obj)/APCB_$(f).gen)
|
||||
|
||||
# APCB binary with magic numbers to be replaced by apcb_edit tool
|
||||
APCB_MAGIC_BLOB:=$(FIRMWARE_LOCATION)/APCB_magic.bin
|
||||
APCB_NAME=data.apcb
|
||||
APCB_PATH=$(src)/mainboard/$(MAINBOARDDIR)
|
||||
|
||||
$(obj)/APCB_%.gen: $(SPD_SOURCES_DIR)%.hex \
|
||||
$(APCB_EDIT_TOOL) \
|
||||
$(APCB_MAGIC_BLOB)
|
||||
$(APCB_PATH)/$(APCB_NAME)
|
||||
$(APCB_EDIT_TOOL) \
|
||||
$(APCB_MAGIC_BLOB) \
|
||||
$(APCB_PATH)/$(APCB_NAME) \
|
||||
$@ \
|
||||
--hex \
|
||||
--strip_manufacturer_information \
|
||||
|
|
Loading…
Reference in New Issue