[PULL] u-boot-riscv/master

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

On Thu, Feb 10, 2022 at 03:16:03PM +0000, Leo Liang wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Leo Liang
-
Tom Rini