[meta-xilinx] [PATCH v2] qemuzynmp: Add the qemuzynqmp machine
Nathan Rossi
nathan at nathanrossi.com
Tue Jun 21 07:56:56 PDT 2016
On Tue, Jun 21, 2016 at 5:05 AM, Alistair Francis
<alistair.francis at xilinx.com> wrote:
> Add the qemuzynqmp machine based on the EP108 board.
Applied.
Thanks,
Nathan
>
> Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
> ---
> conf/machine/ep108-zynqmp.conf | 2 ++
> conf/machine/qemuzynqmp.conf | 7 +++++++
> 2 files changed, 9 insertions(+)
> create mode 100644 conf/machine/qemuzynqmp.conf
>
> diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
> index 73a357f..17363ef 100644
> --- a/conf/machine/ep108-zynqmp.conf
> +++ b/conf/machine/ep108-zynqmp.conf
> @@ -21,3 +21,5 @@ UBOOT_ENTRYPOINT = "0x80000"
>
> EXTRA_IMAGEDEPENDS += "arm-trusted-firmware"
>
> +QEMU_DTB = "${KERNEL_IMAGETYPE}-${@os.path.splitext(os.path.basename(d.getVar("KERNEL_DEVICETREE",True)))[0]}"
> +
> diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
> new file mode 100644
> index 0000000..8b4dd5d
> --- /dev/null
> +++ b/conf/machine/qemuzynqmp.conf
> @@ -0,0 +1,7 @@
> +#@TYPE: Machine
> +#@NAME: qemuzynqmp
> +#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
> +
> +MACHINEOVERRIDES =. "ep108-zynqmp:"
> +
> +require conf/machine/ep108-zynqmp.conf
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
More information about the meta-xilinx
mailing list