Skip to content

Commit

Permalink
zynqmp: Add the ZCU102 board
Browse files Browse the repository at this point in the history
Most Zynq UltraScale+ users will be targetting and using the ZCU102
board instead of the development focused EP108. To make our QEMU machine
names clearer add a ZCU102 machine model.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: cc82eec026b2febfca252d73362bb7084616c1ad.1464213234.git.alistair.francis@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
alistair23 authored and pm215 committed Jun 6, 2016
1 parent 6e99f76 commit 0c18c6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hw/arm/xlnx-ep108.c
Expand Up @@ -114,3 +114,11 @@ static void xlnx_ep108_machine_init(MachineClass *mc)
}

DEFINE_MACHINE("xlnx-ep108", xlnx_ep108_machine_init)

static void xlnx_zcu102_machine_init(MachineClass *mc)
{
mc->desc = "Xilinx ZynqMP ZCU102 board";
mc->init = xlnx_ep108_init;
}

DEFINE_MACHINE("xlnx-zcu102", xlnx_zcu102_machine_init)

0 comments on commit 0c18c6c

Please sign in to comment.