Home
last modified time | relevance | path

Searched hist:"0600 af1ff16041f15633b2263a8ad9525eecd2f1" (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/psci/
H A Dsmccc.cdiff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers

To allow device drivers to call into SMCCC we need to initialise it
earlier. As it depends on PSCI, and that is detected via ACPI or FDT
move the call to smccc_init to the PSCI driver.

Add a function for drivers to read the smccc version, or 0 if smccc
is not present.
H A Dsmccc.hdiff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers

To allow device drivers to call into SMCCC we need to initialise it
earlier. As it depends on PSCI, and that is detected via ACPI or FDT
move the call to smccc_init to the PSCI driver.

Add a function for drivers to read the smccc version, or 0 if smccc
is not present.
H A Dpsci.cdiff 0600af1ff16041f15633b2263a8ad9525eecd2f1 Sat Jun 04 13:13:51 CEST 2022 Andrew Turner <andrew@FreeBSD.org> Make SMCCC usable by device drivers

To allow device drivers to call into SMCCC we need to initialise it
earlier. As it depends on PSCI, and that is detected via ACPI or FDT
move the call to smccc_init to the PSCI driver.

Add a function for drivers to read the smccc version, or 0 if smccc
is not present.