Open danh-arm opened 10 years ago
The codebase inconsistently uses a mix of raw C types (e.g. int, unsigned int, void *) and stdlib types (e.g int64_t, uint64_t, uintptr_t). It should consistently follow the coding guidelines here: https://github.com/ARM-software/arm-trusted-firmware/wiki/Trusted-Firmware-Coding-Guidelines#use-of-built-in-c-and-stdlib-data-types
Internal ref: https://jira.arm.com/browse/GENFW-1506 But dependant on MISRA/Coverity topic too..see https://github.com/ARM-software/tf-issues/issues/455
The codebase inconsistently uses a mix of raw C types (e.g. int, unsigned int, void *) and stdlib types (e.g int64_t, uint64_t, uintptr_t). It should consistently follow the coding guidelines here: https://github.com/ARM-software/arm-trusted-firmware/wiki/Trusted-Firmware-Coding-Guidelines#use-of-built-in-c-and-stdlib-data-types