]> git.sur5r.net Git - u-boot/commit
ARM: Add secure section for initialized data
authorChen-Yu Tsai <wens@csie.org>
Tue, 5 Jul 2016 13:45:06 +0000 (21:45 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 15 Jul 2016 13:54:58 +0000 (15:54 +0200)
commita5aa7ff33a942ce8ea38006fd5225a800827bb2c
tree6f3580d752c60a439c1f7bd20f6046bb8155dc26
parentafc1f65f504324cd5f87a8cb480bebeb0c61e4e0
ARM: Add secure section for initialized data

The secure monitor may need to store global or static values within the
secure section of memory, such as target PC or CPU power status.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/config.mk
arch/arm/cpu/u-boot.lds
arch/arm/include/asm/secure.h