diff options
author | Vikram Kanigiri <vikram.kanigiri@arm.com> | 2014-06-02 14:59:00 +0100 |
---|---|---|
committer | Vikram Kanigiri <vikram.kanigiri@arm.com> | 2014-06-24 11:19:43 +0100 |
commit | 03396c435a6fabf1eec3d83360e1bdbaaf6f0f90 (patch) | |
tree | 565eac2798c3f6abad18e9e58e19e2b2f336d8bb /bl1/aarch64/bl1_entrypoint.S | |
parent | e869310f67344cd1f2b531cff38fa8cb4d319d58 (diff) | |
download | arm-trusted-firmware-03396c435a6fabf1eec3d83360e1bdbaaf6f0f90.tar.gz |
Simplify entry point information generation code on FVP
This patch reworks FVP specific code responsible for determining
the entry point information for BL3-2 and BL3-3 stages when BL3-1
is configured as the reset handler.
Change-Id: Ia661ff0a6a44c7aabb0b6c1684b2e8d3642d11ec
Diffstat (limited to 'bl1/aarch64/bl1_entrypoint.S')
-rw-r--r-- | bl1/aarch64/bl1_entrypoint.S | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bl1/aarch64/bl1_entrypoint.S b/bl1/aarch64/bl1_entrypoint.S index cbbaeaddf..50cfae65c 100644 --- a/bl1/aarch64/bl1_entrypoint.S +++ b/bl1/aarch64/bl1_entrypoint.S @@ -98,13 +98,9 @@ func bl1_entrypoint bic w0, w0, #TFP_BIT msr cptr_el3, x0 - /* --------------------------------------------- - * Find the type of reset and jump to handler - * if present. If the handler is null then it is - * a cold boot. The primary cpu will set up the - * platform while the secondaries wait for - * their turn to be woken up - * --------------------------------------------- + /* ------------------------------------------------------- + * Will not return from this macro if it is a warm boot. + * ------------------------------------------------------- */ wait_for_entrypoint |