arm-trusted-firmware/plat/xilinx/zynqmp
Antonio Nino Diaz c3cf06f1a3 Standardise header guards across codebase
All identifiers, regardless of use, that start with two underscores are
reserved. This means they can't be used in header guards.

The style that this project is now to use the full name of the file in
capital letters followed by 'H'. For example, for a file called
"uart_example.h", the header guard is UART_EXAMPLE_H.

The exceptions are files that are imported from other projects:

- CryptoCell driver
- dt-bindings folders
- zlib headers

Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-11-08 10:20:19 +00:00
..
aarch64 zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00
include Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
ipi_mailbox_service Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_service Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
tsp Convert arm_setup_page_tables into a generic helper 2018-10-26 14:55:30 +01:00
bl31_zynqmp_setup.c Convert arm_setup_page_tables into a generic helper 2018-10-26 14:55:30 +01:00
plat_psci.c xilinx: zynqmp: Remove PMU Firmware checks 2018-05-17 15:18:46 +05:30
plat_startup.c plat: zynqmp: Don't panic() if we can't find the FSBL struct 2018-05-17 15:18:32 +05:30
plat_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_zynqmp.c zynqmp: Remove dependency on arm_helpers.S 2018-10-25 09:56:09 +01:00
platform.mk xlat: Fix compatibility between v1 and v2 2018-10-26 14:55:30 +01:00
sip_svc_setup.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
zynqmp_def.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
zynqmp_ipi.c zynqmp: pm_service: Make PMU IPI-1 channel unsecure 2018-05-17 15:19:02 +05:30
zynqmp_ipi.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
zynqmp_private.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00