summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zc706-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zc706-zynq7.conf57
1 files changed, 36 insertions, 21 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
index 8bf45c46..e6b7ce57 100644
--- a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
@@ -1,29 +1,44 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: zc706-zynq7 2#@NAME: zc706-zynq7
3#@DESCRIPTION: Machine support for ZC706 Evaluation Board. 3#@DESCRIPTION: Machine configuration for the ZC706 evaluation boards.
4#
5# For details on the Evaluation board:
6# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-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_zc706_evaluation_kit.html
9# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
10#
11 4
12require conf/machine/zynq-generic.conf 5#### Preamble
6MACHINEOVERRIDES =. "${@['', 'zc706-zynq7:']['zc706-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 zc706}"
13 17
14# Add board compatibility override 18# Yocto FSBL variables
15MACHINEOVERRIDES .= ":zc706" 19YAML_SERIAL_CONSOLE_STDIN:pn-fsbl-firmware ?= "ps7_uart_1"
20YAML_SERIAL_CONSOLE_STDOUT:pn-fsbl-firmware ?= "ps7_uart_1"
16 21
17SPL_BINARY ?= "spl/boot.bin" 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
31require conf/machine/zynq-generic.conf
18 32
19EXTRA_IMAGEDEPENDS += " \ 33# This eval board machine conf file uses zc702-zynq7 xsa as reference input.
20 u-boot-xlnx-uenv \ 34# User can override with zc702 custom xsa using HDF_BASE and HDF_PATH variables
21 " 35# from local.conf.
36HDF_MACHINE = "zc706-zynq7"
22 37
23KERNEL_DEVICETREE = "zynq-zc706.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-zc706.dtb"
24 41
25IMAGE_BOOT_FILES += " \ 42#### No additional settings should be after the Postamble
26 boot.bin \ 43#### Postamble
27 uEnv.txt \ 44PACKAGE_EXTRA_ARCHS:append = "${@['', 'zc706_zynq7']['zc706-zynq7' != '${MACHINE}']}"
28 boot.scr \
29 "