Skip to content
  • Adam Johnston's avatar
    bsp: Add boot-order to secure partition manifests · 6b5058c4
    Adam Johnston authored
    
    
    Previously, the order in which secure partitions were initialized relied
    on the order in which they were loaded - however that is undocumented
    behavior.
    
    Add boot order property into SP manifests to ensure each partition is
    initialized in the correct order i.e before any other partition which
    uses it
    - block storage before protected storage
    - protected storage before crypto
    
    Signed-off-by: Adam Johnston's avatarAdam Johnston <adam.johnston@arm.com>
    6b5058c4
Loading