util/ifdtool: fix typo PSL->MSL
This is the MCH Strap Length, and FMSBA is the corresponding Flash MCH Strap Base Address. See ICH8 datasheet, FLMAP2. Change-Id: I322c13d9228800a2736b0288377495287521712c Signed-off-by: Daniel Maslowski <info@orangecms.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89614 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a87e699f04
commit
3c49c13995
1 changed files with 1 additions and 1 deletions
|
|
@ -1035,7 +1035,7 @@ static void dump_fd(char *image, int size)
|
|||
|
||||
if (!is_platform_with_100x_series_pch()) {
|
||||
printf("FLMAP2: 0x%08x\n", fdb->flmap2);
|
||||
printf(" PSL: 0x%04x\n", (fdb->flmap2 >> 8) & 0xffff);
|
||||
printf(" MSL: 0x%04x\n", (fdb->flmap2 >> 8) & 0xffff);
|
||||
printf(" FMSBA: 0x%x\n", ((fdb->flmap2) & 0xff) << 4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue