diff options
-rw-r--r-- | meta-xilinx-contrib/conf/machine/minized-zynq7.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf new file mode 100644 index 00000000..d386c06f --- /dev/null +++ b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf | |||
@@ -0,0 +1,30 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: minized-zynq7 | ||
3 | #@DESCRIPTION: Machine support for MiniZed. (http://www.minized.org/) | ||
4 | |||
5 | require conf/machine/include/tune-zynq.inc | ||
6 | require conf/machine/include/machine-xilinx-default.inc | ||
7 | require conf/machine/include/machine-xilinx-board.inc | ||
8 | |||
9 | MACHINE_FEATURES = "ext2 vfat usbhost wifi bluetooth" | ||
10 | |||
11 | # u-boot configuration | ||
12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
13 | UBOOT_MACHINE = "zynq_minized_config" | ||
14 | SPL_BINARY = "spl/boot.bin" | ||
15 | |||
16 | EXTRA_IMAGEDEPENDS += " \ | ||
17 | u-boot-zynq-uenv \ | ||
18 | virtual/boot-bin \ | ||
19 | " | ||
20 | |||
21 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
22 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
23 | |||
24 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
25 | |||
26 | IMAGE_BOOT_FILES += " \ | ||
27 | boot.bin \ | ||
28 | ${MACHINE}.dtb \ | ||
29 | uEnv.txt \ | ||
30 | " | ||