mb/google/deltaur: Restrict RW_DIAG to lower 16MiB
This change restricts RW_DIAG region to lower 16MiB to ensure that the extended BIOS checker for FMAP does not complain about 16MiB boundary crossing. I haven't updated any other regions to occupy the newly freed space but it is fine since this board is dead and should be dropped from coreboot soon. Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I19ab204fbe3e020e42baf68bfa350dcff32066a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
68ca21ae3d
commit
797b1cc9cf
|
@ -7,9 +7,9 @@ FLASH@0xfe000000 0x2000000 {
|
|||
SI_PDR(PRESERVE)@0x602000 0x4000
|
||||
}
|
||||
SI_BIOS@0x606000 0x19fa000 {
|
||||
RW_DIAG@0x0 0x10ca000 {
|
||||
RW_LEGACY(CBFS)@0x0 0x10ba000
|
||||
DIAG_NVRAM@0x10ba000 0x10000
|
||||
RW_DIAG@0x0 0x9fa000 {
|
||||
RW_LEGACY(CBFS)@0x0 0x9ea000
|
||||
DIAG_NVRAM@0x9ea000 0x10000
|
||||
}
|
||||
RW_SECTION_A@0x10ca000 0x280000 {
|
||||
VBLOCK_A@0x0 0x10000
|
||||
|
|
|
@ -6,9 +6,9 @@ FLASH@0xfe000000 0x2000000 {
|
|||
SI_PDR(PRESERVE)@0x602000 0x4000
|
||||
}
|
||||
SI_BIOS@0x606000 0x19fa000 {
|
||||
RW_DIAG@0x0 0x10ca000 {
|
||||
RW_LEGACY(CBFS)@0x0 0x10ba000
|
||||
DIAG_NVRAM@0x10ba000 0x10000
|
||||
RW_DIAG@0x0 0x9fa000 {
|
||||
RW_LEGACY(CBFS)@0x0 0x9ea000
|
||||
DIAG_NVRAM@0x9ea000 0x10000
|
||||
}
|
||||
RW_SECTION_A@0x10ca000 0x280000 {
|
||||
VBLOCK_A@0x0 0x10000
|
||||
|
|
Loading…
Reference in New Issue