diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/ac701-microblazeel.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/ac701-microblazeel.conf | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/meta-xilinx-bsp/conf/machine/ac701-microblazeel.conf b/meta-xilinx-bsp/conf/machine/ac701-microblazeel.conf deleted file mode 100644 index 27cb3939..00000000 --- a/meta-xilinx-bsp/conf/machine/ac701-microblazeel.conf +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: ac701-microblazeel | ||
| 3 | #@DESCRIPTION: Machine configuration for the AC701 evaluation board. | ||
| 4 | |||
| 5 | #### Preamble | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'ac701-microblazeel:']['ac701-microblazeel' !='${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 microblazeel-generic.conf will be set. | ||
| 12 | |||
| 13 | # Yocto AC701 device-tree variables | ||
| 14 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "axi_uartlite_0" | ||
| 15 | YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "MIG_7SERIES_0" | ||
| 16 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" | ||
| 17 | DTC_FLAGS:pn-device-tree ?= "" | ||
| 18 | XSCTH_PROC:pn-device-tree ?= "microblaze_0" | ||
| 19 | YAML_DT_BOARD_FLAGS ?= "{BOARD ac701-full}" | ||
| 20 | |||
| 21 | # Yocto FS-Boot variables | ||
| 22 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" | ||
| 23 | YAML_SERIAL_CONSOLE_STDOUT:pn-fs-boot ?= "axi_uartlite_0" | ||
| 24 | YAML_MAIN_MEMORY_CONFIG:pn-fs-boot ?= "MIG_7SERIES_0" | ||
| 25 | YAML_FLASH_MEMORY_CONFIG:pn-fs-boot ?= "axi_quad_spi_0" | ||
| 26 | XSCTH_PROC:pn-fs-boot ?= "microblaze_0" | ||
| 27 | |||
| 28 | # Yocto KERNEL Variables | ||
| 29 | UBOOT_ENTRYPOINT ?= "0x80000000" | ||
| 30 | UBOOT_LOADADDRESS ?= "0x80000000" | ||
| 31 | |||
| 32 | # ac701-microblazeel Serial Console | ||
| 33 | SERIAL_CONSOLES ?= "115200;ttyUL0" | ||
| 34 | YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" | ||
| 35 | |||
| 36 | # Set DDR Base address for u-boot-xlnx-scr variables | ||
| 37 | DDR_BASEADDR ?= "0x80000000" | ||
| 38 | SKIP_APPEND_BASEADDR ?= "0" | ||
| 39 | |||
| 40 | # Required generic machine inclusion | ||
| 41 | require conf/machine/microblaze-generic.conf | ||
| 42 | |||
| 43 | # This machine conf file uses ac701-microblazeel xsa as reference input. | ||
| 44 | # User can override with ac701 custom xsa using HDF_BASE and HDF_PATH variables | ||
| 45 | # from local.conf. | ||
| 46 | HDF_MACHINE = "ac701-microblazeel" | ||
| 47 | |||
| 48 | #### No additional settings should be after the Postamble | ||
| 49 | #### Postamble | ||
| 50 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ac701_microblazeel']['ac701-microblazeel' != '${MACHINE}']}" | ||
