summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-11 18:05:52 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-10-28 12:41:05 +0100
commitda3ea05ee5c3ac611db753d676dd34ed512352a6 (patch)
tree50e202b8756bc7eedb4485e521e6e376124bc009
parentc8eabcde83c2dfec9e325d37fed9e8acc7f5cc6a (diff)
Invoke UEFI in place rather than from DRAM
Now that our UEFI build has been switched to the traditional SEC/PEI/DXE model, invoke the firmware in place in memory mapped NOR flash. This allows the use of capsules across reset, for firmware updates. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--build_armserver_arm-tf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_armserver_arm-tf.sh b/build_armserver_arm-tf.sh
index 077d54af..c518fa9a 100644
--- a/build_armserver_arm-tf.sh
+++ b/build_armserver_arm-tf.sh
@@ -11,7 +11,7 @@ done
# build
for plat in $ARM_TF_PLATS; do
- atf_build_flags=$ARM_TF_BUILD_FLAGS
+ atf_build_flags="$ARM_TF_BUILD_FLAGS BL33_BASE=0x8200000"
atf_tbbr_enabled=TARGET_$plat[tbbr]
if [ "${!atf_tbbr_enabled}" == "1" ]; then
#if trusted board boot(TBBR) enabled, set corresponding compiliation flags