| eee89638 | 06-Jun-2025 |
Yeoreum Yun <yeoreum.yun@arm.com> |
feat(juno): change the FW_NS_HANDOFF_BASE
Before supporting StandaloneMm in Juno, the PLAT_SP_IMAGE_NS_BUF_BASE doesn't use so it's find to use as FW_NS_HANDOFF_BASE.; But as juno support Standalone
feat(juno): change the FW_NS_HANDOFF_BASE
Before supporting StandaloneMm in Juno, the PLAT_SP_IMAGE_NS_BUF_BASE doesn't use so it's find to use as FW_NS_HANDOFF_BASE.; But as juno support StandaloneMm, PLAT_SP_IMAGE_NS_BUF_BASE is used for non shared buffer between normal world and secure world, it couldn't be used as FW_NS_HANDOFF_BASE.
Like FVP board, change FW_NS_HANDOFF_BASE as (PLAT_ARM_NS_IMAGE_BASE - PLAT_ARM_FW_HANDOFF_SIZE) so that it doesn't overlap with ns shared buffer.
Change-Id: I9fcf31a91fd12e931fb4c41341cdaa23057453cd Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
show more ...
|
| 313b776f | 13-Jan-2023 |
Mikael Olsson <mikael.olsson@arm.com> |
feat(ethos-n): add NPU firmware validation
When the Arm(R) Ethos(TM)-N NPU driver is built with TZMP1 support, it will now validate the NPU firmware binary that BL2 is expected to load into the prot
feat(ethos-n): add NPU firmware validation
When the Arm(R) Ethos(TM)-N NPU driver is built with TZMP1 support, it will now validate the NPU firmware binary that BL2 is expected to load into the protected memory location specified by ARM_ETHOSN_NPU_IMAGE_BASE.
Juno has been updated with a new BL31 memory mapping to allow the SiP service to read the protected memory that contains the NPU firmware binary.
Signed-off-by: Mikael Olsson <mikael.olsson@arm.com> Change-Id: I633256ab7dd4f8f5a6f864c8c98a66bf9dfc37f3
show more ...
|