This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from b7bd2e33b1 arm/armv8-r: wfi secondary cores if SMP is disabled
     new 181a31801d arm/armv8r: remove unused serial_pl011.h
     new 5f51aba1be serial/pl011: rename serial_pl011 to uart_pl011
     new 1dd9f64287 drivers/serial/pl011: add support of uart0/2/3 port
     new c04f1e7789 drivers/serial/pl011: add FAR specifier

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/fvp-v8r-aarch32/fvp_boot.c         |   3 +-
 arch/arm/src/fvp-v8r-aarch32/serial_pl011.h     |  53 ---
 arch/arm64/src/fvp-v8r/fvp_boot.c               |   3 +-
 arch/arm64/src/fvp-v8r/fvp_lowputc.S            |   1 -
 arch/arm64/src/fvp-v8r/serial_pl011.h           |  53 ---
 drivers/serial/CMakeLists.txt                   |   8 +-
 drivers/serial/Kconfig-pl011                    |  58 +--
 drivers/serial/Make.defs                        |   8 +-
 drivers/serial/{serial_pl011.c => uart_pl011.c} | 533 ++++++++++++++++--------
 9 files changed, 408 insertions(+), 312 deletions(-)
 delete mode 100644 arch/arm/src/fvp-v8r-aarch32/serial_pl011.h
 delete mode 100644 arch/arm64/src/fvp-v8r/serial_pl011.h
 rename drivers/serial/{serial_pl011.c => uart_pl011.c} (68%)

Reply via email to