t132: Change memlayout to have PRERAM and POSTRAM CBFS Cache
Instead of having unified CBFS_CACHE and limiting the POSTRAM Cache size, split them into PRERAM and POSTRAM CBFS_CACHE. BUG=None BRANCH=None TEST=Compiles successfully for both rush and ryu. Boots to kernel prompt on ryu. Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: Iab21ff5c7ca880b6bd18846e5d8d71c26dff56cf Reviewed-on: https://chromium-review.googlesource.com/231546 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
ce2883b21d
commit
b93bc06de7
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ SECTIONS
|
|||
{
|
||||
SRAM_START(0x40000000)
|
||||
PRERAM_CBMEM_CONSOLE(0x40000000, 8K)
|
||||
CBFS_CACHE(0x40002000, 72K)
|
||||
PRERAM_CBFS_CACHE(0x40002000, 72K)
|
||||
VBOOT2_WORK(0x40014000, 16K)
|
||||
STACK(0x40018000, 2K)
|
||||
TIMESTAMP(0x40018800, 2K)
|
||||
|
|
@ -43,5 +43,6 @@ SECTIONS
|
|||
SRAM_END(0x40040000)
|
||||
|
||||
DRAM_START(0x80000000)
|
||||
POSTRAM_CBFS_CACHE(0x80100000, 1M)
|
||||
RAMSTAGE(0x80200000, 256K)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue