chore(brcm): include cpu_helpers.S for bl2 buildWith errata conversion in place for Cortex_A72 cpu,build fails with undefined reference to functions definedin cpu_helpers.S file.Including the sa
chore(brcm): include cpu_helpers.S for bl2 buildWith errata conversion in place for Cortex_A72 cpu,build fails with undefined reference to functions definedin cpu_helpers.S file.Including the same to handle build issues related toStingray platform.Change-Id: I2bab3e5ca0811d83cd9ee43ac33d557afe6575a8Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
show more ...
fix(brcm): fix misspelled header inclusion guardThe header inclusion guard for some header for the Broadcom Stingrayboard was misspelled.Make the preprocessor symbol for the #ifndef and #define
fix(brcm): fix misspelled header inclusion guardThe header inclusion guard for some header for the Broadcom Stingrayboard was misspelled.Make the preprocessor symbol for the #ifndef and #define lines thesame, so that the double inclusion protection works as expected.Change-Id: I19d73c854cd0689a248ce914ef35ae87c39ebf39Signed-off-by: Andre Przywara <andre.przywara@arm.com>
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
fix: use correct printf format for uint64_tsha 4ce3e99a3 introduced printf format specifiers for fixed widthtypes, which uses PRI*64 instead of "ll" for 64 bit values.Signed-off-by: Manish Pande
fix: use correct printf format for uint64_tsha 4ce3e99a3 introduced printf format specifiers for fixed widthtypes, which uses PRI*64 instead of "ll" for 64 bit values.Signed-off-by: Manish Pandey <manish.pandey2@arm.com>Change-Id: Ic6811cc1788c698adde0807e5f8ab5290a900a26
driver: brcm: add USB driverSigned-off-by: Bharat Gooty <bharat.gooty@broadcom.com>Change-Id: I456aa7a641fffa8ea4e833615af3effec42a31b2
driver: brcm: add mdio driverChange-Id: Id873670f68a4c584e3b7b586cab28565bb5a1c27Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
Merge "Don't return error information from console_flush" into integration
plat: brcm: Remove 'AARCH32' deprecated macroRemoved 'AARCH32' deprecated macro from 'stingray'Broadcom platform code.Change-Id: If8d9e785b7980fefd39df06547fcf71b899fd735Signed-off-by: Manish V
plat: brcm: Remove 'AARCH32' deprecated macroRemoved 'AARCH32' deprecated macro from 'stingray'Broadcom platform code.Change-Id: If8d9e785b7980fefd39df06547fcf71b899fd735Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Don't return error information from console_flushAnd from crash_console_flush.We ignore the error information return by console_flush in _every_place where we call it, and casting the return typ
Don't return error information from console_flushAnd from crash_console_flush.We ignore the error information return by console_flush in _every_place where we call it, and casting the return type to void does notwork around the MISRA violation that this causes. Instead, we collectthe error information from the driver (to avoid changing that API), anddon't return it to the caller.Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
plat/brcm: Define RNG base addressChange-Id: I4f5efcd7638a25c317382b51f05e6b9aa283d068Signed-off-by: Roman Bacik <roman.bacik@broadcom.com>Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
Fix usage of incorrect function nameSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>Change-Id: Ic387630c096361ea9a963cde0018a0efb63e3bd2
stingray: fix coverity reported issues on brcm platformfix coverity reported issues1. uninitialized var,2. check for negative val on unsigned variableSigned-off-by: Sheetal Tigadoli <sheetal.ti
stingray: fix coverity reported issues on brcm platformfix coverity reported issues1. uninitialized var,2. check for negative val on unsigned variableSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>Change-Id: I28b7517135ba6c1ba0df04f0c73189cf84ba89e6
stingray: Fix board configuration typo.Default board configuration was set to bcm958742k which is not presentin current codebase. This causes a default platform build to fail.Changing to bcm95874
stingray: Fix board configuration typo.Default board configuration was set to bcm958742k which is not presentin current codebase. This causes a default platform build to fail.Changing to bcm958742t.Signed-off-by: Max Shvetsov <maksims.svecovs@arm.com>Change-Id: Ie24f94ef0ef316ff56fe142df5de45d70ba93c28
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>
Add bl31 support common across Broadcom platformsSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>Change-Id: Ic1a392a633b447935fa3a7528326c97845f5b1bc
Add bl2 setup code common across Broadcom platformsSigned-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>Change-Id: Iabeaee35c22608c93945c8295bf70947b0f6049a