arm-trusted-firmware/plat/imx/common
Samuel Holland e8bb1c2caa imx: Fix missing inclusion of cdefs.h
This was found by compiling with -fno-common:

./build/picopi/release/bl2/imx_snvs.o:(.bss.__packed+0x0): multiple definition of `__packed';
./build/picopi/release/bl2/imx_caam.o:(.bss.__packed+0x0): first defined here

__packed was intended to be the attribute macro from cdefs.h, not an
object of the structure type.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Change-Id: Id02fac3f098be2d71c35c6b4a18012515532f32a
2019-12-04 02:58:41 -06:00
..
aarch32 Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
include imx: Fix missing inclusion of cdefs.h 2019-12-04 02:58:41 -06:00
sci Update imx platform to not rely on undefined overflow behaviour 2019-07-12 09:12:19 +01:00
imx7_clock.c imx7: imx7_clock: usb: Initialize the USB core clocks 2018-09-04 13:36:23 +01:00
imx8_helpers.S Add plat_crash_console_flush to platforms without it 2018-10-25 09:56:09 +01:00
imx8_psci.c imx: power optimization for i.mx8qm 2019-01-29 09:26:41 +08:00
imx8_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_aips.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_caam.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_clock.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_csu.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_io_mux.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_sip_handler.c imx8: Replace PLAT_IMX8* with automatic PLAT_imx8* 2019-05-20 11:28:51 +03:00
imx_sip_svc.c imx8: Replace PLAT_IMX8* with automatic PLAT_imx8* 2019-05-20 11:28:51 +03:00
imx_snvs.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_uart_console.S Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
imx_wdog.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
lpuart_console.S Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
plat_imx8_gic.c imx: make sure GIC redistributor is awake before initialization 2019-03-01 14:22:23 +08:00