Home
last modified time | relevance | path

Searched refs:psci_method (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/firmware/
H A Dpsci.c24 int __efi_runtime_data psci_method; variable
38 if (psci_method == PSCI_METHOD_SMC) in invoke_psci_fn()
40 else if (psci_method == PSCI_METHOD_HVC) in invoke_psci_fn()
77 psci_method = PSCI_METHOD_HVC; in psci_probe()
79 psci_method = PSCI_METHOD_SMC; in psci_probe()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0043-firmware-psci-Fix-bind_smccc_features-psci-check.patch24 @@ -135,10 +135,13 @@ static int bind_smccc_features(struct udevice *dev, int psci_method)
36 if (psci_method == PSCI_METHOD_HVC)
/openbmc/qemu/hw/arm/
H A Dboot.c442 const char *psci_method; in fdt_add_psci_node() local
453 psci_method = "hvc"; in fdt_add_psci_node()
456 psci_method = "smc"; in fdt_add_psci_node()
506 qemu_fdt_setprop_string(fdt, "/psci", "method", psci_method); in fdt_add_psci_node()