microzed.conf_na 1.03 KB
Newer Older
1 2 3 4 5
#@TYPE: Machine
#@NAME: microzed
#@DESCRIPTION: Machine support for microzed.
#              http://www.elphel.com/ 

6 7
require include/tune-zynq.inc
require include/machine-xilinx-default.inc
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
8

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

13
# microzed machine definition known by ezynq and probably xilinx u-boot
14 15
UBOOT_MACHINE = "zynq_microzed_config"

16 17
SERIAL_CONSOLE = "115200 ttyPS0"

18
MACHINE_DEVICETREE := "common/zynq-base.dtsi microzed/microzed.dtsi microzed/microzed.dts"
19
#KERNEL_DEVICETREE := "${MACHINE_DEVICETREE}"
20 21

#Copy of zedboard's defconfig
22 23
MACHINE_KCONFIG := "common/microzed_defconfig_${LINUX_VERSION}"

24 25 26
IMAGE_BOOT_FILES += "boot.bin ${MACHINE}.dtb"

#hostname - applied to rootfs image
27 28 29 30 31 32 33 34
hostname_pn-base-files = "microzed"

PRODUCTION_DIR        := "mmc"
PRODUCTION_BOOT       := "boot.bin"
PRODUCTION_UBOOT      := "u-boot-dtb.img"
PRODUCTION_DEVICETREE := "devicetree.dtb"
PRODUCTION_KERNEL     := "uImage"
PRODUCTION_ROOTFS     := "uramdisk.image.gz"