arm: Keep track of the tlb size as well as its location
authorGabe Black <gabeblack@chromium.org>
Fri, 30 Nov 2012 13:01:15 +0000 (13:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 10 Jan 2013 21:21:32 +0000 (22:21 +0100)
commit724cdffca179057f4ebdf413ad764ea70b0e8ed2
treea6206d7fa4898dd86411448c3ee0304919bfaa3d
parent44df5e8d30a276985b40bb32a69584f5a7fac9a0
arm: Keep track of the tlb size as well as its location

It may be necessary to know where the TLB area ends as well as where it
starts. This allows board code to complete a secure memory erase without
destroying the page tables.

Signed-off-by: Gabe Black <gabeblack@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/global_data.h
arch/arm/lib/board.c