You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix to #233 moved the TZC-400 initialization from BL1 to BL2. The other peripheral initialization (init_nic400() and init_pcie()) should have also been moved at the same time. These other peripherals are part of the security setup so should be included in the plat_security_setup() function.
Finally, there should be simple NIC-400 and PCI-E drivers added instead of poking the registers directly.
The text was updated successfully, but these errors were encountered:
Closing this issue since this was effectively done during the ARM platform port reorg. There may be a future need to move some security setup back to BL1 (e.g. to support firmware update) but that can be handled separately.
The fix to #233 moved the TZC-400 initialization from BL1 to BL2. The other peripheral initialization (
init_nic400()
andinit_pcie()
) should have also been moved at the same time. These other peripherals are part of the security setup so should be included in theplat_security_setup()
function.Finally, there should be simple NIC-400 and PCI-E drivers added instead of poking the registers directly.
The text was updated successfully, but these errors were encountered: