soc/mediatek: Increase CBFS cache to 8MB in memlayout.ld
Increase the CBFS cache in the memory layout of MediaTek Chromebook SoCs to allow larger payloads like LinuxBoot to be loaded correctly. TEST=Build and boot coreboot with LinuxBoot payload for Google/Cherry/Tomato. Change-Id: I4ce15e04cc19612ef1eed0fa0674ef8a7fd21fbe Signed-off-by: Ingo Reitz <9l@9lo.re> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88916 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
This commit is contained in:
parent
234eb53ed9
commit
4931b978d9
4 changed files with 8 additions and 8 deletions
|
|
@ -26,8 +26,8 @@ SECTIONS
|
|||
|
||||
DRAM_START(0x40000000)
|
||||
DRAM_DMA(0x40000000, 1M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 1M)
|
||||
RAMSTAGE(0x40200000, 2M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 8M)
|
||||
RAMSTAGE(0x40900000, 2M)
|
||||
|
||||
BL31(0x54600000, 0x60000)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ SECTIONS
|
|||
|
||||
DRAM_START(0x40000000)
|
||||
DRAM_DMA(0x40000000, 1M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 2M)
|
||||
RAMSTAGE(0x40300000, 2M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 8M)
|
||||
RAMSTAGE(0x40900000, 2M)
|
||||
|
||||
BL31(0x54600000, 0x60000)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ SECTIONS
|
|||
|
||||
DRAM_START(0x40000000)
|
||||
DRAM_DMA(0x40000000, 1M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 2M)
|
||||
RAMSTAGE(0x40300000, 2M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 8M)
|
||||
RAMSTAGE(0x40900000, 2M)
|
||||
|
||||
BL31(0x54600000, 0x60000)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ SECTIONS
|
|||
|
||||
DRAM_START(0x40000000)
|
||||
DRAM_DMA(0x40000000, 1M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 2M)
|
||||
RAMSTAGE(0x40300000, 2M)
|
||||
POSTRAM_CBFS_CACHE(0x40100000, 8M)
|
||||
RAMSTAGE(0x40900000, 2M)
|
||||
|
||||
BL31(0x54600000, 0x60000)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue