Tegra186: setup: fix defects flagged by MISRA scan
Anthony Zhou authored
Main fixes:

Added explicit casts (e.g. 0U) to integers in order for them to be
compatible with whatever operation they're used in [Rule 10.1]

Force operands of an operator to the same type category [Rule 10.4]

Added curly braces ({}) around if statements in order to
make them compound [Rule 15.6]

Change-Id: I4840c3122939f736113d61f1462af3bd7b0b5085
Signed-off-by: default avatarAnthony Zhou <anzhou@nvidia.com>
d6102295
Name Last commit Last update
bl1 Move BL1 and BL2 private defines to bl_common.h
bl2 Move BL1 and BL2 private defines to bl_common.h
bl2u Sanitise includes across codebase
bl31 Merge pull request #1738 from ardbiesheuvel/synquacer-spm
bl32 Correct typographical errors
common Correct typographical errors
docs Tegra: support to set the L2 ECC and Parity enable bit
drivers Correct typographical errors
fdts stm32mp1: Add device tree files
include Merge pull request #1738 from ardbiesheuvel/synquacer-spm
lib Correct typographical errors
make_helpers build: Support BL-specific build flags
plat Tegra186: setup: fix defects flagged by MISRA scan
services Merge pull request #1738 from ardbiesheuvel/synquacer-spm
tools SPM: sptool: Introduce tool to package SP and RD
.checkpatch.conf Use SPDX identifier in checkpatch config file
.editorconfig Add .editorconfig file
.gitignore gitignore: Ignore sptool and doimage binaries
Makefile Remove ASM_ASSERTION check in Makefile
acknowledgements.rst Change copyright guidelines
contributing.rst Change copyright guidelines
dco.txt Drop requirement for CLA in contribution.md
license.rst Change copyright guidelines
maintainers.rst maintainers: Add maintainter for NXP i.MX8M platform.
readme.rst doc: Minor readme structure improvements