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)
commit629f089387adf7b0c39b77ac8d337cff7989f81d
tree4b53a852e9273c0324215377c6cdb536d1c88228
parentb0a300ad14323532ee88196c4dfb5658b644df82
parent33b191997fc215e32cd51ffd979c5f6d1189c46e
Merge patch series "arm: mach-k3: remove some firewalls left over by ROM"

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
arch/arm/mach-k3/r5/common.c