RE: [PATCH v2 1/8] Move ARM PL011 UART driver

2020-09-29 Thread Kinsey Moore
I'll include this change in the next version of the patch. Kinsey -Original Message- From: Sebastian Huber Sent: Tuesday, September 29, 2020 05:59 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH v2 1/8] Move ARM PL011 UART driver On 28/09/2020 17:24, Kinsey Moore wrote: &

Re: [PATCH v2 1/8] Move ARM PL011 UART driver

2020-09-29 Thread Sebastian Huber
On 28/09/2020 17:24, Kinsey Moore wrote: This UART driver is now needed for BSPs other than ARM. --- bsps/arm/headers.am| 2 -- bsps/arm/raspberrypi/console/console-config.c | 2 +- bsps/arm/realview-pbx-a9/include/bsp/console.h

[PATCH v2 1/8] Move ARM PL011 UART driver

2020-09-28 Thread Kinsey Moore
This UART driver is now needed for BSPs other than ARM. --- bsps/arm/headers.am| 2 -- bsps/arm/raspberrypi/console/console-config.c | 2 +- bsps/arm/realview-pbx-a9/include/bsp/console.h | 2 +- bsps/arm/xen/console/console.c