I'll include this change in the next version of the patch. Kinsey
-----Original Message----- From: Sebastian Huber <sebastian.hu...@embedded-brains.de> Sent: Tuesday, September 29, 2020 05:59 To: Kinsey Moore <kinsey.mo...@oarcorp.com>; devel@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. _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel