summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zc702-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zc702-zynq7.conf53
1 files changed, 37 insertions, 16 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
index b020936e..dc6f55b1 100644
--- a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
@@ -1,23 +1,44 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: zc702-zynq7 2#@NAME: zc702-zynq7
3#@DESCRIPTION: Machine support for ZC702 Evaluation Board. 3#@DESCRIPTION: Machine configuration for the ZC702 evaluation boards.
4#
5# For details on the Evaluation board:
6# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
7# For documentation and design files for the ZC702:
8# http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html
9# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
10#
11 4
5#### Preamble
6MACHINEOVERRIDES =. "${@['', 'zc702-zynq7:']['zc702-zynq7' !='${MACHINE}']}"
7#### Regular settings follow
8
9# Variables that changes based on hw design or board specific requirement must be
10# defined before calling the required inclusion file else pre-expansion value
11# defined in zynq-generic.conf will be set.
12
13# Yocto device-tree variables
14YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "ps7_uart_1"
15YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "PS7_DDR_0"
16YAML_DT_BOARD_FLAGS ?= "{BOARD zc702}"
17
18# Yocto FSBL variables
19YAML_SERIAL_CONSOLE_STDIN:pn-fsbl-firmware ?= "ps7_uart_1"
20YAML_SERIAL_CONSOLE_STDOUT:pn-fsbl-firmware ?= "ps7_uart_1"
21
22# Yocto KERNEL Variables
23UBOOT_ENTRYPOINT ?= "0x200000"
24UBOOT_LOADADDRESS ?= "0x200000"
25
26# zc702-zynq7 Serial Console
27SERIAL_CONSOLES ?= "115200;ttyPS0"
28YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200"
29
30# Required generic machine inclusion
12require conf/machine/zynq-generic.conf 31require conf/machine/zynq-generic.conf
13 32
14# Add board compatibility override 33# This eval board machine conf file uses zc702-zynq7 xsa as reference input.
15MACHINEOVERRIDES .= ":zc702" 34# User can override with zc702 custom xsa using HDF_BASE and HDF_PATH variables
35# from local.conf.
36HDF_MACHINE = "zc702-zynq7"
16 37
17KERNEL_DEVICETREE = "zynq-zc702.dtb" 38# KERNEL_DEVICETREE is disabled as we use board device tree from DTG to match
39# the xsa. User can enable explicitly if required from local.conf.
40# KERNEL_DEVICETREE = "zynq-zc702.dtb"
18 41
19IMAGE_BOOT_FILES += " \ 42#### No additional settings should be after the Postamble
20 boot.bin \ 43#### Postamble
21 uEnv.txt \ 44PACKAGE_EXTRA_ARCHS:append = "${@['', 'zc702_zynq7']['zc702-zynq7' != '${MACHINE}']}"
22 boot.scr \
23 "