]> git.baikalelectronics.ru Git - arm-tf.git/commit
Create BL stage specific translation tables
authorSoby Mathew <soby.mathew@arm.com>
Wed, 3 Sep 2014 16:48:44 +0000 (17:48 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Thu, 25 Sep 2014 10:43:47 +0000 (11:43 +0100)
commitd0ecd97987a685bd79bc162669563a93a785a467
tree93089c0ecab7a34544e5b74d033c5a2dc8c3e7ed
parent8e0bbcb3a9be810ad46af36bee65aada70becb27
Create BL stage specific translation tables

This patch uses the IMAGE_BL<x> constants to create translation tables specific
to a boot loader stage. This allows each stage to create mappings only for areas
in the memory map that it needs.

Fixes ARM-software/tf-issues#209

Change-Id: Ie4861407ddf9317f0fb890fc7575eaa88d0de51c
include/lib/aarch64/xlat_tables.h
plat/fvp/aarch64/fvp_common.c
plat/juno/aarch64/juno_common.c