Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31054
Change subject: mb/google/sarien: Increse BIOS region size to 28MB ......................................................................
mb/google/sarien: Increse BIOS region size to 28MB
Increase BIOS region(SI_BIOS) from 16MB to 28MB to make more spaces for upcoming payloads.
BUG=b:121169122 TEST=Build and boot up fine into OS on sarien and arcada platform.
Signed-off-by: Lijian Zhao lijian.zhao@intel.com Change-Id: I4b03e20a485cb819b468c00e68f1539e92731237 --- M src/mainboard/google/sarien/chromeos.fmd 1 file changed, 10 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/31054/1
diff --git a/src/mainboard/google/sarien/chromeos.fmd b/src/mainboard/google/sarien/chromeos.fmd index ba42a6f..2408a30 100644 --- a/src/mainboard/google/sarien/chromeos.fmd +++ b/src/mainboard/google/sarien/chromeos.fmd @@ -1,27 +1,27 @@ FLASH@0xfe000000 0x2000000 { - SI_ALL@0x0 0x1000000 { + SI_ALL@0x0 0x400000 { SI_DESC@0x0 0x1000 SI_EC@0x1000 0x100000 SI_GBE@0x101000 0x2000 - SI_ME@0x103000 0xef9000 - SI_PDR@0xffc000 0x4000 + SI_ME@0x103000 0x2f9000 + SI_PDR@0x3fc000 0x4000 } - SI_BIOS@0x1000000 0x1000000 { - RW_DIAG@0x0 0x6d0000 { + SI_BIOS@0x400000 0x1c00000 { + RW_DIAG@0x0 0x12d0000 { DIAG_NVRAM@0x0 0x10000 - RW_LEGACY(CBFS)@0x10000 0x6c0000 + RW_LEGACY(CBFS)@0x10000 0x12c0000 } - RW_SECTION_A@0x6d0000 0x280000 { + RW_SECTION_A@0x12d0000 0x280000 { VBLOCK_A@0x0 0x10000 FW_MAIN_A(CBFS)@0x10000 0x26ffc0 RW_FWID_A@0x27ffc0 0x40 } - RW_SECTION_B@0x950000 0x280000 { + RW_SECTION_B@0x1550000 0x280000 { VBLOCK_B@0x0 0x10000 FW_MAIN_B(CBFS)@0x10000 0x26ffc0 RW_FWID_B@0x27ffc0 0x40 } - RW_MISC@0xbd0000 0x30000 { + RW_MISC@0x17d0000 0x30000 { UNIFIED_MRC_CACHE@0x0 0x20000 { RECOVERY_MRC_CACHE@0x0 0x10000 RW_MRC_CACHE@0x10000 0x10000 @@ -34,7 +34,7 @@ RW_VPD@0x28000 0x2000 RW_NVRAM@0x2a000 0x6000 } - WP_RO@0xc00000 0x400000 { + WP_RO@0x1800000 0x400000 { RO_VPD@0x0 0x4000 RO_UNUSED@0x4000 0xc000 RO_SECTION@0x10000 0x3f0000 {
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31054 )
Change subject: mb/google/sarien: Increse BIOS region size to 28MB ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31054 )
Change subject: mb/google/sarien: Increse BIOS region size to 28MB ......................................................................
mb/google/sarien: Increse BIOS region size to 28MB
Increase BIOS region(SI_BIOS) from 16MB to 28MB to make more spaces for upcoming payloads.
BUG=b:121169122 TEST=Build and boot up fine into OS on sarien and arcada platform.
Signed-off-by: Lijian Zhao lijian.zhao@intel.com Change-Id: I4b03e20a485cb819b468c00e68f1539e92731237 Reviewed-on: https://review.coreboot.org/c/31054 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Duncan Laurie dlaurie@chromium.org --- M src/mainboard/google/sarien/chromeos.fmd 1 file changed, 10 insertions(+), 10 deletions(-)
Approvals: build bot (Jenkins): Verified Duncan Laurie: Looks good to me, approved
diff --git a/src/mainboard/google/sarien/chromeos.fmd b/src/mainboard/google/sarien/chromeos.fmd index ba42a6f..2408a30 100644 --- a/src/mainboard/google/sarien/chromeos.fmd +++ b/src/mainboard/google/sarien/chromeos.fmd @@ -1,27 +1,27 @@ FLASH@0xfe000000 0x2000000 { - SI_ALL@0x0 0x1000000 { + SI_ALL@0x0 0x400000 { SI_DESC@0x0 0x1000 SI_EC@0x1000 0x100000 SI_GBE@0x101000 0x2000 - SI_ME@0x103000 0xef9000 - SI_PDR@0xffc000 0x4000 + SI_ME@0x103000 0x2f9000 + SI_PDR@0x3fc000 0x4000 } - SI_BIOS@0x1000000 0x1000000 { - RW_DIAG@0x0 0x6d0000 { + SI_BIOS@0x400000 0x1c00000 { + RW_DIAG@0x0 0x12d0000 { DIAG_NVRAM@0x0 0x10000 - RW_LEGACY(CBFS)@0x10000 0x6c0000 + RW_LEGACY(CBFS)@0x10000 0x12c0000 } - RW_SECTION_A@0x6d0000 0x280000 { + RW_SECTION_A@0x12d0000 0x280000 { VBLOCK_A@0x0 0x10000 FW_MAIN_A(CBFS)@0x10000 0x26ffc0 RW_FWID_A@0x27ffc0 0x40 } - RW_SECTION_B@0x950000 0x280000 { + RW_SECTION_B@0x1550000 0x280000 { VBLOCK_B@0x0 0x10000 FW_MAIN_B(CBFS)@0x10000 0x26ffc0 RW_FWID_B@0x27ffc0 0x40 } - RW_MISC@0xbd0000 0x30000 { + RW_MISC@0x17d0000 0x30000 { UNIFIED_MRC_CACHE@0x0 0x20000 { RECOVERY_MRC_CACHE@0x0 0x10000 RW_MRC_CACHE@0x10000 0x10000 @@ -34,7 +34,7 @@ RW_VPD@0x28000 0x2000 RW_NVRAM@0x2a000 0x6000 } - WP_RO@0xc00000 0x400000 { + WP_RO@0x1800000 0x400000 { RO_VPD@0x0 0x4000 RO_UNUSED@0x4000 0xc000 RO_SECTION@0x10000 0x3f0000 {
Rizwan Qureshi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31054 )
Change subject: mb/google/sarien: Increse BIOS region size to 28MB ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/31054/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/31054/2//COMMIT_MSG@9 PS2, Line 9: Increase BIOS region(SI_BIOS) from 16MB to 28MB to make more spaces for : upcoming payloads. I am assuming that you will access the "upcoming payloads" which are placed beyond the 16MB boundary using HW sequencing. A maximum of 16MB BIOS area will be memmapped below 4GB in the CPU address space.