arm-trusted-firmware/include
Yatharth Kochar 5698c5b3db Remove `RUN_IMAGE` usage as opcode passed to next EL.
The primary usage of `RUN_IMAGE` SMC function id, used by BL2 is to
make a request to BL1 to execute BL31. But BL2 also uses it as
opcode to check if it is allowed to execute which is not the
intended usage of `RUN_IMAGE` SMC.

This patch removes the usage of `RUN_IMAGE` as opcode passed to
next EL to check if it is allowed to execute.

Change-Id: I6aebe0415ade3f43401a4c8a323457f032673657
2015-12-09 17:41:18 +00:00
..
bl31 Enable support for EL3 interrupt in IMF 2015-12-09 09:58:17 +00:00
bl32 Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
common Remove `RUN_IMAGE` usage as opcode passed to next EL. 2015-12-09 17:41:18 +00:00
drivers Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 2015-12-09 10:41:08 +00:00
lib Initialize VTTBR_EL2 when bypassing EL2 2015-12-09 11:34:10 +00:00
plat Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 2015-12-09 10:41:08 +00:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00