mb/intel/tglrvp: Restrict SI_ME region to lower 16MiB
This change restricts SI_ME region to live below the 16MiB boundary to ensure that no regions cross the 16MiB boundary as the extended BIOS window checker for FMAP complains about it. Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: Ib0838ff4c63b06b8dc169b40d3022965b2f2f8f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48189 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
28e1d0ea55
commit
68ca21ae3d
|
@ -1,8 +1,8 @@
|
|||
FLASH@0xfe000000 0x2000000 {
|
||||
SI_ALL@0x0 0x1081000 {
|
||||
SI_ALL@0x0 0x1000000 {
|
||||
SI_DESC@0x0 0x1000
|
||||
SI_EC@0x1000 0x80000
|
||||
SI_ME@0x81000 0x1000000
|
||||
SI_ME@0x81000
|
||||
}
|
||||
SI_BIOS@0x1400000 0xC00000 {
|
||||
RW_SECTION_A@0x0 0x2d0000 {
|
||||
|
|
Loading…
Reference in New Issue