Hi Tom, The following changes since commit fb1018106a7bbb1a0d723029f6760b1b1b4d306d:
Merge branch '2021-10-19-assorted-changes' (2021-10-19 20:45:12 -0400) 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 ddf4972834fdf33f0a3360ff4a68fde333995113: riscv: Avoid io read/write cause wrong result (2021-10-20 10:59:17 +0800) SI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/9532 ---------------------------------------------------------------- Bin Meng (10): board: sifive: Fix a potential build warning in board_fdt_blob_setup() cache: sifive: Fix -Wint-to-pointer-cast warning clk: sifive: Fix -Wint-to-pointer-cast warning gpio: sifive: Fix -Wint-to-pointer-cast warning i2c: ocores: Fix -Wint-to-pointer-cast warning dm: core: Add a new API devfdt_get_addr_index_ptr() dm: Provide dev_read_addr_index_ptr() wrapper net: macb: Fix -Wint-to-pointer-cast warnings ram: sifive: Fix -Wint-to-pointer-cast warnings board: sifive: Fix -Wint-to-pointer-cast warning Nick Hu (1): riscv: Avoid io read/write cause wrong result arch/riscv/include/asm/io.h | 18 +++++++++--------- board/sifive/unleashed/unleashed.c | 6 +++--- board/sifive/unmatched/unmatched.c | 6 +++--- drivers/cache/cache-sifive-ccache.c | 2 +- drivers/clk/sifive/sifive-prci.c | 6 +++--- drivers/core/fdtaddr.c | 11 ++++++++--- drivers/gpio/sifive-gpio.c | 6 ++---- drivers/i2c/ocores_i2c.c | 2 +- drivers/net/macb.c | 11 +++-------- drivers/ram/sifive/sifive_ddr.c | 8 ++++---- include/dm/fdtaddr.h | 12 ++++++++++++ include/dm/read.h | 18 ++++++++++++++++++ 12 files changed, 67 insertions(+), 39 deletions(-) Best regards, Leo