Hello Jeff,
On 11/04/2019 01:38, Jeff Kubascik wrote:
From: Jeff Kubascik
This set of patches creates a new BSP layer for the Xilinx Zynq UltraScale+
MPSoC.
The first two patches move the zynq-uart driver into a common directory, so that
both the xilinx-zynq and xilinx-zynqmp BSPs can use it.
From: Jeff Kubascik
Modifications to get xilinx-zynqmp BSP working on an Ultra96 board.
---
bsps/arm/xilinx-zynqmp/README | 43 --
.../{xilinx_zynq.inc => xilinx_zynqmp.inc}| 2 +-
.../config/xilinx_zynqmp_ultra96.cfg | 1 +
.../xilinx-zynqmp/console/console
From: Jeff Kubascik
This variable is BSP specific and should be removed from the driver
header file.
---
bsps/arm/xilinx-zynq/console/debug-console.c | 1 +
bsps/arm/xilinx-zynq/include/bsp.h | 3 +++
bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h | 4 +---
3 files changed, 5 insertions(
From: Jeff Kubascik
This driver will be shared with the xilinx-zynqmp BSP.
---
bsps/arm/{xilinx-zynq => }/include/bsp/zynq-uart-regs.h | 0
bsps/arm/{xilinx-zynq => }/include/bsp/zynq-uart.h | 0
bsps/arm/{xilinx-zynq/console => shared/serial}/zynq-uart.c | 0
bsps/arm/xilinx-zynq/h
From: Jeff Kubascik
Source files were copied from xilinx-zynq.
---
bsps/arm/xilinx-zynqmp/README | 13 ++
bsps/arm/xilinx-zynqmp/config/xilinx_zynq.inc | 10 ++
.../xilinx-zynqmp/console/console-config.c| 75 +
bsps/arm/xilinx-zynqmp/headers.am | 15 ++
From: Jeff Kubascik
This set of patches creates a new BSP layer for the Xilinx Zynq UltraScale+
MPSoC.
The first two patches move the zynq-uart driver into a common directory, so that
both the xilinx-zynq and xilinx-zynqmp BSPs can use it.
The third patch copies the xilinx-zynq BSP layer to xil
Am 09.04.19 um 18:12 schrieb Vijay Kumar Banerjee:
> Hi,
>
> I have imported and ported the the drivers in 2 pairs(import and port)
> of commits
> for each one. Please have a look at this branch
> https://github.com/thelunatic/rtems-libbsd/commits/tda19988
One detail: You have a commit named "t