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.
This commit is contained in:
Sebastian Huber
2024-03-19 09:55:35 +01:00
parent 8ad3f92b9a
commit 53d092471f
16 changed files with 92 additions and 223 deletions

View File

@@ -54,7 +54,6 @@
#include <bsp/default-initial-extension.h>
#include <bsp/start.h>
#include <dev/serial/zynq-uart.h>
#include <dev/serial/zynq-uart-zynq.h>
#ifdef __cplusplus
@@ -75,8 +74,6 @@ extern "C" {
#define BSP_ARM_L2C_310_ID 0x410000c8
extern zynq_uart_context zynq_uart_instances[2];
/**
* @brief Zynq specific set up of the MMU.
*