commit | 50e93b95653da44b9743357dfa3701e8482fd167 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Jun 24 16:46:19 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Fri Jul 15 09:01:43 2016 -0700 |
tree | 8db0847067eba3dffa8d67bc5ad12a6b3ff2dee0 | |
parent | e61a7534e33063a76e105d895e5c6317f2d0cd76 [diff] |
armv8: Add tlb_allocated to arch global data When secure ram is used, MMU tables have to be put into secure ram. To use common MMU code, gd->arch.tlb_addr will be used to host TLB entry pointer. To save allocated memory for later use, tlb_allocated variable is added to global data structure. Signed-off-by: York Sun <york.sun@nxp.com>