From eb62c4ba40d199b80b16ab6e3171f054543fc718 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 15 Dec 2023 15:58:32 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79592 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/guybrush/Makefile.inc | 7 ++++--- src/mainboard/google/guybrush/data.apcb | Bin 0 -> 38108 bytes 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 src/mainboard/google/guybrush/data.apcb (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/guybrush/Makefile.inc b/src/mainboard/google/guybrush/Makefile.inc index 8ffb00f285..fd03124dcd 100644 --- a/src/mainboard/google/guybrush/Makefile.inc +++ b/src/mainboard/google/guybrush/Makefile.inc @@ -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) diff --git a/src/mainboard/google/guybrush/data.apcb b/src/mainboard/google/guybrush/data.apcb new file mode 100644 index 0000000000..7fe382e431 Binary files /dev/null and b/src/mainboard/google/guybrush/data.apcb differ -- cgit v1.2.3