summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-02-18 18:28:08 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-02-23 14:23:33 +1000
commit6da0f7ecf1451d156f88bb16fe3c41b1b76136e8 (patch)
treefda6a83eb4421b25f67b959935f6974b5c3c70d1
parent832e83185244e6461766227f666e24421f3af156 (diff)
downloadmeta-xilinx-6da0f7ecf1451d156f88bb16fe3c41b1b76136e8.tar.gz
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 <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/ep108-zynqmp.conf25
1 files changed, 25 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@NAME: ep108-zynqmp
3#@DESCRIPTION: Xilinx EP108 ZynqMP Emulation Platform
4
5require conf/machine/include/arm/arch-armv8.inc
6
7IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz cpio.gz.u-boot"
8IMAGE_CLASSES += "image_types_uboot"
9
10MACHINE_FEATURES = ""
11
12EXTRA_IMAGEDEPENDS += "u-boot-zynqmp-mainline"
13
14KERNEL_IMAGETYPE = "Image"
15
16SERIAL_CONSOLE = "115200 ttyPS0"
17
18# Use the internal ronaldo kernel
19PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline"
20PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline"
21PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline"
22
23UBOOT_MACHINE = "xilinx_zynqmp_config"
24UBOOT_LOADADDRESS = "0x80000"
25UBOOT_ENTRYPOINT = "0x80000"