From 5013f7d152578cc7301242161cba7650a78eb4c1 Mon Sep 17 00:00:00 2001 From: Reka Norman Date: Mon, 14 Nov 2022 11:55:09 +1100 Subject: mb/google/nissa: Remove SI_ME subregions The SI_ME subregions were added to support using the CSE stitching tools (cse_serger). Use of the stitching tools has been reverted and probably won't be re-enabled soon, so the subregions are not currently used by anything. They also don't match the actual region sizes chosen by the FIT tool, so remove them to avoid confusion. The other option would be to manually keep them in sync with the sizes chosen by the FIT tool, but this would be extra manual effort without much benefit. BUG=None TEST=Build and boot on nivviks Change-Id: I993e07a060445ab8de1b0e40a023e8248867c53c Signed-off-by: Reka Norman Reviewed-on: https://review.coreboot.org/c/coreboot/+/69540 Reviewed-by: Kangheui Won Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Sridhar Siricilla --- src/mainboard/google/brya/chromeos-nissa-32MiB.fmd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/mainboard/google/brya/chromeos-nissa-32MiB.fmd') diff --git a/src/mainboard/google/brya/chromeos-nissa-32MiB.fmd b/src/mainboard/google/brya/chromeos-nissa-32MiB.fmd index 5d386f916b..48406b9f21 100644 --- a/src/mainboard/google/brya/chromeos-nissa-32MiB.fmd +++ b/src/mainboard/google/brya/chromeos-nissa-32MiB.fmd @@ -1,13 +1,7 @@ FLASH 32M { SI_ALL 3776K { SI_DESC 4K - SI_ME { - CSE_LAYOUT 8K - CSE_RO 1360K - CSE_DATA 420K - # 64-KiB aligned to optimize RW erases during CSE update. - CSE_RW 1984K - } + SI_ME } SI_BIOS 28992K { RW_SECTION_A 4344K { -- cgit v1.2.3