diff options
author | Anil Kumar <anil.kumar.k@intel.com> | 2023-10-24 14:22:51 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-11-01 15:34:11 +0000 |
commit | a8962492b224c84a48c041a414ccbc3b6e8e4869 (patch) | |
tree | 213dfe7be732ae285c5ed3d860d4f3ca432cd51a /src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd | |
parent | da48d9ebfe30d65348bd337bda1f502c91a71970 (diff) |
mb/{google,intel}: Update FMD to support CBFS verification
This patch adds the required FMD changes to support the change
in cse_lite 'commit Ie0266e50463926b8d377825 ("remove
cbfs_unverified_area_map() API in cse_lite")' for CBFS verification.
With the change in cse_lite the ME_RW_A/B blobs are now part of
FW_MAIN_A/B and corresponding entries in FMD can be removed for boards
that currently use them.
BUG=b:284382452
Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Change-Id: I3ca88fee181f059852923d50292b24c0e5b9fd6d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78502
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd')
-rw-r--r-- | src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd b/src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd index ee92f2af4f..205f3dd1e5 100644 --- a/src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd +++ b/src/mainboard/google/brya/chromeos-nissa-16MiB-debugfsp.fmd @@ -8,7 +8,6 @@ FLASH 16M { VBLOCK_A 8K FW_MAIN_A(CBFS) RW_FWID_A 64 - ME_RW_A(CBFS) 1434K } RW_MISC 152K { UNIFIED_MRC_CACHE(PRESERVE) 128K { @@ -26,7 +25,6 @@ FLASH 16M { VBLOCK_B 8K FW_MAIN_B(CBFS) RW_FWID_B 64 - ME_RW_B(CBFS) 1434K } # Make WP_RO region align with SPI vendor # memory protected range specification. |