From: Leo Liang <ycliang@andestech.com>
To: <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>, <rick@andestech.com>,
<ycliang@andestech.com>, <heinrich.schuchardt@canonical.com>,
<nick.hu@sifive.com>, <jimmy.ho@sifive.com>, <schwab@suse.de>
Subject: [GIT,PULL] u-boot-riscv/next
Date: Fri, 13 Mar 2026 10:06:24 +0800 [thread overview]
Message-ID: <abNxIFSAFWMgeEEf@swlinux02> (raw)
Hi Tom,
The following changes since commit 8bc2a5196c1c0bb5dbdaca073323da0015a0de37:
arm: k3: Kconfig: Enable fTPM and RPMB support (2026-03-10 12:35:18 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-riscv.git next
for you to fetch changes up to 12a9c83cba29b0acf3d41fb40de6416c473c0ba3:
riscv: mpfs: SIFIVE_CLINT and SPL_SIFIVE_CLINT don't exist (2026-03-13 02:57:58 +0800)
CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/29497
----------------------------------------------------------------
- sifive: switch to OF_UPSTREAM
- driver: cache: Remove SiFive PL2 driver
- riscv: fixes for non-existent CONFIG
----------------------------------------------------------------
Andreas Schwab (1):
sifive: switch to OF_UPSTREAM
Heinrich Schuchardt (3):
riscv: don't imply non-existent CONFIG_IP_DYN
openpiton: imply CONFIG_SPL_CPU
riscv: mpfs: SIFIVE_CLINT and SPL_SIFIVE_CLINT don't exist
Nick Hu (1):
driver: cache: Remove SiFive PL2 driver
arch/riscv/cpu/fu540/Kconfig | 1 +
arch/riscv/cpu/fu740/Kconfig | 1 +
arch/riscv/cpu/mpfs/Kconfig | 2 -
arch/riscv/dts/Makefile | 2 -
arch/riscv/dts/fu540-c000-u-boot.dtsi | 16 +-
arch/riscv/dts/fu540-c000.dtsi | 286 ----------------------
arch/riscv/dts/fu740-c000.dtsi | 326 --------------------------
arch/riscv/dts/hifive-unleashed-a00.dts | 105 ---------
arch/riscv/dts/hifive-unmatched-a00.dts | 246 -------------------
arch/riscv/lib/sifive_cache.c | 3 -
board/microchip/mpfs_generic/Kconfig | 1 -
board/openpiton/riscv64/Kconfig | 2 +-
board/sifive/unleashed/Kconfig | 1 -
board/sifive/unmatched/Kconfig | 1 -
board/starfive/visionfive2/Kconfig | 1 -
configs/sifive_unleashed_defconfig | 2 +-
configs/sifive_unmatched_defconfig | 2 +-
drivers/cache/Kconfig | 6 -
drivers/cache/Makefile | 1 -
drivers/clk/sifive/fu540-prci.c | 8 +-
include/dt-bindings/clock/sifive-fu540-prci.h | 18 --
21 files changed, 17 insertions(+), 1014 deletions(-)
delete mode 100644 arch/riscv/dts/fu540-c000.dtsi
delete mode 100644 arch/riscv/dts/fu740-c000.dtsi
delete mode 100644 arch/riscv/dts/hifive-unleashed-a00.dts
delete mode 100644 arch/riscv/dts/hifive-unmatched-a00.dts
delete mode 100644 include/dt-bindings/clock/sifive-fu540-prci.h
Best regards,
Leo
next reply other threads:[~2026-03-13 2:06 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-13 2:06 Leo Liang [this message]
2026-03-13 16:52 ` [GIT,PULL] u-boot-riscv/next Tom Rini
2026-03-13 22:59 ` E Shattow
2026-03-16 12:23 ` Leo Liang
-- strict thread matches above, loose matches on Subject: below --
2026-03-17 6:01 [GIT PULL] u-boot-riscv/next Leo Yu-Chi Liang
2026-03-18 17:05 ` Tom Rini
2026-03-23 19:20 ` E Shattow
2026-03-23 20:07 ` Tom Rini
2025-12-08 6:19 Leo Liang
2025-12-08 22:09 ` Tom Rini
2025-09-20 10:20 [GIT,PULL] u-boot-riscv/next Leo Liang
2025-09-20 17:47 ` Tom Rini
2025-09-25 2:07 ` E Shattow
2025-09-25 3:39 ` E Shattow
2025-09-25 4:57 ` Yao Zi
2025-09-25 6:36 ` E Shattow
2025-07-03 14:09 [GIT PULL] u-boot-riscv/next Leo Liang
2025-07-03 16:29 ` Tom Rini
2025-03-25 10:55 Leo Liang
2025-03-25 20:17 ` Tom Rini
2024-12-18 7:49 Leo Liang
2024-12-18 17:40 ` Tom Rini
2024-10-28 12:25 Leo Liang
2024-10-28 15:20 ` Tom Rini
2024-10-29 9:35 ` Leo Liang
2024-10-29 13:01 ` Michal Simek
2023-12-28 5:38 Leo Liang
2023-12-28 16:55 ` Tom Rini
2023-12-18 11:44 Leo Liang
2023-12-18 16:59 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=abNxIFSAFWMgeEEf@swlinux02 \
--to=ycliang@andestech.com \
--cc=heinrich.schuchardt@canonical.com \
--cc=jimmy.ho@sifive.com \
--cc=nick.hu@sifive.com \
--cc=rick@andestech.com \
--cc=schwab@suse.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox