Hello,
After reviewing the "Updating CCSRBARs" section of the T1040 Reference Manual, I have a question regarding the creation of a special, temporary LAW entry for the new CCSR memory region base address.
Why is it necessary to create this temporary LAW entry if we can already configure the CCSRBARH, CCSRBARL, and CCSRAR registers using the old physical address of the CCSR memory region (0xFE00_0000)? The steps stated in the manual is like in the following:
- Create a temporary LAW entry.
- Set the new base address using the old CCSR physical address.
- Delete the temporary LAW entry.
I’m trying to understand the purpose of this law entry(just creating/deleting) —perhaps it's related to the internal logic of the T1042 SoC—but it seems counterintuitive.
Could you provide further insight into why the temporary LAW entry is necessary?
Thank you!