From 6da0f7ecf1451d156f88bb16fe3c41b1b76136e8 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 18 Feb 2015 18:28:08 +1000 Subject: ep108-zynqmp: Add the EP108 Machine config * This config is for the Zynq MP EP108 Emulation Platform * Pin versions of recipes that support ZynqMP Signed-off-by: Nathan Rossi --- conf/machine/ep108-zynqmp.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 conf/machine/ep108-zynqmp.conf diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf new file mode 100644 index 00000000..74436f1b --- /dev/null +++ b/conf/machine/ep108-zynqmp.conf @@ -0,0 +1,25 @@ +#@TYPE: Machine +#@NAME: ep108-zynqmp +#@DESCRIPTION: Xilinx EP108 ZynqMP Emulation Platform + +require conf/machine/include/arm/arch-armv8.inc + +IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz cpio.gz.u-boot" +IMAGE_CLASSES += "image_types_uboot" + +MACHINE_FEATURES = "" + +EXTRA_IMAGEDEPENDS += "u-boot-zynqmp-mainline" + +KERNEL_IMAGETYPE = "Image" + +SERIAL_CONSOLE = "115200 ttyPS0" + +# Use the internal ronaldo kernel +PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" +PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline" + +UBOOT_MACHINE = "xilinx_zynqmp_config" +UBOOT_LOADADDRESS = "0x80000" +UBOOT_ENTRYPOINT = "0x80000" -- cgit v1.2.3-54-g00ecf