summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2026-05-06 14:34:11 +0200
committerPeng Fan <[email protected]>2026-05-15 19:28:29 +0800
commit09bc47cc337522b4b8fe8ed037676d1601547f91 (patch)
tree0e7bfa9f9b2467c024bbdc55427e7fb714057eac /tests
parent674f35a88478cf6513285bbfbe8b820af43b828f (diff)
caam: don't write memory at 0 on PPC
For non-secure boot environments pamu_init() isn't called but the CAAM will still call sec_config_pamu_table() -> config_pamu() which then uses an uninitialized ppaact variable. In fact, that variable is initialized with 0, so the config_pamu() will happily assume the structure is there and will operate on that memory. Call pamu_init() in the non-secure boot case, too. Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions