[PATCH 0/4] serial: Finish adding puts support

Sean Anderson sean.anderson at seco.com
Mon Apr 4 20:17:56 CEST 2022


This series has the remaining patches to [1] which were not applied due
to a build error. That error is addressed in patch 1. The remaining
patches are unmodified, except for 3 which incorperates Simon's
feedback.

[1] https://lore.kernel.org/u-boot/20220322205938.1721846-1-sean.anderson@seco.com/


Sean Anderson (4):
  serial: Fix _serial_puts using \n\r instead of \r\n
  serial: sandbox: Implement puts
  test: serial: Add test for putc/puts
  serial: smh: Implement puts for DM

 arch/sandbox/include/asm/serial.h   | 22 +++++++++++++
 drivers/serial/Kconfig              |  2 ++
 drivers/serial/sandbox.c            | 48 +++++++++++++++++++++++++++--
 drivers/serial/serial-uclass.c      | 32 +++++++++++++------
 drivers/serial/serial_semihosting.c | 31 +++++++++++++++++++
 test/dm/serial.c                    | 19 ++++++++++++
 6 files changed, 142 insertions(+), 12 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty



More information about the U-Boot mailing list