ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

Ensure codebase follows coding guidelines for data type usage #155

Open danh-arm opened 10 years ago

danh-arm commented 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

mcarlini commented 7 years ago

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