[PATCH v2 1/8] Move ARM PL011 UART driver
Kinsey Moore
kinsey.moore at oarcorp.com
Tue Sep 29 12:31:02 UTC 2020
I'll include this change in the next version of the patch.
Kinsey
-----Original Message-----
From: Sebastian Huber <sebastian.huber at embedded-brains.de>
Sent: Tuesday, September 29, 2020 05:59
To: Kinsey Moore <kinsey.moore at oarcorp.com>; devel at rtems.org
Subject: Re: [PATCH v2 1/8] Move ARM PL011 UART driver
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 | 2 +-
> bsps/arm/xen/console/console.c | 2 +-
> bsps/headers.am | 2 ++
> bsps/{arm/include/bsp => include/libchip}/arm-pl011-regs.h | 0
> bsps/{arm/include/bsp => include/libchip}/arm-pl011.h | 2 +-
For me this libchip inline stuff is a legacy thing. If you really want to change the include path, then I suggest to move the serial driver header files to:
bsps/shared/include/dev/serial
This is in line with cpukit/include/dev/serial and the source location bsps/shared/dev/serial.
More information about the devel
mailing list