mb/amd/mayan: 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: I0f1ae9d410804380d5465dcae35cc5965515506f Reviewed-on: https://review.coreboot.org/c/coreboot/+/90268 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
parent
f97a933140
commit
4cc705e56d
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
BIOS {
|
||||
FLASH 32M {
|
||||
BIOS 16M {
|
||||
EC 4K
|
||||
FMAP 4K
|
||||
COREBOOT(CBFS)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FLASH 16M {
|
||||
SI_BIOS {
|
||||
FLASH 32M {
|
||||
SI_BIOS 16M {
|
||||
WP_RO 8M {
|
||||
EC 4K
|
||||
RO_VPD(PRESERVE) 16K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue