[PULL] u-boot-riscv/master

Leo Liang ycliang at andestech.com
Thu Feb 10 16:16:03 CET 2022


Hi Tom,

The following changes since commit 531c00894577a0a852431adf61ade76925f8b162:

  Merge branch '2022-02-08-TI-platform-updates' (2022-02-08 12:28:04 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-riscv.git

for you to fetch changes up to 7c08680aa32db12e5a7e2765cfc8b7e8ce8895ff:

  doc: qemu-riscv: Update documentation for QEMU spike machine (2022-02-10 11:19:15 +0800)

CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/10941

----------------------------------------------------------------
Anup Patel (4):
      serial: Add RISC-V HTIF console driver
      riscv: qemu: Enable HTIF console support
      riscv: qemu: Implement is_flash_available() for MTD NOR
      doc: qemu-riscv: Update documentation for QEMU spike machine

 board/emulation/qemu-riscv/Kconfig      |   1 +
 board/emulation/qemu-riscv/qemu-riscv.c |  12 +++
 doc/board/emulation/qemu-riscv.rst      |  48 ++++++---
 drivers/serial/Kconfig                  |   8 ++
 drivers/serial/Makefile                 |   1 +
 drivers/serial/serial_htif.c            | 178 ++++++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+), 16 deletions(-)
 create mode 100644 drivers/serial/serial_htif.c

Best regards,
Leo


More information about the U-Boot mailing list