From 699f0d48ad2e98a49d6d51984e6da5dc2f739357 Mon Sep 17 00:00:00 2001 From: Ritul Guru Date: Fri, 9 Dec 2022 12:16:06 +0530 Subject: mb/amd/mayan: update EC FW offset in spirom update EC FW offset location in spirom to 0x81000 For mayan board EC FW is located at offset 0x81000 location, 0th location contains pointer to this EC FW location. Change-Id: I63c797e12ed131e8411c11379f4db9bcc29b49a2 Signed-off-by: Ritul Guru Reviewed-on: https://review.coreboot.org/c/coreboot/+/70540 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/mainboard/amd/mayan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig index ba221a703c27..a113db6069f0 100644 --- a/src/mainboard/amd/mayan/Kconfig +++ b/src/mainboard/amd/mayan/Kconfig @@ -52,7 +52,7 @@ config MAYAN_MCHP_FW_FILE config MAYAN_MCHP_FW_OFFSET hex depends on MAYAN_HAVE_MCHP_FW - default 0xB80000 + default 0x81000 help The EC firmware blob defaults to the 4MByte offset of the firmware image. If this offset needs to change, a new signature block must be -- cgit v1.2.3