mb/intel/glkrvp: Add FPF_STATUS section in fmd file
Read cse file was not getting cached and taking about 500ms on every boot. Change-Id: I8c92eefc64fe146c628d9c104d7dfb016204004c Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/23743 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
3985112898
commit
2b732a2b4c
|
@ -24,7 +24,8 @@ FLASH 16M {
|
||||||
VBLOCK_DEV@0x2000 0x2000
|
VBLOCK_DEV@0x2000 0x2000
|
||||||
}
|
}
|
||||||
RW_VPD@0x39000 0x2000
|
RW_VPD@0x39000 0x2000
|
||||||
TMP_UNUSED_HOLE@0x3B000 0xF000
|
FPF_STATUS@0x3B000 0x1000
|
||||||
|
TMP_UNUSED_HOLE@0x3C000 0xE000
|
||||||
}
|
}
|
||||||
RW_SECTION_A@0x44a000 0x477800 {
|
RW_SECTION_A@0x44a000 0x477800 {
|
||||||
VBLOCK_A@0x0 0x10000
|
VBLOCK_A@0x0 0x10000
|
||||||
|
|
Loading…
Reference in New Issue