On Mon, 18 May 2026 at 08:34, Corvin Köhne <[email protected]> wrote: > > From: YannickV <[email protected]> > > Introduce a new machine type 'beckhoff-cx7200' that inherits from the > xilinx-zynq-a9 machine. The CX7200 is an industrial PC based on the > Xilinx Zynq-7000 SoC. > The machine preserves all standard Zynq features (boot-mode selection, > SPI, UART, Ethernet, etc.) while adding CX7200-specific hardware > components. > > Signed-off-by: YannickV <[email protected]>
> diff --git a/hw/arm/beckhoff_CX7200.c b/hw/arm/beckhoff_CX7200.c > new file mode 100644 > index 0000000000..6e27515886 > --- /dev/null > +++ b/hw/arm/beckhoff_CX7200.c > @@ -0,0 +1,80 @@ > + Stray blank line at top of file. > +/* > + * Modified Xilinx Zynq Baseboard System emulation for Beckhoff CX7200. > + * > + * Copyright (c) 2026 Beckhoff Automation GmbH & Co. KG > + * > + * SPDX-License-Identifier: GPL-2.0-or-later > + */ Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
