On Wed, May 4, 2016 at 8:30 AM, Manjukumar Matha <[email protected]> wrote: > Add support for ZCU102 Zynq UltraScale+ MPSoC evaluation board > > Signed-off-by: Manjukumar Matha <[email protected]> > --- > 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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
