arm-trusted-firmware/plat/nvidia/tegra/soc
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
..
t132 Tegra: GIC: enable FIQ interrupt handling 2017-02-28 08:50:01 -08:00
t186 Tegra186: mce: Avoid implementation-defined bitfield types 2017-04-13 12:35:21 -07:00
t210 plat/tegra: Enable Cortex-A53 erratum 855873 workaround 2017-03-20 10:57:50 +00:00