arm-trusted-firmware/bl31
Sandrine Bailleux 65a42f57eb juno: Fix build errors due to recent changes
This is a miscellaneous commit that fixes all build
errors introduced by the rebase of the Juno codebase
on the latest trusted firmware.

 - Make codebase consistent in its use of #include "" syntax
   for user includes and #include <> syntax for system includes.

 - Sort header files alphabetically

 - Use tag names for structure types.
   Replace instances of the former io_handle and io_dev_handle
   types with uintptr_t.

 - Review the .c and .S files for which header files really need
   including and reorder the #include statements alphabetically.

Change-Id: I1d409fafb6dc257a38992ee15b22b0e890d040b0
2014-06-05 17:39:40 +01:00
..
aarch64 Enable Debug and SError exceptions on warm boot path 2014-06-04 15:37:36 +01:00
bl31.ld.S Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
bl31.mk Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
bl31_main.c juno: Fix build errors due to recent changes 2014-06-05 17:39:40 +01:00
context_mgmt.c Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
interrupt_mgmt.c Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
runtime_svc.c Non-Secure Interrupt support during Standard SMC processing in TSP 2014-05-23 08:46:21 +01:00