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>
1 parent f5ae1b0 commit c3cf06f1a3a9b9ee8ac7a0ae505f95c45f7dca84
@Antonio Nino Diaz Antonio Nino Diaz authored on 8 Nov 2018
Showing 508 changed files
View
bl1/bl1_private.h
Too large (Show diff)
View
bl2/bl2_private.h
Too large (Show diff)
View
bl32/sp_min/sp_min_private.h
Too large (Show diff)
View
bl32/tsp/tsp_private.h
Too large (Show diff)
View
drivers/arm/ccn/ccn_private.h
Too large (Show diff)
View
drivers/arm/gic/common/gic_common_private.h
Too large (Show diff)
View
drivers/arm/gic/v2/gicv2_private.h
Too large (Show diff)
View
drivers/arm/gic/v3/gicv3_private.h
Too large (Show diff)
View
drivers/imx/timer/imx_gpt.h
Too large (Show diff)
View
drivers/imx/uart/imx_uart.h
Too large (Show diff)
View
drivers/imx/usdhc/imx_usdhc.h
Too large (Show diff)
View
drivers/marvell/comphy.h
Too large (Show diff)
View
drivers/marvell/comphy/comphy-cp110.h
Too large (Show diff)
View
drivers/marvell/comphy/phy-comphy-3700.h
Too large (Show diff)
View
drivers/marvell/comphy/phy-comphy-common.h
Too large (Show diff)
View
drivers/marvell/comphy/phy-default-porting-layer.h
Too large (Show diff)
View
drivers/marvell/mc_trustzone/mc_trustzone.h
Too large (Show diff)
View
drivers/marvell/uart/a3700_console.h
Too large (Show diff)
View
drivers/renesas/rcar/avs/avs_driver.h
Too large (Show diff)
View
drivers/renesas/rcar/board/board.h
Too large (Show diff)
View
drivers/renesas/rcar/console/rcar_printf.h
Too large (Show diff)
View
drivers/renesas/rcar/delay/micro_delay.h
Too large (Show diff)
View
drivers/renesas/rcar/emmc/emmc_config.h
Too large (Show diff)
View
drivers/renesas/rcar/emmc/emmc_def.h
Too large (Show diff)
View
drivers/renesas/rcar/emmc/emmc_hal.h
Too large (Show diff)
View
drivers/renesas/rcar/emmc/emmc_registers.h
Too large (Show diff)
View
drivers/renesas/rcar/emmc/emmc_std.h
Too large (Show diff)
View
drivers/renesas/rcar/iic_dvfs/iic_dvfs.h
Too large (Show diff)
View
drivers/renesas/rcar/io/io_common.h
Too large (Show diff)
View
drivers/renesas/rcar/io/io_emmcdrv.h
Too large (Show diff)
View
drivers/renesas/rcar/io/io_memdrv.h
Too large (Show diff)
View
drivers/renesas/rcar/io/io_private.h
Too large (Show diff)
View
drivers/renesas/rcar/io/io_rcar.h
Too large (Show diff)
View
drivers/renesas/rcar/pwrc/pwrc.h
Too large (Show diff)
View
drivers/renesas/rcar/rom/rom_api.h
Too large (Show diff)
View
drivers/renesas/rcar/rpc/rpc_registers.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/ddr/boot_init_dram.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/ddr/ddr_a/boot_init_dram_regdef_e3.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/ddr/ddr_a/ddr_init_e3.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/ddr/dram_sub_func.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/E3/qos_init_e3_v10.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v10.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v11.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v20.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v30.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/H3/qos_init_h3n_v30.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v10.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v11.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/M3N/qos_init_m3n_v10.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/qos_common.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/qos_init.h
Too large (Show diff)
View
drivers/staging/renesas/rcar/qos/qos_reg.h
Too large (Show diff)
View
include/bl1/bl1.h
Too large (Show diff)
View
include/bl1/tbbr/tbbr_img_desc.h
Too large (Show diff)
View
include/bl2/bl2.h
Too large (Show diff)
View
include/bl2u/bl2u.h
Too large (Show diff)
View
include/bl31/bl31.h
Too large (Show diff)
View
include/bl31/ea_handle.h
Too large (Show diff)
View
include/bl31/interrupt_mgmt.h
Too large (Show diff)
View
include/bl32/payloads/tlk.h
Too large (Show diff)
View
include/bl32/sp_min/platform_sp_min.h
Too large (Show diff)
View
include/bl32/tsp/platform_tsp.h
Too large (Show diff)
View
include/bl32/tsp/tsp.h
Too large (Show diff)
View
include/common/aarch32/asm_macros.S
Too large (Show diff)
View
include/common/aarch32/assert_macros.S
Too large (Show diff)
View
include/common/aarch32/console_macros.S
Too large (Show diff)
View
include/common/aarch32/el3_common_macros.S
Too large (Show diff)
View
include/common/aarch64/asm_macros.S
Too large (Show diff)
View
include/common/aarch64/assert_macros.S
Too large (Show diff)
View
include/common/aarch64/console_macros.S
Too large (Show diff)
View
include/common/aarch64/el3_common_macros.S
Too large (Show diff)
View
include/common/asm_macros_common.S
Too large (Show diff)
View
include/common/bl_common.h
Too large (Show diff)
View
include/common/desc_image_load.h
Too large (Show diff)
View
include/common/ep_info.h
Too large (Show diff)
View
include/common/fdt_wrappers.h
Too large (Show diff)
View
include/common/image_decompress.h
Too large (Show diff)
View
include/common/interrupt_props.h
Too large (Show diff)
View
include/common/param_header.h
Too large (Show diff)
View
include/common/romlib.h
Too large (Show diff)
View
include/common/tbbr/cot_def.h
Too large (Show diff)
View
include/common/tbbr/tbbr_img_def.h
Too large (Show diff)
View
include/drivers/allwinner/sunxi_rsb.h
Too large (Show diff)
View
include/drivers/arm/arm_gicv3_common.h
Too large (Show diff)
View
include/drivers/arm/cci.h
Too large (Show diff)
View
include/drivers/arm/ccn.h
Too large (Show diff)
View
include/drivers/arm/gic_common.h
Too large (Show diff)
View
include/drivers/arm/gicv2.h
Too large (Show diff)
View
include/drivers/arm/gicv3.h
Too large (Show diff)
View
include/drivers/arm/nic_400.h
Too large (Show diff)
View
include/drivers/arm/pl011.h
Too large (Show diff)
View
include/drivers/arm/pl061_gpio.h
Too large (Show diff)
View
include/drivers/arm/smmu_v3.h
Too large (Show diff)
View
include/drivers/arm/sp804_delay_timer.h
Too large (Show diff)
View
include/drivers/auth/auth_common.h
Too large (Show diff)
View
include/drivers/auth/auth_mod.h
Too large (Show diff)
View
include/drivers/auth/crypto_mod.h
Too large (Show diff)
View
include/drivers/auth/img_parser_mod.h
Too large (Show diff)
View
include/drivers/auth/mbedtls/mbedtls_common.h
Too large (Show diff)
View
include/drivers/auth/mbedtls/mbedtls_config.h
Too large (Show diff)
View
include/drivers/cadence/cdns_uart.h
Too large (Show diff)
View
include/drivers/cfi/v2m_flash.h
Too large (Show diff)
View
include/drivers/console.h
Too large (Show diff)
View
include/drivers/console_assertions.h
Too large (Show diff)
View
include/drivers/coreboot/cbmem_console.h
Too large (Show diff)
View
include/drivers/delay_timer.h
Too large (Show diff)
View
include/drivers/dw_ufs.h
Too large (Show diff)
View
include/drivers/generic_delay_timer.h
Too large (Show diff)
View
include/drivers/gpio.h
Too large (Show diff)
View
include/drivers/io/io_block.h
Too large (Show diff)
View
include/drivers/io/io_driver.h
Too large (Show diff)
View
include/drivers/io/io_dummy.h
Too large (Show diff)
View
include/drivers/io/io_fip.h
Too large (Show diff)
View
include/drivers/io/io_memmap.h
Too large (Show diff)
View
include/drivers/io/io_semihosting.h
Too large (Show diff)
View
include/drivers/io/io_storage.h
Too large (Show diff)
View
include/drivers/marvell/addr_map.h
Too large (Show diff)
View
include/drivers/marvell/amb_adec.h
Too large (Show diff)
View
include/drivers/marvell/aro.h
Too large (Show diff)
View
include/drivers/marvell/cache_llc.h
Too large (Show diff)
View
include/drivers/marvell/ccu.h
Too large (Show diff)
View
include/drivers/marvell/gwin.h
Too large (Show diff)
View
include/drivers/marvell/i2c.h
Too large (Show diff)
View
include/drivers/marvell/io_win.h
Too large (Show diff)
View
include/drivers/marvell/iob.h
Too large (Show diff)
View
include/drivers/marvell/mci.h
Too large (Show diff)
View
include/drivers/marvell/mochi/ap_setup.h
Too large (Show diff)
View
include/drivers/marvell/mochi/cp110_setup.h
Too large (Show diff)
View
include/drivers/marvell/thermal.h
Too large (Show diff)
View
include/drivers/mentor/mi2cv.h
Too large (Show diff)
View
include/drivers/mmc.h
Too large (Show diff)
View
include/drivers/partition/gpt.h
Too large (Show diff)
View
include/drivers/partition/mbr.h
Too large (Show diff)
View
include/drivers/partition/partition.h
Too large (Show diff)
View
include/drivers/st/stm32_gpio.h
Too large (Show diff)
View
include/drivers/st/stm32_i2c.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_clk.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_clkfunc.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_ddr.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_ddr_helpers.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_ddr_regs.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_pmic.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_pwr.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_ram.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_rcc.h
Too large (Show diff)
View
include/drivers/st/stm32mp1_reset.h
Too large (Show diff)
View
include/drivers/st/stpmu1.h
Too large (Show diff)
View
include/drivers/synopsys/dw_mmc.h
Too large (Show diff)
View
include/drivers/ti/uart/uart_16550.h
Too large (Show diff)
View
include/drivers/ufs.h
Too large (Show diff)
View
include/lib/aarch32/arch.h
Too large (Show diff)
View
include/lib/aarch32/smccc_helpers.h
Too large (Show diff)
View
include/lib/aarch32/smccc_macros.S
Too large (Show diff)
View
include/lib/aarch64/setjmp.h
Too large (Show diff)
View
include/lib/aarch64/smccc_helpers.h
Too large (Show diff)
View
include/lib/cassert.h
Too large (Show diff)
View
include/lib/coreboot.h
Too large (Show diff)
View
include/lib/cpus/aarch32/aem_generic.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a12.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a15.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a17.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a32.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a5.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a53.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a57.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a7.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a72.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cortex_a9.h
Too large (Show diff)
View
include/lib/cpus/aarch32/cpu_macros.S
Too large (Show diff)
View
include/lib/cpus/aarch64/aem_generic.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a35.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a53.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a55.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a57.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a72.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a73.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_a76.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_deimos.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cortex_helios.h
Too large (Show diff)
View
include/lib/cpus/aarch64/cpu_macros.S
Too large (Show diff)
View
include/lib/cpus/aarch64/denver.h
Too large (Show diff)
View
include/lib/el3_runtime/pubsub.h
Too large (Show diff)
View
include/lib/extensions/ras.h
Too large (Show diff)
View
include/lib/libc/aarch32/endian_.h
Too large (Show diff)
View
include/lib/libc/aarch32/stddef_.h
Too large (Show diff)
View
include/lib/libc/aarch32/stdio_.h
Too large (Show diff)
View
include/lib/libc/aarch32/stdlib_.h
Too large (Show diff)
View
include/lib/libc/aarch32/string_.h
Too large (Show diff)
View
include/lib/libc/aarch32/time_.h
Too large (Show diff)
View
include/lib/libc/aarch64/endian_.h
Too large (Show diff)
View
include/lib/libc/aarch64/stddef_.h
Too large (Show diff)
View
include/lib/libc/aarch64/stdio_.h
Too large (Show diff)
View
include/lib/libc/aarch64/stdlib_.h
Too large (Show diff)
View
include/lib/libc/aarch64/string_.h
Too large (Show diff)
View
include/lib/libc/aarch64/time_.h
Too large (Show diff)
View
include/lib/libc/endian.h
Too large (Show diff)
View
include/lib/mmio.h
Too large (Show diff)
View
include/lib/optee_utils.h
Too large (Show diff)
View
include/lib/pmf/pmf_asm_macros.S
Too large (Show diff)
View
include/lib/runtime_instr.h
Too large (Show diff)
View
include/lib/semihosting.h
Too large (Show diff)
View
include/lib/smccc.h
Too large (Show diff)
View
include/lib/smccc_v1.h
Too large (Show diff)
View
include/lib/smccc_v2.h
Too large (Show diff)
View
include/lib/utils.h
Too large (Show diff)
View
include/lib/xlat_tables/xlat_tables_defs.h
Too large (Show diff)
View
include/lib/zlib/tf_gunzip.h
Too large (Show diff)
View
include/plat/arm/board/common/board_css_def.h
Too large (Show diff)
View
include/plat/arm/common/aarch64/arm_macros.S
Too large (Show diff)
View
include/plat/arm/common/aarch64/cci_macros.S
Too large (Show diff)
View
include/plat/arm/common/arm_config.h
Too large (Show diff)
View
include/plat/arm/common/arm_spm_def.h
Too large (Show diff)
View
include/plat/arm/css/common/aarch64/css_macros.S
Too large (Show diff)
View
include/plat/arm/css/common/css_def.h
Too large (Show diff)
View
include/plat/arm/css/common/css_pm.h
Too large (Show diff)
View
include/plat/arm/soc/common/soc_css.h
Too large (Show diff)
View
include/plat/arm/soc/common/soc_css_def.h
Too large (Show diff)
View
include/plat/common/common_def.h
Too large (Show diff)
View
include/plat/marvell/a3700/common/armada_common.h
Too large (Show diff)
View
include/plat/marvell/a3700/common/board_marvell_def.h
Too large (Show diff)
View
include/plat/marvell/a3700/common/marvell_def.h
Too large (Show diff)
View
include/plat/marvell/a3700/common/plat_marvell.h
Too large (Show diff)
View
include/plat/marvell/a8k/common/armada_common.h
Too large (Show diff)
View
include/plat/marvell/a8k/common/board_marvell_def.h
Too large (Show diff)
View
include/plat/marvell/a8k/common/marvell_def.h
Too large (Show diff)
View
include/plat/marvell/a8k/common/plat_marvell.h
Too large (Show diff)
View
include/plat/marvell/a8k/common/plat_pm_trace.h
Too large (Show diff)
View
include/plat/marvell/common/aarch64/cci_macros.S
Too large (Show diff)
View
include/plat/marvell/common/aarch64/marvell_macros.S
Too large (Show diff)
View
include/plat/marvell/common/marvell_plat_priv.h
Too large (Show diff)
View
include/plat/marvell/common/marvell_pm.h
Too large (Show diff)
View
include/plat/marvell/common/mvebu.h
Too large (Show diff)
View
include/services/arm_arch_svc.h
Too large (Show diff)
View
include/services/mm_svc.h
Too large (Show diff)
View
include/services/secure_partition.h
Too large (Show diff)
View
include/services/spm_svc.h
Too large (Show diff)
View
include/services/std_svc.h
Too large (Show diff)
View
include/tools_share/firmware_image_package.h
Too large (Show diff)
View
include/tools_share/tbbr_oid.h
Too large (Show diff)
View
include/tools_share/uuid.h
Too large (Show diff)
View
plat/allwinner/common/include/mentor_i2c_plat.h
Too large (Show diff)
View
plat/allwinner/common/include/plat_macros.S
Too large (Show diff)
View
plat/allwinner/common/include/sunxi_def.h
Too large (Show diff)
View
plat/allwinner/sun50i_a64/include/sunxi_cpucfg.h
Too large (Show diff)
View
plat/allwinner/sun50i_a64/include/sunxi_mmap.h
Too large (Show diff)
View
plat/allwinner/sun50i_h6/include/sunxi_cpucfg.h
Too large (Show diff)
View
plat/allwinner/sun50i_h6/include/sunxi_mmap.h
Too large (Show diff)
View
plat/arm/board/fvp/fvp_private.h
Too large (Show diff)
View
plat/arm/board/fvp/include/plat.ld.S
Too large (Show diff)
View
plat/arm/board/fvp/include/plat_macros.S
Too large (Show diff)
View
plat/arm/board/juno/include/plat_macros.S
Too large (Show diff)
View
plat/arm/board/juno/juno_decl.h
Too large (Show diff)
View
plat/arm/board/juno/juno_tzmp1_def.h
Too large (Show diff)
View
plat/arm/board/n1sdp/include/plat_macros.S
Too large (Show diff)
View
plat/arm/board/n1sdp/include/platform_def.h
Too large (Show diff)
View
plat/arm/board/sgm775/include/platform_def.h
Too large (Show diff)
View
plat/arm/css/drivers/mhu/css_mhu.h
Too large (Show diff)
View
plat/arm/css/drivers/scmi/scmi.h
Too large (Show diff)
View
plat/arm/css/drivers/scmi/scmi_private.h
Too large (Show diff)
View
plat/arm/css/drivers/scp/css_scp.h
Too large (Show diff)
View
plat/arm/css/drivers/scpi/css_scpi.h
Too large (Show diff)
View
plat/arm/css/drivers/sds/sds.h
Too large (Show diff)
View
plat/arm/css/drivers/sds/sds_private.h
Too large (Show diff)
View
plat/arm/css/sgi/include/plat_macros.S
Too large (Show diff)
View
plat/arm/css/sgi/include/sgi_ras.h
Too large (Show diff)
View
plat/arm/css/sgm/include/plat_macros.S
Too large (Show diff)
View
plat/arm/css/sgm/include/sgm_base_platform_def.h
Too large (Show diff)
View
plat/arm/css/sgm/include/sgm_plat_config.h
Too large (Show diff)
View
plat/arm/css/sgm/include/sgm_variant.h
Too large (Show diff)
View
plat/hisilicon/hikey/hikey_private.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220_regs_acpu.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220_regs_ao.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220_regs_peri.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220_regs_pin.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6220_regs_pmctrl.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hi6553.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hikey_def.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hikey_layout.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hisi_ipc.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hisi_mcu.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hisi_pwrc.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hisi_sip_svc.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/hisi_sram_map.h
Too large (Show diff)
View
plat/hisilicon/hikey/include/plat_macros.S
Too large (Show diff)
View
plat/hisilicon/hikey960/drivers/pwrc/hisi_pwrc.h
Too large (Show diff)
View
plat/hisilicon/hikey960/hikey960_def.h
Too large (Show diff)
View
plat/hisilicon/hikey960/hikey960_private.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/hi3660.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/hi3660_crg.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/hi3660_hkadc.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/hi3660_mem_map.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/hisi_ipc.h
Too large (Show diff)
View
plat/hisilicon/hikey960/include/plat_macros.S
Too large (Show diff)
View
plat/hisilicon/poplar/include/hi3798cv200.h
Too large (Show diff)
View
plat/hisilicon/poplar/include/plat_private.h
Too large (Show diff)
View
plat/hisilicon/poplar/include/poplar_layout.h
Too large (Show diff)
View
plat/imx/common/include/imx8_iomux.h
Too large (Show diff)
View
plat/imx/common/include/imx8_lpuart.h
Too large (Show diff)
View
plat/imx/common/include/imx8qm_pads.h
Too large (Show diff)
View
plat/imx/common/include/imx8qx_pads.h
Too large (Show diff)
View
plat/imx/common/include/imx_aips.h
Too large (Show diff)
View
plat/imx/common/include/imx_caam.h
Too large (Show diff)
View
plat/imx/common/include/imx_clock.h
Too large (Show diff)
View
plat/imx/common/include/imx_csu.h
Too large (Show diff)
View
plat/imx/common/include/imx_hab.h
Too large (Show diff)
View
plat/imx/common/include/imx_io_mux.h
Too large (Show diff)
View
plat/imx/common/include/imx_snvs.h
Too large (Show diff)
View
plat/imx/common/include/imx_wdog.h
Too large (Show diff)
View
plat/imx/common/include/plat_imx8.h
Too large (Show diff)
View
plat/imx/common/include/sci/sci.h
Too large (Show diff)
View
plat/imx/common/include/sci/sci_ipc.h
Too large (Show diff)
View
plat/imx/common/include/sci/sci_rpc.h
Too large (Show diff)
View
plat/imx/common/include/sci/sci_scfw.h
Too large (Show diff)
View
plat/imx/common/include/sci/sci_types.h
Too large (Show diff)
View
plat/imx/common/include/sci/svc/pad/sci_pad_api.h
Too large (Show diff)
View
plat/imx/common/include/sci/svc/pm/sci_pm_api.h
Too large (Show diff)
View
plat/imx/common/include/sci/svc/rm/sci_rm_api.h
Too large (Show diff)
View
plat/imx/common/sci/svc/pad/sci_pad_rpc.h
Too large (Show diff)
View
plat/imx/common/sci/svc/pm/sci_pm_rpc.h
Too large (Show diff)
View
plat/imx/common/sci/svc/rm/sci_rm_rpc.h
Too large (Show diff)
View
plat/imx/imx7/include/imx_hab_arch.h
Too large (Show diff)
View
plat/imx/imx7/include/imx_regs.h
Too large (Show diff)
View
plat/imx/imx7/warp7/include/platform_def.h
Too large (Show diff)
View
plat/imx/imx7/warp7/warp7_private.h
Too large (Show diff)
View
plat/layerscape/board/ls1043/include/ns_access.h
Too large (Show diff)
View
plat/layerscape/board/ls1043/include/plat_macros.S
Too large (Show diff)
View
plat/layerscape/board/ls1043/include/soc_tzasc.h
Too large (Show diff)
View
plat/layerscape/common/include/fsl_csu.h
Too large (Show diff)
View
plat/layerscape/common/include/ls_16550.h
Too large (Show diff)
View
plat/layerscape/common/include/plat_ls.h
Too large (Show diff)
View
plat/layerscape/common/include/soc.h
Too large (Show diff)
View
plat/layerscape/common/include/tzc380.h
Too large (Show diff)
View
plat/layerscape/common/tsp/platform_tsp.h
Too large (Show diff)
View
plat/marvell/a3700/a3700/mvebu_def.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/a3700_plat_def.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/a3700_pm.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/ddr_info.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/dram_win.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/io_addr_dec.h
Too large (Show diff)
View
plat/marvell/a3700/common/include/plat_macros.S
Too large (Show diff)
View
plat/marvell/a3700/common/include/platform_def.h
Too large (Show diff)
View
plat/marvell/a8k/a70x0/mvebu_def.h
Too large (Show diff)
View
plat/marvell/a8k/a70x0_amc/mvebu_def.h
Too large (Show diff)
View
plat/marvell/a8k/a80x0/board/phy-porting-layer.h
Too large (Show diff)
View
plat/marvell/a8k/a80x0/mvebu_def.h
Too large (Show diff)
View
plat/marvell/a8k/a80x0_mcbin/mvebu_def.h
Too large (Show diff)
View
plat/marvell/a8k/common/include/a8k_plat_def.h
Too large (Show diff)
View
plat/marvell/a8k/common/include/mentor_i2c_plat.h
Too large (Show diff)
View
plat/marvell/a8k/common/include/plat_macros.S
Too large (Show diff)
View
plat/marvell/a8k/common/include/platform_def.h
Too large (Show diff)
View
plat/marvell/a8k/common/mss/mss_pm_ipc.h
Too large (Show diff)
View
plat/marvell/common/mss/mss_ipc_drv.h
Too large (Show diff)
View
plat/marvell/common/mss/mss_mem.h
Too large (Show diff)
View
plat/marvell/common/mss/mss_scp_bl2_format.h
Too large (Show diff)
View
plat/marvell/common/mss/mss_scp_bootloader.h
Too large (Show diff)
View
plat/mediatek/common/custom/oem_svc.h
Too large (Show diff)
View
plat/mediatek/common/drivers/uart/uart8250.h
Too large (Show diff)
View
plat/mediatek/common/mtk_plat_common.h
Too large (Show diff)
View
plat/mediatek/common/mtk_sip_svc.h
Too large (Show diff)
View
plat/mediatek/mt6795/drivers/timer/mt_cpuxgpt.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/mcucfg.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/plat_private.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/plat_sip_calls.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/power_tracer.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/scu.h
Too large (Show diff)
View
plat/mediatek/mt6795/include/spm.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/crypt/crypt.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/mtcmos/mtcmos.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/pmic/pmic_wrap_init.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/rtc/rtc.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/spm/spm.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/spm/spm_hotplug.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/spm/spm_mcdi.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/spm/spm_suspend.h
Too large (Show diff)
View
plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/mcucfg.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/mt8173_def.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/plat_private.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/plat_sip_calls.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/power_tracer.h
Too large (Show diff)
View
plat/mediatek/mt8173/include/scu.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/flowctrl.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/mce.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/memctrl.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/memctrl_v1.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/memctrl_v2.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/pmc.h
Too large (Show diff)
View
plat/nvidia/tegra/include/drivers/smmu.h
Too large (Show diff)
View
plat/nvidia/tegra/include/plat_macros.S
Too large (Show diff)
View
plat/nvidia/tegra/include/platform_def.h
Too large (Show diff)
View
plat/nvidia/tegra/include/t132/tegra_def.h
Too large (Show diff)
View
plat/nvidia/tegra/include/t186/tegra_def.h
Too large (Show diff)
View
plat/nvidia/tegra/include/t210/tegra_def.h
Too large (Show diff)
View
plat/nvidia/tegra/include/tegra_platform.h
Too large (Show diff)
View
plat/nvidia/tegra/include/tegra_private.h
Too large (Show diff)
View
plat/nvidia/tegra/soc/t186/drivers/include/mce_private.h
Too large (Show diff)
View
plat/nvidia/tegra/soc/t186/drivers/include/t18x_ari.h
Too large (Show diff)
View
plat/qemu/include/plat_macros.S
Too large (Show diff)
View
plat/qemu/qemu_private.h
Too large (Show diff)
View
plat/renesas/rcar/include/plat.ld.S
Too large (Show diff)
View
plat/renesas/rcar/include/platform_def.h
Too large (Show diff)
View
plat/renesas/rcar/include/rcar_def.h
Too large (Show diff)
View
plat/renesas/rcar/include/rcar_private.h
Too large (Show diff)
View
plat/renesas/rcar/include/rcar_version.h
Too large (Show diff)
View
plat/renesas/rcar/include/registers/axi_registers.h
Too large (Show diff)
View
plat/renesas/rcar/include/registers/cpg_registers.h
Too large (Show diff)
View
plat/renesas/rcar/include/registers/lifec_registers.h
Too large (Show diff)
View
plat/rockchip/common/drivers/parameter/ddr_parameter.h
Too large (Show diff)
View
plat/rockchip/common/drivers/pmu/pmu_com.h
Too large (Show diff)
View
plat/rockchip/common/include/plat_macros.S
Too large (Show diff)
View
plat/rockchip/common/include/plat_params.h
Too large (Show diff)
View
plat/rockchip/common/include/plat_private.h
Too large (Show diff)
View
plat/rockchip/common/include/rockchip_sip_svc.h
Too large (Show diff)
View
plat/rockchip/rk3328/drivers/pmu/pmu.h
Too large (Show diff)
View
plat/rockchip/rk3328/drivers/soc/soc.h
Too large (Show diff)
View
plat/rockchip/rk3328/include/plat.ld.S
Too large (Show diff)
View
plat/rockchip/rk3328/rk3328_def.h
Too large (Show diff)
View
plat/rockchip/rk3368/drivers/ddr/ddr_rk3368.h
Too large (Show diff)
View
plat/rockchip/rk3368/drivers/pmu/pmu.h
Too large (Show diff)
View
plat/rockchip/rk3368/drivers/soc/soc.h
Too large (Show diff)
View
plat/rockchip/rk3368/include/plat.ld.S
Too large (Show diff)
View
plat/rockchip/rk3368/include/plat_sip_calls.h
Too large (Show diff)
View
plat/rockchip/rk3368/rk3368_def.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/dp/cdn_dp.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/dram/dfs.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/dram/dram.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/dram/dram_spec_timing.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/dram/suspend.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/m0/include/addressmap.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/m0/include/rk3399_mcu.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/pmu/m0_ctl.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/pmu/pmu.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/pwm/pwm.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/secure/secure.h
Too large (Show diff)
View
plat/rockchip/rk3399/drivers/soc/soc.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/addressmap.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/plat.ld.S
Too large (Show diff)
View
plat/rockchip/rk3399/include/plat_sip_calls.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/addressmap_shared.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/bl31_param.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/dram_regs.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/m0_param.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/misc_regs.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/pmu_bits.h
Too large (Show diff)
View
plat/rockchip/rk3399/include/shared/pmu_regs.h
Too large (Show diff)
View
plat/rockchip/rk3399/rk3399_def.h
Too large (Show diff)
View
plat/rpi3/include/platform_def.h
Too large (Show diff)
View
plat/rpi3/rpi3_hw.h
Too large (Show diff)
View
plat/rpi3/rpi3_private.h
Too large (Show diff)
View
plat/socionext/synquacer/drivers/mhu/sq_mhu.h
Too large (Show diff)
View
plat/socionext/synquacer/drivers/scpi/sq_scpi.h
Too large (Show diff)
View
plat/socionext/synquacer/include/plat_macros.S
Too large (Show diff)
View
plat/socionext/synquacer/include/sq_common.h
Too large (Show diff)
View
plat/socionext/uniphier/include/plat_macros.S
Too large (Show diff)
View
plat/socionext/uniphier/uniphier.h
Too large (Show diff)
View
plat/st/stm32mp1/include/boot_api.h
Too large (Show diff)
View
plat/st/stm32mp1/include/stm32mp1_context.h
Too large (Show diff)
View
plat/st/stm32mp1/include/stm32mp1_dt.h
Too large (Show diff)
View
plat/st/stm32mp1/include/stm32mp1_private.h
Too large (Show diff)
View
plat/st/stm32mp1/stm32mp1.ld.S
Too large (Show diff)
View
plat/ti/k3/common/drivers/sec_proxy/sec_proxy.h
Too large (Show diff)
View
plat/ti/k3/common/drivers/ti_sci/ti_sci.h
Too large (Show diff)
View
plat/ti/k3/common/drivers/ti_sci/ti_sci_protocol.h
Too large (Show diff)
View
plat/ti/k3/include/k3_console.h
Too large (Show diff)
View
plat/ti/k3/include/k3_gicv3.h
Too large (Show diff)
View
plat/ti/k3/include/plat_macros.S
Too large (Show diff)
View
plat/ti/k3/include/platform_def.h
Too large (Show diff)
View
plat/xilinx/zynqmp/include/plat_macros.S
Too large (Show diff)
View
plat/xilinx/zynqmp/ipi_mailbox_service/ipi_mailbox_svc.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_api_clock.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_api_ioctl.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_api_pinctrl.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_client.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_common.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_defs.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_ipi.h
Too large (Show diff)
View
plat/xilinx/zynqmp/pm_service/pm_svc_main.h
Too large (Show diff)
View
plat/xilinx/zynqmp/zynqmp_def.h
Too large (Show diff)
View
plat/xilinx/zynqmp/zynqmp_ipi.h
Too large (Show diff)
View
plat/xilinx/zynqmp/zynqmp_private.h
Too large (Show diff)
View
services/spd/opteed/opteed_private.h
Too large (Show diff)
View
services/spd/opteed/teesmc_opteed_macros.h
Too large (Show diff)
View
services/spd/tlkd/tlkd_private.h
Too large (Show diff)
View
services/spd/trusty/sm_err.h
Too large (Show diff)
View
services/spd/trusty/smcall.h
Too large (Show diff)
View
services/spd/tspd/tspd_private.h
Too large (Show diff)
View
services/std_svc/spm/spm_private.h
Too large (Show diff)
View
services/std_svc/spm/spm_shim_private.h
Too large (Show diff)
View
tools/cert_create/include/cert.h
Too large (Show diff)
View
tools/cert_create/include/cmd_opt.h
Too large (Show diff)
View
tools/cert_create/include/debug.h
Too large (Show diff)
View
tools/cert_create/include/ext.h
Too large (Show diff)
View
tools/cert_create/include/key.h
Too large (Show diff)
View
tools/cert_create/include/sha.h
Too large (Show diff)
View
tools/cert_create/include/tbbr/tbb_cert.h
Too large (Show diff)
View
tools/cert_create/include/tbbr/tbb_ext.h
Too large (Show diff)
View
tools/cert_create/include/tbbr/tbb_key.h
Too large (Show diff)
View
tools/fiptool/fiptool.h
Too large (Show diff)
View
tools/fiptool/fiptool_platform.h
Too large (Show diff)
View
tools/fiptool/tbbr_config.h
Too large (Show diff)
View
tools/fiptool/win_posix.h
Too large (Show diff)