storm: move translation table out of the way
Depthcharge clears up all unused DRAM before starting Linux, and does not know the translation table location. Instead of adding an exclusion term to the memory wipe descriptor lets move the table to the top of IMEM, it is also likely to be a good location in the future, when EFS is introduced. BUG=chrome-os-partner:27782 TEST=manual . built and ran firmware on ap148 Change-Id: I76546438d243076dda4d0eb3f784e0b5a8a1fa22 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/203624 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
4cfa15da8f
commit
4250f8574d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,6 @@ config CBFS_CACHE_SIZE
|
|||
|
||||
config TTB_BUFFER
|
||||
hex "memory address for page tables"
|
||||
default 0x405c0000
|
||||
default 0x2a05c000
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue