commit | f84f81e435805bb0b2e65f3844e5af6ab67241d2 | [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 | 1ef95cc312c829a30e8e1fc64fea38ffdd453097 [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>