History log of /netbsd-src/sys/arch/arm/arm/psci.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 9e015301 30-Dec-2024 jmcneill <jmcneill@NetBSD.org>

psci: Add support for PSCI_CPU_SUSPEND


# 82ca5e36 07-Aug-2021 jmcneill <jmcneill@NetBSD.org>

arm: PSCI: Add a function to return the PSCI conduit.


# 81be3b13 06-Aug-2021 jmcneill <jmcneill@NetBSD.org>

Arm: Add support for SMC Calling Convention

Arm DEN0028 defines a calling mechanism used with Secure Monitor Call (SMC)
and Hypervisor Call (HVC) instructions. To discover SMCCC, we must:

1) Find

Arm: Add support for SMC Calling Convention

Arm DEN0028 defines a calling mechanism used with Secure Monitor Call (SMC)
and Hypervisor Call (HVC) instructions. To discover SMCCC, we must:

1) Find the PSCI conduit (either via ACPI FADT, or Device Tree)
2) Use PSCI_VERSION to determine whether PSCI_FEATURES is supported
3) Call PSCI_FEATURES with SMCCC_VERSION to determine the implementation
version.

show more ...


# dc1aabd7 13-Oct-2018 jmcneill <jmcneill@NetBSD.org>

Add function that returns true if PSCI has been initialized


# 16ab2903 28-Jun-2017 jmcneill <jmcneill@NetBSD.org>

Add support for ARM Power State Coordination Interface (PSCI).