diff options
author | Ritul Guru <ritul.bits@gmail.com> | 2022-12-09 12:16:06 +0530 |
---|---|---|
committer | Fred Reitberger <reitbergerfred@gmail.com> | 2023-02-08 13:46:40 +0000 |
commit | 699f0d48ad2e98a49d6d51984e6da5dc2f739357 (patch) | |
tree | d3f458c8f26fd9b06f869eacf144976438ac9355 /src/mainboard/amd | |
parent | 965a45f4861016c4b348c597f5418ef8f14c0192 (diff) |
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 <ritul.bits@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70540
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/mayan/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig index ba221a703c..a113db6069 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 |