Re: [PATCH] hw/arm/xilinx_zynq: Enable Security Extensions

2024-09-03 Thread Peter Maydell
On Fri, 30 Aug 2024 at 09:05, Edgar E. Iglesias wrote: > > On Thu, Aug 29, 2024 at 01:50:02PM +0100, Peter Maydell wrote: > > On Wed, 28 Aug 2024 at 01:51, Sebastian Huber > > wrote: > > > > > > The system supports the Security Extensions (core and GIC). This change > > > is > > > necessary to

Re: [PATCH] hw/arm/xilinx_zynq: Enable Security Extensions

2024-08-30 Thread Edgar E. Iglesias
On Thu, Aug 29, 2024 at 01:50:02PM +0100, Peter Maydell wrote: > On Wed, 28 Aug 2024 at 01:51, Sebastian Huber > wrote: > > > > The system supports the Security Extensions (core and GIC). This change is > > necessary to run tests which pass on the real hardware. > > > > Signed-off-by: Sebastian H

Re: [PATCH] hw/arm/xilinx_zynq: Enable Security Extensions

2024-08-29 Thread Sebastian Huber
Hello Peter, - Am 29. Aug 2024 um 14:50 schrieb Peter Maydell peter.mayd...@linaro.org: > On Wed, 28 Aug 2024 at 01:51, Sebastian Huber > wrote: >> >> The system supports the Security Extensions (core and GIC). This change is >> necessary to run tests which pass on the real hardware. >> >>

Re: [PATCH] hw/arm/xilinx_zynq: Enable Security Extensions

2024-08-29 Thread Peter Maydell
On Wed, 28 Aug 2024 at 01:51, Sebastian Huber wrote: > > The system supports the Security Extensions (core and GIC). This change is > necessary to run tests which pass on the real hardware. > > Signed-off-by: Sebastian Huber (Added the maintainers to cc.) Does the system have any secure-only d

[PATCH] hw/arm/xilinx_zynq: Enable Security Extensions

2024-08-27 Thread Sebastian Huber
The system supports the Security Extensions (core and GIC). This change is necessary to run tests which pass on the real hardware. Signed-off-by: Sebastian Huber --- hw/arm/xilinx_zynq.c | 8 1 file changed, 8 deletions(-) diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c index