mb/google/octopus: Re-size flash WP_RO segment
Update the size in WP_RO segment of the flash to accommodate latest FSP builds with debug. CQ-DEPEND=CL:*627827 Change-Id: Ic0eb9254421e99c8d204d8dbb86e6c6c2ec8719c Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Reviewed-on: https://review.coreboot.org/26186 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
a305afb62c
commit
3d38695e5d
|
@ -7,9 +7,9 @@ FLASH 16M {
|
||||||
FMAP@0x0 0x800
|
FMAP@0x0 0x800
|
||||||
RO_FRID@0x800 0x40
|
RO_FRID@0x800 0x40
|
||||||
RO_FRID_PAD@0x840 0x7c0
|
RO_FRID_PAD@0x840 0x7c0
|
||||||
COREBOOT(CBFS)@0x1000 0x1ab000
|
COREBOOT(CBFS)@0x1000 0x1b3000
|
||||||
GBB@0x1ac000 0x40000
|
GBB@0x1b4000 0x40000
|
||||||
RO_UNUSED@0x1ec000 0x10000
|
RO_UNUSED@0x1f4000 0x8000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MISC_RW@0x400000 0x30000 {
|
MISC_RW@0x400000 0x30000 {
|
||||||
|
|
Loading…
Reference in New Issue