mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
arm-virt: add secure pl061 for reset/power down
Add secure pl061 for reset/power down machine from the secure world (Arm Trusted Firmware). Connect it with gpio-pwr driver. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Andrew Jones <drjones@redhat.com> [PMM: Added mention of the new device to the documentation] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
e61bde40dd
commit
daa726d926
4 changed files with 60 additions and 1 deletions
|
@ -81,6 +81,7 @@ enum {
|
|||
VIRT_GPIO,
|
||||
VIRT_SECURE_UART,
|
||||
VIRT_SECURE_MEM,
|
||||
VIRT_SECURE_GPIO,
|
||||
VIRT_PCDIMM_ACPI,
|
||||
VIRT_ACPI_GED,
|
||||
VIRT_NVDIMM_ACPI,
|
||||
|
@ -127,6 +128,7 @@ struct VirtMachineClass {
|
|||
bool kvm_no_adjvtime;
|
||||
bool no_kvm_steal_time;
|
||||
bool acpi_expose_flash;
|
||||
bool no_secure_gpio;
|
||||
};
|
||||
|
||||
struct VirtMachineState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue