zedboard.conf_na 616 Bytes
Newer Older
1 2 3 4 5
#@TYPE: Machine
#@NAME: zedboard
#@DESCRIPTION: Machine support for zedboard.
#              http://www.elphel.com/ 

6 7
require include/tune-zynq.inc
require include/machine-xilinx-default.inc
8 9

# Corresponding from linux-xlnx and ezynq-u-boot
10 11
PREFERRED_VERSION_ezynq-u-boot = "v2016.01%"
PREFERRED_VERSION_linux-xlnx = "4.%"
12 13 14 15

# Zedboard machine definition known by ezynq and xilinx u-boot
UBOOT_MACHINE = "zynq_zed_config"

16 17
SERIAL_CONSOLE = "115200 ttyPS0"

18
MACHINE_DEVICETREE := "common/zynq-base.dtsi zedboard/zynq-zed.dts zedboard/zynq-zed.dtsi"
19

20
MACHINE_KCONFIG := "common/microzed_defconfig_${LINUX_VERSION}.cfg"