Re: [PATCHv3] arm-virt: add secure pl061 for reset/power down

2021-01-08 Thread Peter Maydell
On Wed, 6 Jan 2021 at 16:34, Maxim Uvarov wrote: > > Add secure pl061 for reset/power down machine from > the secure world (Arm Trusted Firmware). > Use the same gpio 3 and gpio 4 which were used by > non acpi variant of linux power control gpios. > > Signed-off-by: Maxim Uvarov > --- > v3: adde

Re: [PATCHv3] arm-virt: add secure pl061 for reset/power down

2021-01-06 Thread Philippe Mathieu-Daudé
On 1/6/21 5:34 PM, Maxim Uvarov wrote: > Add secure pl061 for reset/power down machine from > the secure world (Arm Trusted Firmware). > Use the same gpio 3 and gpio 4 which were used by > non acpi variant of linux power control gpios. > > Signed-off-by: Maxim Uvarov > --- > v3: added missed inc

Re: [PATCHv3] arm-virt: add secure pl061 for reset/power down

2021-01-06 Thread Maxim Uvarov
Please skip v2 and use v3. I had to check that one line change code compiles. qemu_log() requires include header for that function. Best regards, Maxim. On Wed, 6 Jan 2021 at 19:34, Maxim Uvarov wrote: > > Add secure pl061 for reset/power down machine from > the secure world (Arm Trusted Firmwar

[PATCHv3] arm-virt: add secure pl061 for reset/power down

2021-01-06 Thread Maxim Uvarov
Add secure pl061 for reset/power down machine from the secure world (Arm Trusted Firmware). Use the same gpio 3 and gpio 4 which were used by non acpi variant of linux power control gpios. Signed-off-by: Maxim Uvarov --- v3: added missed include qemu/log.h for qemu_log(.. v2: replace printf wi