arm-trusted-firmware/plat
Stephen Warren 7b3052710b Tegra186: mce: Avoid implementation-defined bitfield types
GCC version 4.8 (and presumably earlier) warn when non-standard types are
used for bitfield definitions when -pedantic is enabled. This prevents TF
from being built with such toolchains, since -Werror -pedantic options are
used.

gcc-4.9 removed this warning; -pedantic is intended to cause gcc to emit a
warning in all cases required by the standard, but the standard does not
require a warning in this case.

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57773

Signed-off-by: Stephen Warren <swarren@nvidia.com>
2017-04-13 12:35:21 -07:00
..
arm Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush 2017-04-12 22:23:44 +01:00
common Add and use plat_crash_console_flush() API 2017-03-31 09:54:22 +01:00
compat AArch32: Add essential ARM platform and FVP support 2016-08-10 18:01:38 +01:00
mediatek Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush 2017-04-12 22:23:44 +01:00
nvidia/tegra Tegra186: mce: Avoid implementation-defined bitfield types 2017-04-13 12:35:21 -07:00
qemu Move plat/common source file definitions to generic Makefiles 2017-03-20 14:58:25 +00:00
rockchip Merge pull request #892 from rockchip-linux/fixes-a-typo 2017-04-07 15:54:14 +01:00
xilinx/zynqmp zynqmp: Enable workaround for errata 855873 2017-04-06 11:44:27 -07:00