#@TYPE: Machine #@NAME: kcu105-microblazeel #@DESCRIPTION: Machine configuration for the KCU105 evaluation board. #### Preamble MACHINEOVERRIDES =. "${@['', 'kcu105-microblazeel:']['kcu105-microblazeel' !='${MACHINE}']}" #### Regular settings follow # Variables that changes based on hw design or board specific requirement must be # defined before calling the required inclusion file else pre-expansion value # defined in microblazeel-generic.conf will be set. # Yocto KCU105 device-tree variables YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "axi_uartlite_0" YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "DDR4_0" DT_PADDING_SIZE:pn-device-tree ?= "0x1000" DTC_FLAGS:pn-device-tree ?= "" XSCTH_PROC:pn-device-tree ?= "microblaze_0" YAML_DT_BOARD_FLAGS ?= "{BOARD kcu105}" # Yocto FS-Boot variables YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" YAML_SERIAL_CONSOLE_STDOUT:pn-fs-boot ?= "axi_uartlite_0" YAML_MAIN_MEMORY_CONFIG:pn-fs-boot ?= "DDR4_0" YAML_FLASH_MEMORY_CONFIG:pn-fs-boot ?= "axi_quad_spi_0" XSCTH_PROC:pn-fs-boot ?= "microblaze_0" # Yocto KERNEL Variables UBOOT_ENTRYPOINT ?= "0x80000000" UBOOT_LOADADDRESS ?= "0x80000000" # kcu105-microblazeel Serial Console SERIAL_CONSOLES ?= "115200;ttyUL0" YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" # Set DDR Base address for u-boot-xlnx-scr variables DDR_BASEADDR ?= "0x80000000" SKIP_APPEND_BASEADDR ?= "0" # Required generic machine inclusion require conf/machine/microblaze-generic.conf # This machine conf file uses kcu105-microblazeel xsa as reference input. # User can override with kcu105 custom xsa using HDF_BASE and HDF_PATH variables # from local.conf. HDF_MACHINE = "kcu105-microblazeel" #### No additional settings should be after the Postamble #### Postamble PACKAGE_EXTRA_ARCHS:append = "${@['', ' kcu105_microblazeel']['kcu105-microblazeel' != '${MACHINE}']}"