diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-02-18 18:28:08 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-02-23 14:23:33 +1000 |
commit | 6da0f7ecf1451d156f88bb16fe3c41b1b76136e8 (patch) | |
tree | fda6a83eb4421b25f67b959935f6974b5c3c70d1 | |
parent | 832e83185244e6461766227f666e24421f3af156 (diff) | |
download | meta-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.conf | 25 |
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 | |||
5 | require conf/machine/include/arm/arch-armv8.inc | ||
6 | |||
7 | IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz cpio.gz.u-boot" | ||
8 | IMAGE_CLASSES += "image_types_uboot" | ||
9 | |||
10 | MACHINE_FEATURES = "" | ||
11 | |||
12 | EXTRA_IMAGEDEPENDS += "u-boot-zynqmp-mainline" | ||
13 | |||
14 | KERNEL_IMAGETYPE = "Image" | ||
15 | |||
16 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
17 | |||
18 | # Use the internal ronaldo kernel | ||
19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynqmp-mainline" | ||
20 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-zynqmp-mainline" | ||
21 | PREFERRED_PROVIDER_u-boot ?= "u-boot-zynqmp-mainline" | ||
22 | |||
23 | UBOOT_MACHINE = "xilinx_zynqmp_config" | ||
24 | UBOOT_LOADADDRESS = "0x80000" | ||
25 | UBOOT_ENTRYPOINT = "0x80000" | ||