mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Increase RO coreboot size on flash
Bitmap images will be moved to CBFS from GBB. This patch adjust the flash map accordingly for rambi, samus, peppy, parrot, falco, panther, auron, strago. BUG=chromium:622501 BRANCH=tot TEST=emerge-{samus,falco} chromeos-bootimage CQ-DEPEND=CL:354710,CL:355100 Change-Id: I0b82285186540aa27757e312e7bd02957f9962ec Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/355040
This commit is contained in:
parent
3e93461b96
commit
201a82311b
8 changed files with 16 additions and 16 deletions
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,8 +31,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ FLASH@0xff800000 0x800000 {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
GBB@0x1000 0xef000
|
||||
COREBOOT(CBFS)@0xf0000 0x100000
|
||||
GBB@0x1000 0x6f000
|
||||
COREBOOT(CBFS)@0x70000 0x180000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue