From 41e2b5879fe18a087ed78d3880d18e10da5de8ed Mon Sep 17 00:00:00 2001 From: Konrad Adamczyk Date: Mon, 24 Jul 2023 09:46:50 +0000 Subject: mb/google/myst: Override PSP_SOFTFUSE_BITS to fix non-serial boot With currently set default PSP_SOFTFUSE_BITS for phoenix SoC, the non-serial build does not boot on Myst. Override PSP_SOFTFUSE_BITS by disabling SPIConfig to also get the non-serial build booting. The documentation of PSP_SOFTFUSE_BITS is available in #55758 doc (NDA). BUG=b:292489356 TEST=Flash image-myst.bin, verify that it's able to boot on Myst proto0. Change-Id: Id4472fd85fdefcafb8378199dbaa054fab8b3274 Signed-off-by: Konrad Adamczyk Reviewed-on: https://review.coreboot.org/c/coreboot/+/76713 Reviewed-by: Jon Murphy Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian Reviewed-by: Fred Reitberger --- src/mainboard/google/myst/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index 281c59c6eba0..4bbfc20cc407 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -82,4 +82,10 @@ config VBOOT_GSCVD bool default n +# Override PSP_SOFTFUSE_BITS from soc/amd/phoenix. +# The documentation of PSP_SOFTFUSE_BITS is available in #55758 doc (NDA). +config PSP_SOFTFUSE_BITS + string + default "36 34 28 6" + endif # BOARD_GOOGLE_BASEBOARD_MYST -- cgit v1.2.3