mb/amd/birman: Increase flash size to 32M
Update as per schematics. Since the commit wasn't actually tested on the mainboard, keep the BIOS region in the first 16M. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I6d3cdbec82539007c6a0923c1f1415882dd9f2c1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90266 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
parent
cb25e6cb72
commit
f65f674343
4 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
BIOS {
|
||||
FLASH 32M {
|
||||
BIOS 16M {
|
||||
EC_SIG 4K
|
||||
FMAP 4K
|
||||
COREBOOT(CBFS)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
BIOS {
|
||||
FLASH 32M {
|
||||
BIOS 16M {
|
||||
EC_SIG 4K
|
||||
FMAP 4K
|
||||
COREBOOT(CBFS)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
SI_BIOS {
|
||||
FLASH 32M {
|
||||
SI_BIOS 16M {
|
||||
WP_RO 8M {
|
||||
EC_SIG 4K
|
||||
RO_VPD(PRESERVE) 16K
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
SI_BIOS {
|
||||
FLASH 32M {
|
||||
SI_BIOS 16M {
|
||||
WP_RO 8M {
|
||||
EC_SIG 4K
|
||||
RO_VPD(PRESERVE) 16K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue