fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
show more ...
fix(brcm): add braces around bodies of conditionalsOn release builds EMMC_TRACE doesn't expand to anything. Someconditionals with no braces end up with empty bodies. This produces awarning when c
fix(brcm): add braces around bodies of conditionalsOn release builds EMMC_TRACE doesn't expand to anything. Someconditionals with no braces end up with empty bodies. This produces awarning when compiling with -Werror=empty-body (enabled by -Wextra).Since TF-A coding guidelines require braces to comply with MISRAguidelines anyway, add them in the whole file.Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>Change-Id: Ib4e691efc7acdb8fb8692278c7a9772fc894f77f
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width type
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width types for such change.Change-Id: I0bca594687a996fde0a9702d7a383055b99f10a1Signed-off-by: Scott Branden <scott.branden@broadcom.com>
drivers: Add emmc driver for Broadcom platformsAdd emmc driver for Broadcom platformsChange-Id: I126a6dfccd41062cb0b856f2c2fb1f724730b95eSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadco
drivers: Add emmc driver for Broadcom platformsAdd emmc driver for Broadcom platformsChange-Id: I126a6dfccd41062cb0b856f2c2fb1f724730b95eSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>