aboutsummaryrefslogtreecommitdiff
path: root/module/cmn600
AgeCommit message (Collapse)Author
2019-02-26cmn600: Fix inappropriately-initialised global stateChris Kay
The CMN600 module does not account for resets of the configured dependent clock (if any) when allocating context structures or reconfiguring the network. The consequence of this is that resetting the clock multiple times will eventually cause invalid register writes, a heap allocation overflow, and lost allocated memory. Change-Id: If5883fa63e085eb9b5f394b9c4196f68f3b8f1e5 Signed-off-by: Chris Kay <chris.kay@arm.com>
2019-01-03copyright: Extend to 2019Ronald Cron
Change-Id: I73e35e5caa53544c7f3bcb0097f2ad79fb0e2122 Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2018-10-18module: CMN600 supportFilipe Rinaldi
Co-authored-by: Pedro Custodio <Pedro.Krewinkelcustodio@arm.com> Change-Id: I1bd23bdff348d8665cdd290e63cc90146eddba89 Signed-off-by: Filipe Rinaldi <Filipe.Rinaldi@arm.com> Signed-off-by: Chris Kay <chris.kay@arm.com>