summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optzynquartkernbase.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-03-19 09:55:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-04 12:53:53 +0200
commit53d092471f6c791724a89ac3c3a0c6f2b9df0979 (patch)
treef12f87dbcfb7566c928031dabe9ad7359d7570a8 /spec/build/bsps/optzynquartkernbase.yml
parentdev/serial: Add ZYNQ_UART_[01]_BASE_ADDR (diff)
downloadrtems-53d092471f6c791724a89ac3c3a0c6f2b9df0979.tar.bz2
dev/serial: Add Zynq UART kernel I/O support
Replace the BSP_CONSOLE_MINOR BSP option for the Xilinx Zynq BSPs with the new BSP option ZYNQ_UART_KERNEL_IO_BASE_ADDR. Move the kernel I/O support to a shared file.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/optzynquartkernbase.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/bsps/optzynquartkernbase.yml b/spec/build/bsps/optzynquartkernbase.yml
new file mode 100644
index 0000000000..8aba1c224f
--- /dev/null
+++ b/spec/build/bsps/optzynquartkernbase.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-string: null
+- define-unquoted: null
+build-type: option
+copyrights:
+- Copyright (C) 2024 embedded brains GmbH & Co. KG
+default:
+- enabled-by:
+ - bsps/aarch64/xilinx-zynqmp
+ - arm/xilinx_zynq_microzed
+ value: ZYNQ_UART_0_BASE_ADDR
+- enabled-by: true
+ value: ZYNQ_UART_1_BASE_ADDR
+description: |
+ This option defines the Xilinx Zynq UART base address used by the kernel I/O
+ device.
+enabled-by: true
+format: '{}'
+links: []
+name: ZYNQ_UART_KERNEL_IO_BASE_ADDR
+type: build