aboutsummaryrefslogtreecommitdiff
path: root/product/sgm775
AgeCommit message (Collapse)Author
2018-11-21doc: Add comments describing the module pre-runtime phaseNicola Mazzucato
Change-Id: I7c7990674526c0ecb1cba7362bc8ceccce174639 Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
2018-10-18ddr_phy500: update the driverElieva Pignat
Update the driver to be compatible with sgi575 support. Change-Id: Ibb6ed26407cfdaf8d9c8d48b3e80eebf53ec8135 Signed-off-by: Elieva Pignat <Elieva.Pignat@arm.com> Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-09-17arch: Remove FIRMWARE_STACK_SIZE as a configurability optionChris Kay
With the stackheap model this option is meaningless as the stack and the heap grow towards each other until they collide. Change-Id: I75577536356236e3fe5a9ce0d22bb06de9acf43f Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-23misc: Fix `pointers to arrays with different qualifiers are...` errorsChris Kay
Fix `pointers to arrays with different qualifiers are incompatible in ISO C` errors. Change-Id: I97eca84df6e9bc23250457191b5695adc92fe24c Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-23misc: Fix `ISO C does not allow extra ';' outside of a function` errorsChris Kay
Change-Id: I4b7dd6d19b795d46f0420a4e7138d9e2685fd772 Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-23misc: Fix `ISO C forbids empty initializer braces` errorsChris Kay
Change-Id: Ieebd946caf9be40018e87109f7b35ac904203e42 Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-23misc: Fix `initializer element is not constant` errorsChris Kay
Change-Id: I978ce4e6d7b81a9cbe9313a2e6b855f767294ffd Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-23misc: Replace `<assert.h>` includes with `<fwk_assert.h>`Chris Kay
This commit moves all inclusions of <assert.h> into <fwk_assert.h>, which now includes it instead. This allows us to keep all assert-related logic under one roof. Change-Id: I4ec0d950dfd9264733645bc14da952b8c1619501 Signed-off-by: Chris Kay <chris.kay@arm.com>
2018-08-22bs: Rename MODE_DEBUG to BUILD_MODE_DEBUGNicola Mazzucato
Renamed as all symbols/define exposed by the build system should have the prefix BUILD_ in their names. Change-Id: I8893121b32c31584a163a991547925cc028ee1c9 Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
2018-06-08Add support for SGM-775Ronald Cron
Co-authored-by: Filipe Rinaldi <filipe.rinaldi@arm.com> Co-authored-by: Paul Beesley <paul.beesley@arm.com> Co-authored-by: Chris Kay <chris.kay@arm.com> Co-authored-by: Elieva Pignat <elieva.pignat@arm.com> Co-authored-by: Pedro Custodio <pedro.krewinkelcustodio@arm.com> Change-Id: Ic7524ad58a7c15d5b055e88a9719b2feee437f1d Signed-off-by: Ronald Cron <ronald.cron@arm.com>