[meta-xilinx] [PATCH v2] zcu102-zynqmp.conf: Add support for ZCU102 board

Nathan Rossi nathan at nathanrossi.com
Wed May 4 03:56:00 PDT 2016


On Wed, May 4, 2016 at 8:30 AM, Manjukumar Matha
<manjukumar.harthikote-matha at xilinx.com> wrote:
> Add support for ZCU102 Zynq UltraScale+ MPSoC evaluation board
>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
> ---
>  conf/machine/zcu102-zynqmp.conf | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 conf/machine/zcu102-zynqmp.conf
>
> diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
> new file mode 100644
> index 0000000..1d1a78e
> --- /dev/null
> +++ b/conf/machine/zcu102-zynqmp.conf
> @@ -0,0 +1,23 @@
> +#@TYPE: Machine
> +#@NAME: zynqmp-zcu102
> +#@DESCRIPTION: Machine support for ZCU102 Evaluation Board.
> +#
> +
> +require conf/machine/include/tune-zynqmp.inc
> +require conf/machine/include/machine-xilinx-default.inc
> +require conf/machine/include/machine-xilinx-board.inc
> +
> +MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
> +
> +UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
> +
> +SERIAL_CONSOLE = "115200 ttyPS0"
> +
> +KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb"
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-xlnx"

I modified your patch to change these to ?=, for easy setting in
local.conf. But otherwise I have applied this patch.

Thanks,
Nathan

> +
> +EXTRA_IMAGEDEPENDS += "\
> +               arm-trusted-firmware \
> +               "
> --
> 2.1.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