summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2013-04-30 10:11:30 -0700
committerDavid Hendricks <dhendrix@chromium.org>2013-05-01 20:12:48 +0200
commitc0466d46b7ea511f102eb6e57da59d95bf4ef95f (patch)
tree8cdaee13e73d96c9fc3cc21c94020d1fcdfda125 /src/device
parent043b823a736d101da46a120cfa883c5c48e3ab81 (diff)
downloadcoreboot-c0466d46b7ea511f102eb6e57da59d95bf4ef95f.tar.xz
ARMV7: add a function to disable MMU entries
It is useful to be able to lock out certain address ranges, NULL being the most important example. void mmu_disable_range(unsigned long start_mb, unsigned long size_mb) will allow us to lock out selected virtual addresses on MiB boundaries. As in other ARM mmu functions, the addresses and quantities are in units of MiB. Change-Id: If516ce955ee2d12c5a409f25acbb5a4b424f699b Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/3160 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/device')
0 files changed, 0 insertions, 0 deletions