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>
Merge "driver: brcm: add mdio driver" into integration
driver: brcm: add i2c driverBroadcom I2C controller driver. Follwoing API's are supported:-- i2c_init() Intialize ethe I2C controller- i2c_probe()- i2c_set_bus_speed() Set the I2C bus speed- i2
driver: brcm: add i2c driverBroadcom I2C controller driver. Follwoing API's are supported:-- i2c_init() Intialize ethe I2C controller- i2c_probe()- i2c_set_bus_speed() Set the I2C bus speed- i2c_get_bus_speed() Get the current bus speed- i2c_recv_byte() Receive one byte of data.- i2c_send_byte() Send one byteof data- i2c_read_byte() Read single byte of data- i2c_read() Read multiple bytes of data- i2c_write_byte Write single byte of data- i2c_write() Write multiple bytes of dataThis driver is verified by reading the DDR SPD data.Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>Change-Id: I2d7fe53950e8b12fab19d0293020523ff8b74e13
driver: brcm: add mdio driverChange-Id: Id873670f68a4c584e3b7b586cab28565bb5a1c27Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
driver: brcm: add RNG driverSigned-off-by: Bharat Gooty <bharat.gooty@broadcom.com>Change-Id: I490d7e4d49bd9f5a62d343a264a1e14c2066ceca
drivers: Add SPI Nor flash supportAdd SPI Nor flash supportChange-Id: I0cde3fdb4dcad5bcaf445b3bb48e279332bd28afSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
drivers: Add iproc spi driverAdd iproc spi driverChange-Id: I652efab1efd9c487974dae9cb9d98b9b8e3759c4Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@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>
Add BL31 support for Broadcom stingray platformChange-Id: Icfef5b6923dc292e637001045a334c499d346fe9Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
Add BL2 support for Broadcom stingray platformChange-Id: I5daa3f2b4b9d85cb857547a588571a9aa8ad05c2Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>