feat(sbsa): helper api for refreshing watchdog timerThis patch adds a helper API to explicitly refresh SBSA secure watchdogtimer. Please refer section A.3 of the following spec:https://developer
feat(sbsa): helper api for refreshing watchdog timerThis patch adds a helper API to explicitly refresh SBSA secure watchdogtimer. Please refer section A.3 of the following spec:https://developer.arm.com/documentation/den0029/latest/Change-Id: I2d0943792aea0092bee1e51d74b908348587e66bSigned-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
libc: Consolidate unified definitionsAs supporting architectures aside from AArch32 and AArch64 is not aconcern, keeping identical definitions in two places for a large partof the libc seems coun
libc: Consolidate unified definitionsAs supporting architectures aside from AArch32 and AArch64 is not aconcern, keeping identical definitions in two places for a large partof the libc seems counterproductiveThe int128 types were left un-unified as __int128 is not supported bygcc on AArch32Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>Change-Id: Idf08e6fab7e4680d9da62d3c57266ea2d80472cf
drivers/sbsa: add sbsa watchdog driverAdd a driver for configuring the SBSA Generic Watchdog which aids inthe detection of errant system behaviour.Change-Id: I5a1e7149c69fd8b85be7dfbcf511f431339
drivers/sbsa: add sbsa watchdog driverAdd a driver for configuring the SBSA Generic Watchdog which aids inthe detection of errant system behaviour.Change-Id: I5a1e7149c69fd8b85be7dfbcf511f431339946f4Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>