nvidia-cbootimage/src/t124
Thomas Petazzoni 3b3c3cccf0 Use C99 uintXX_t instead of implementation-specific u_intXX_t types
The u_intXX_t types are implementation-specific and not part of a
standard. As an example, they are not provided by the musl C library.

Therefore, this commit switches cbootimage to use the C99 uintXX_t
types. This commit has been produced by:

 1. Running:

    find . -name '*.[ch]' | xargs sed -i 's%u_int\([0-9]*\)_t%uint\1_t%g'

 2. Adding a #include <stdint.h> in cbootimage.h

The result has been compile tested with the musl C library.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(swarren, validated "objdump -d cbootimage" is identical before/after)
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2017-10-03 11:05:35 -06:00
..
nvbctlib_t124.c Use C99 uintXX_t instead of implementation-specific u_intXX_t types 2017-10-03 11:05:35 -06:00
nvboot_bct_t124.h Use C99 uintXX_t instead of implementation-specific u_intXX_t types 2017-10-03 11:05:35 -06:00
nvboot_sdram_param_t124.h Use C99 uintXX_t instead of implementation-specific u_intXX_t types 2017-10-03 11:05:35 -06:00
parse_t124.c Add Tegra124 support 2013-08-27 10:40:55 -06:00