summaryrefslogtreecommitdiff
path: root/plat/brcm
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Don't return error information from console_flush" into integrationMark Dykes2020-10-142-3/+3
|\
| * Don't return error information from console_flushJimmy Brisson2020-10-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | And 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 not work around the MISRA violation that this causes. Instead, we collect the error information from the driver (to avoid changing that API), and don't return it to the caller. Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1 Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
* | plat: brcm: Remove 'AARCH32' deprecated macroManish V Badarkhe2020-10-121-1/+1
|/ | | | | | | | Removed 'AARCH32' deprecated macro from 'stingray' Broadcom platform code. Change-Id: If8d9e785b7980fefd39df06547fcf71b899fd735 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
* driver: brcm: add RNG driverBharat Gooty2020-07-131-0/+6
| | | | | Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com> Change-Id: I490d7e4d49bd9f5a62d343a264a1e14c2066ceca
* plat/brcm: Define RNG base addressRoman Bacik2020-07-131-0/+5
| | | | | | Change-Id: I4f5efcd7638a25c317382b51f05e6b9aa283d068 Signed-off-by: Roman Bacik <roman.bacik@broadcom.com> Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
* Fix usage of incorrect function nameSheetal Tigadoli2020-06-231-1/+1
| | | | | Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Ic387630c096361ea9a963cde0018a0efb63e3bd2
* Cleanup the code for TBBR CoT descriptorsManish V Badarkhe2020-05-191-1/+2
| | | | | | | | | | CoT used for BL1 and BL2 are moved to tbbr_cot_bl1.c and tbbr_cot_bl2.c respectively. Common CoT used across BL1 and BL2 are moved to tbbr_cot_common.c. Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I2252ac8a6960b3431bcaafdb3ea4fb2d01b79cf5
* stingray: fix coverity reported issues on brcm platformSheetal Tigadoli2020-04-132-2/+2
| | | | | | | | | fix coverity reported issues 1. uninitialized var, 2. check for negative val on unsigned variable Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: I28b7517135ba6c1ba0df04f0c73189cf84ba89e6
* stingray: Fix board configuration typo.Max Shvetsov2020-04-061-1/+1
| | | | | | | | | Default board configuration was set to bcm958742k which is not present in 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 SPI Nor flash supportSheetal Tigadoli2020-04-031-0/+6
| | | | | | | Add SPI Nor flash support Change-Id: I0cde3fdb4dcad5bcaf445b3bb48e279332bd28af Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
* drivers: Add iproc spi driverSheetal Tigadoli2020-04-032-0/+14
| | | | | | | Add iproc spi driver Change-Id: I652efab1efd9c487974dae9cb9d98b9b8e3759c4 Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
* drivers: Add emmc driver for Broadcom platformsSheetal Tigadoli2020-04-034-1/+148
| | | | | | | Add emmc driver for Broadcom platforms Change-Id: I126a6dfccd41062cb0b856f2c2fb1f724730b95e Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
* Add BL31 support for Broadcom stingray platformSheetal Tigadoli2020-04-0318-1/+4872
| | | | | Change-Id: Icfef5b6923dc292e637001045a334c499d346fe9 Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
* Add BL2 support for Broadcom stingray platformSheetal Tigadoli2020-04-0328-5/+3543
| | | | | Change-Id: I5daa3f2b4b9d85cb857547a588571a9aa8ad05c2 Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
* Add bl31 support common across Broadcom platformsSheetal Tigadoli2020-04-0320-6/+2503
| | | | | Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Ic1a392a633b447935fa3a7528326c97845f5b1bc
* Add bl2 setup code common across Broadcom platformsSheetal Tigadoli2020-04-0323-0/+2768
Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Iabeaee35c22608c93945c8295bf70947b0f6049a