aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/zynq-7-zc706.conf
blob: 032653625c75d4519806dd9b16e080cc5bada3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright (C) 2013, Elvis Dowson <elvis.dowson@gmail.com>
# Released under the MIT license (see packages/COPYING)
#@TYPE: Machine
#@Name: Xilinx Zynq-7 ZC706 FPGA Development Platform for the Zynq-7045 processor.
#@DESCRIPTION: Machine configuration for the Xilinx Zynq-7 ZC706 FPGA Development Platform.

include conf/machine/include/zynq-7-base.inc
include conf/machine/include/tune-cortexa9.inc

require conf/machine/include/soc-family.inc

# Specify the SOC Family
SOC_FAMILY = "zynq-7"

# Specify linux kernel devicetree
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/zynq-zc706.dts"

# Specify u-boot machine configuration
UBOOT_MACHINE = "zynq_zc70x_config"

# Specify kernel image type
KERNEL_IMAGETYPE = "uImage"

# Add u-boot image to rootfs
EXTRA_IMAGEDEPENDS = "u-boot-xilinx"

# Specify rootfs image filesystem types
IMAGE_FSTYPES += "tar.gz"

# Ship kernel modules
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"

# Specify machine features
MACHINE_FEATURES = "apm ethernet pci screen serial"

# Specify the Xilinx board name
XILINX_BOARD = "zc706"

# Xilinx EDK override hardware  definitions for xilinx-bsp
# Include the following environment variables in your local.conf
# XILINX_BSP_PATH = "complete path to the Xilinx XPS project"

# Specify serial console settings
SERIAL_CONSOLE = "115200 ttyPS0"