arm-trusted-firmware/plat/xilinx/zynqmp
Daniel Boulby a08a201430 Ensure the flow through switch statements is clear
Ensure case clauses:
*   Terminate with an unconditional break, return or goto statement.
*   Use conditional break, return or goto statements as long as the end
    of the case clause is unreachable; such case clauses must terminate
    with assert(0) /* Unreachable */ or an unconditional  __dead2 function
    call
*   Only fallthough when doing otherwise would result in less
    readable/maintainable code; such case clauses must terminate with a
    /* Fallthrough */ comment to make it clear this is the case and
    indicate that a fallthrough is intended.

This reduces the chance of bugs appearing due to unintended flow through a
switch statement

Change-Id: I70fc2d1f4fd679042397dec12fd1982976646168
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
2018-09-21 13:14:13 +01:00
..
aarch64 zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
include PSCI: Fix types of definitions 2018-07-20 13:49:22 +01:00
ipi_mailbox_service Add Xilinx ZynqMP IPI mailbox service 2018-01-08 16:03:09 -08:00
pm_service Ensure the flow through switch statements is clear 2018-09-21 13:14:13 +01:00
tsp Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +01:00
bl31_zynqmp_setup.c Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +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 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform.mk zynqmp: Define and enable ARM_XLAT_TABLES_LIB_V1 2018-09-04 18:33:02 +05:30
sip_svc_setup.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
zynqmp_def.h zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
zynqmp_ipi.c zynqmp: pm_service: Make PMU IPI-1 channel unsecure 2018-05-17 15:19:02 +05:30
zynqmp_ipi.h Introduce ZynqMP IPI implementation 2018-01-08 16:03:09 -08:00
zynqmp_private.h zynqmp: Add wdt timeout restart functionality 2018-05-17 15:19:26 +05:30