mb/google/guybrush: Add and use APCB configuration data

This file is identical to the copy currently found in the blobs
repository; it is simply being relocated for consistency and since it
does not need to be in an external repo.

BUG=none
TEST=build/boot guybrush

Change-Id: Ice4cbaccca13e9c4ae246fdcde5c89aa2086f1e1
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79592
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Matt DeVillier 2023-12-15 15:58:32 -06:00 committed by Felix Held
parent 95d05d8301
commit eb62c4ba40
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@ subdirs-y += variants/$(VARIANT_DIR)
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
APCB_NAME=APCB_CZN_D4
APCB_NAME=data.apcb
APCB_PATH=$(src)/mainboard/$(MAINBOARDDIR)
LIB_SPD_DEPS = $(SPD_SOURCES)
@ -31,7 +32,7 @@ APCB_SOURCES_RECOVERY = $(obj)/$(APCB_NAME).gen
$(obj)/$(APCB_NAME).gen: $(SPD_SOURCES) \
$(APCB_V3_EDIT_TOOL) \
$(MAINBOARD_BLOBS_DIR)/$(APCB_NAME).bin
$(APCB_V3_EDIT_TOOL) $(MAINBOARD_BLOBS_DIR)/$(APCB_NAME).bin \
$(APCB_PATH)/$(APCB_NAME)
$(APCB_V3_EDIT_TOOL) $(APCB_PATH)/$(APCB_NAME) \
$(obj)/$(APCB_NAME).gen \
--spd_sources $(SPD_SOURCES)

Binary file not shown.