commit | 1b19b269007dd742d891ffdfab8c85b86bd4a681 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Mon Apr 14 15:20:02 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 24 10:45:37 2025 -0600 |
tree | 5e46d8c01f119cfd9aebaf7675cce8158c761215 | |
parent | 5c323182a9e0c32b40ebfcc8519a28482f1b4bbb [diff] |
arm: mach-k3: support disabling a single firewall region During boot some firewall regions could contain the R5's code which if we change the firewalls settings will crash the core. To get around this issue, define a new function which allows us to specify specific regions we want unlocked. Signed-off-by: Bryan Brattlof <bb@ti.com>