arm-trusted-firmware/include
Soby Mathew aecc084080 Rework use of labels in assembly macros.
This patch provides a workaround for the ASM_ASSERT label issue
and also reworks the use of labels in assembly macros.
If the caller of the ASM_ASSERT macro happened to use the
label '1' to jump past the ASM_ASSERT macro, it would not have
worked since the ASM_ASSERT macro internally used the same label.
Hence, as a workaround, this patch makes the label a high
number in the expectation that the caller will never use it.

Also updated the other assembly macros using numerical labels to
named lables.

Change-Id: Iec892359db84f2391ad2a83a92141c4d7049776a
2014-08-19 14:42:35 +01:00
..
bl31 Miscellaneous PSCI code cleanups 2014-08-19 14:29:23 +01:00
bl32/tsp Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs 2014-08-19 11:42:45 +01:00
common Rework use of labels in assembly macros. 2014-08-19 14:42:35 +01:00
drivers Simplify interface to TZC-400 driver 2014-08-14 11:17:52 +01:00
lib Move IO storage source to drivers directory 2014-08-14 11:17:03 +01:00
plat/common Clarify platform porting interface to TSP 2014-08-19 10:55:54 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00