diff options
author | Dinesh Gehlot <digehlot@google.com> | 2024-04-05 13:08:41 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-04-10 03:29:31 +0000 |
commit | 50b61d39dbe1e2e839f22408f27a8a87ee6d4534 (patch) | |
tree | 35c6e2b7d67b7255889e30743873fb4d9d6061f5 /src/mainboard/google/brya/chromeos.fmd | |
parent | 16131f3625d9033518aa31bf740652edc7b32cc1 (diff) |
mb/google/brya: Remove baseboard-specific FMD names
This patch renames the 16MB FMD file to remove the baseboard-specific
name 'Nissa'. This allows other supported baseboards to utilize the
16MB SPI flash. Additionally, the patch attempts to create a generic,
unified 32MB FMD file for both brya and nissa variants.
BUG=b:333314089
TEST=Build and boot Nivviks.
Change-Id: I9151a4bcbe9cc084cc19b1a3e91c0321fe4dcc37
Signed-off-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81676
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/chromeos.fmd')
-rw-r--r-- | src/mainboard/google/brya/chromeos.fmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/chromeos.fmd b/src/mainboard/google/brya/chromeos.fmd index ac7e51ebc1..2e4864f18b 100644 --- a/src/mainboard/google/brya/chromeos.fmd +++ b/src/mainboard/google/brya/chromeos.fmd @@ -47,6 +47,9 @@ FLASH 32M { # memory protected range specification. WP_RO 8M { RO_VPD(PRESERVE) 16K +#if CONFIG_TPM_GOOGLE_TI50 + RO_GSCVD 8K +#endif RO_SECTION { FMAP 2K RO_FRID 64 |