mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
ich: Add names for region 5, 9, 10, 11, 12, 15
Add Region 9 for Intel Meteor Lake; update missing regions. * Include Region 9 as officially required for Intel Meteor Lake platform. * Incorporate missing region names from https://github.com/coreboot/coreboot/blob/main/util/ifdtool/ifdtool.c for completeness. Region 5: Device Expansion (DE or DevExp) Region 9: Device Expansion 2 (DE2 or DevExp2) Region 10: Innovation Engine (IE) Region 11: 10 GbE 0 Region 12: 10 GbE 1 Region 15: PTT BUG=b:319773700 TEST=Run `flashrom -VV` on MTL and see all the regions are printed out Change-Id: I3b164ce4ae84bfd523fcd8be416c5d13183ed632 Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/81356 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
e5ed0c6340
commit
85f14efe06
@ -38,9 +38,9 @@
|
||||
|
||||
static const char *const region_names[] = {
|
||||
"Descriptor", "BIOS", "ME", "GbE", "Platform",
|
||||
"Region5", "BIOS2", "Region7", "EC/BMC", "Region9",
|
||||
"IE", "10GbE", "Region12", "Region13", "Region14",
|
||||
"Region15"
|
||||
"DevExp", "BIOS2", "Region7", "EC/BMC", "DevExp2",
|
||||
"IE", "10GbE0", "10GbE1", "Region13", "Region14",
|
||||
"PTT"
|
||||
};
|
||||
|
||||
static void dump_file(const char *prefix, const uint32_t *dump, unsigned int len,
|
||||
|
Reference in New Issue
Block a user