Skip to content
  • Alexander Graf's avatar
    arm: Provide common PSCI based reset handler · 8069821f
    Alexander Graf authored
    
    
    Most armv8 systems have PSCI support enabled in EL3, either through
    ARM Trusted Firmware or other firmware.
    
    On these systems, we do not need to implement system reset manually,
    but can instead rely on higher level firmware to deal with it.
    
    The exclude list seems excessive right now, but NXP is working on
    providing an in-tree PSCI implementation, so that all NXP systems
    can eventually use PSCI as well.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    [agraf: fix meson]
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    8069821f