Re: [PATCH v2 0/4] Xilinx Zynq UltraScale+ MPSoC BSP

2019-04-10 Thread Sebastian Huber
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.

[PATCH v2 4/4] bsp/xilinx-zynqmp: Implement Ultra96 target

2019-04-10 Thread Jeff Kubascik
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

[PATCH v2 1/4] bsp/zynq-uart: Remove zynq_uart_instances from header

2019-04-10 Thread Jeff Kubascik
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(

[PATCH v2 2/4] bsp/zynq-uart: Move Zynq UART driver to shared directory

2019-04-10 Thread Jeff Kubascik
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

[PATCH v2 3/4] bsp/xilinx-zynqmp: Stub out Xilinx MPSoC BSP

2019-04-10 Thread Jeff Kubascik
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 ++

[PATCH v2 0/4] Xilinx Zynq UltraScale+ MPSoC BSP

2019-04-10 Thread Jeff Kubascik
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

Re: rtems-libbsd build error

2019-04-10 Thread Christian Mauderer
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