Merge patch series "arm: mach-k3: remove some firewalls left over by ROM"
authorTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 16:45:41 +0000 (10:45 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 16:45:41 +0000 (10:45 -0600)
Bryan Brattlof <bb@ti.com> says:

This small series is here to remove some firewalls setup by ROM during
their boot and clean things up for Linux later on. Ideally this would be
a simple call to remove_fwl_configs() however the location of the
firewall is problematic (could potentially crash the core) when we're
currently executing from the memory region protected by the firewall.

So we need to introduce a function which allows us to disable specific
firewall regions and skip others to ensure boot stability.

Link: https://lore.kernel.org/r/20250414-firewalls-v1-0-89090085c08b@ti.com
1  2 
arch/arm/mach-k3/r5/common.c

Simple merge