commit | 83701f2d9efae9faf7c3b41355df7e1756dea6a2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:29 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:41:50 2019 +0900 |
tree | 25afb87c8cf95b7ef486f9eb82a28b58b2de2c89 | |
parent | 7a40ec02a25489ff18b78a301eb2159e2b2bfed7 [diff] |
arm64: dts: uniphier: add reserved-memory for secure memory [ Linux commit aa38571246c6ac279ebebd141157297bcb959d76 ] The memory regions specified by /memreserve/ are passed to early_init_dt_reserve_memory_arch() with nomap=false, so it is not suitable for reserving memory for Trusted Firmware-A etc. Use the more robust /reserved-memory node with the no-map property to prevent the kernel from mapping it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>