
Hi Tom,
The following changes since commit 3df6145db0ed3430a2af089db5a82372bea3f4d5:
x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE (2024-10-27 20:11:36 -0600)
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 9e859849e2caa17d730bc4507fd6ef3c7959d3b4:
riscv: cache: Add CBO instructions (2024-10-28 18:56:54 +0800)
CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/23051 ---------------------------------------------------------------- - risc-v: Add Zicbom support - board: Support RVVM board - DTS: device tree fixes - configs: Enable some configs ---------------------------------------------------------------- E Shattow (2): riscv64: dts: starfive: Star64 ethernet0 phy delay values sync with upstream Linux riscv64: dts: starfive: Mars ethernet0 phy delay values sync with upstream Linux
Heinrich Schuchardt (3): cmd: sbi: Add FWFT, MPXY extensions riscv: add missing linefeed in error message configs: visionfive2: enable CONFIG_CMD_ERASEENV
LekKit (3): riscv: qemu: Enable booting from NVMe riscv: qemu: Enable EFI framebuffer riscv: qemu: Explicitly advertise RVVM support
Maksim Kiselev (2): gpio: dw: Add ngpios DT-property support configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_GPIO driver
Mayuresh Chitale (2): riscv: Add support for defining instructions riscv: cache: Add CBO instructions
arch/riscv/Kconfig | 6 ++- arch/riscv/include/asm/insn-def.h | 39 ++++++++++++++ arch/riscv/include/asm/sbi.h | 4 +- arch/riscv/lib/cache.c | 96 ++++++++++++++++++++++++++++++++++ arch/riscv/lib/fdt_fixup.c | 2 +- board/emulation/qemu-riscv/Kconfig | 2 + board/starfive/visionfive2/spl.c | 6 +-- cmd/riscv/sbi.c | 4 +- configs/starfive_visionfive2_defconfig | 1 + configs/th1520_lpi4a_defconfig | 4 +- drivers/gpio/dwapb_gpio.c | 4 +- include/configs/qemu-riscv.h | 1 + 12 files changed, 159 insertions(+), 10 deletions(-) create mode 100644 arch/riscv/include/asm/insn-def.h
Best regards, Leo