bdk: mc: add offset to arc aperture

And increase it back to 4KB for TSEC only, since the firmware actually checks for it.
This commit is contained in:
CTCaer
2026-03-20 13:34:55 +02:00
parent e26b941f90
commit 9494767295
4 changed files with 7 additions and 7 deletions

View File

@@ -931,7 +931,7 @@ int xusb_device_init()
bpmp_clk_rate_relaxed(false);
// Enable AHB redirect for access to IRAM for Event/EP ring buffers.
mc_enable_ahb_redirect();
mc_enable_ahb_redirect(1);
// Enable XUSB device IPFS.
XUSB_DEV_DEV(XUSB_DEV_CONFIGURATION) |= DEV_CONFIGURATION_EN_FPCI;