aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/zcu102-zynqmp.conf
AgeCommit message (Collapse)Author
2016-10-11machine-xilinx-qemu.inc: Move common runqemu setup to includeNathan Rossi
Move the common setup for QEMU machines into an include call 'machine-xilinx-qemu.inc'. This include is added to any machine that has a QEMU model. It sets up common QB_* values as well as inheriting the qemuboot class and adding the EXTRA_IMAGEDEPENDS on qemu-native. This include also has helper functions to automatically determine the DTB from KERNEL_DEVICETREE/MACHINE_DEVICETREE and automatically setup the 'console=' kernel command line based on SERIAL_CONSOLE. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2016-09-30ep108-zynqmp, zcu102-zynqmp: Add runqemu supportNathan Rossi
The ep108-zynqmp machine already has support in QEMU however was exposed as the qemuzynqmp machine. QEMU 2.7 introduced support for the 'xlnx-zcu102' machine model. This allows for runqemu to boot a machine based on the ep108 or zcu102 hardware. The support added is based on the configuration that was in qemuzynqmp. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2016-08-17zcu102-zynqmp: Add the 'mali' machine featureNathan Rossi
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2016-05-04zcu102-zynqmp.conf: Add support for ZCU102 boardManjukumar Matha
Add support for ZCU102 Zynq UltraScale+ MPSoC evaluation board Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>