Ivy Jian has uploaded this change for review.

View Change

UPSTREAM: mb/google/mancomb: Add mancomb APCBs into build

This adds the Mancomb APCBs into the AMD firmware binary.

BUG=b:182211161
TEST=Build and check log showing APCB sources present.

Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Change-Id: Ifdf1e813fce6f93378c2495cf76bdace81d87c16
---
M src/mainboard/google/mancomb/Makefile.inc
1 file changed, 8 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/52600/1
diff --git a/src/mainboard/google/mancomb/Makefile.inc b/src/mainboard/google/mancomb/Makefile.inc
index 21e71d7..8181edc 100644
--- a/src/mainboard/google/mancomb/Makefile.inc
+++ b/src/mainboard/google/mancomb/Makefile.inc
@@ -1,5 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-or-later

+ifneq ($(wildcard $(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4.bin),)
+$(info APCB sources present.)
+APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4.bin
+APCB_SOURCES_RECOVERY = $(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4.bin
+else
+$(info APCB sources not found. Skipping APCB.)
+endif
+
bootblock-y += bootblock.c

verstage-y += verstage.c

To view, visit change 52600. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifdf1e813fce6f93378c2495cf76bdace81d87c16
Gerrit-Change-Number: 52600
Gerrit-PatchSet: 1
Gerrit-Owner: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Gerrit-MessageType: newchange