"include/common/aarch32/asm_macros.S" did not exist on "626ed510f179c905a699f4663ee933c10892b4c3"
  • Soby Mathew's avatar
    Implement PSCI_FEATURES API · 90e8258e
    Soby Mathew authored
    This patch implements the PSCI_FEATURES function which is a mandatory
    API in the PSCI 1.0 specification. A capability variable is
    constructed during initialization by examining the plat_pm_ops and
    spd_pm_ops exported by the platform and the Secure Payload Dispatcher.
    This is used by the PSCI FEATURES function to determine which
    PSCI APIs are supported by the platform.
    
    Change-Id: I147ffc1bd5d90b469bd3cc4bbe0a20e95c247df7
    90e8258e
psci_common.c 21.2 KB