Bao Zheng would like Zheng Bao to review this change.

View Change

mb/amd/majolica: Add PSP support for board majolica

Change-Id: Ia2470a7297c7003c7975c7d9b977f2f97174efea
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
---
M src/mainboard/amd/majolica/Kconfig
M src/mainboard/amd/majolica/Makefile.inc
2 files changed, 11 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/48529/1
diff --git a/src/mainboard/amd/majolica/Kconfig b/src/mainboard/amd/majolica/Kconfig
index f811c39..c202220 100644
--- a/src/mainboard/amd/majolica/Kconfig
+++ b/src/mainboard/amd/majolica/Kconfig
@@ -4,6 +4,7 @@

config BOARD_SPECIFIC_OPTIONS
def_bool y
+ select BOARD_ROMSIZE_KB_16384
select SOC_AMD_CEZANNE
select MISSING_BOARD_RESET

@@ -17,6 +18,12 @@
config MAINBOARD_PART_NUMBER
default "MAJOLICA"

+config AMD_FWM_POSITION_INDEX
+ int
+ default 4
+ help
+ TODO: might need to be adapted for better placement of files in cbfs
+
config MAJOLICA_HAVE_MCHP_FW
bool "Have Microchip EC firmware?"
default n
diff --git a/src/mainboard/amd/majolica/Makefile.inc b/src/mainboard/amd/majolica/Makefile.inc
index ce3119c..0b58b29 100644
--- a/src/mainboard/amd/majolica/Makefile.inc
+++ b/src/mainboard/amd/majolica/Makefile.inc
@@ -1,5 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-only

+APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4_Updatable.bin
+APCB_SOURCES_68 =$(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4_Updatable.bin
+APCB_SOURCES_RECOVERY = $(MAINBOARD_BLOBS_DIR)/APCB_CZN_D4_DefaultRecovery.bin
+
PHONY+=add_mchp_fw
INTERMEDIATE+=add_mchp_fw


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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia2470a7297c7003c7975c7d9b977f2f97174efea
Gerrit-Change-Number: 48529
Gerrit-PatchSet: 1
Gerrit-Owner: Bao Zheng <fishbaozi@gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk@gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-MessageType: newchange