From: Tom Rini <trini@konsulko.com>
To: Jonas Karlman <jonas@kwiboo.se>
Cc: Kever Yang <kever.yang@rock-chips.com>, u-boot@lists.denx.de
Subject: Re: Pull request: u-boot-rockchip-20250422
Date: Tue, 22 Apr 2025 11:52:53 -0600 [thread overview]
Message-ID: <20250422175253.GA5495@bill-the-cat> (raw)
In-Reply-To: <35fcf81a-34d3-41b1-8e73-3243654b4e17@kwiboo.se>
[-- Attachment #1: Type: text/plain, Size: 7067 bytes --]
On Tue, Apr 22, 2025 at 07:34:04PM +0200, Jonas Karlman wrote:
> Hi Kever,
>
> This is missing "[v2,25/30] rng: rockchip: Add support for rkrng variant"
> from the RK3528 series, should apply after you picked up the rng patches.
>
> https://patchwork.ozlabs.org/project/uboot/patch/20250407224743.2423921-26-jonas@kwiboo.se/
>
> Also please drop "rockchip: avoid rebuilding most binaries for
> u-boot-rockchip-spi.bin" and pick up "[v6,0/7] rockchip: binman: Use a
> template for FIT and other improvements" in its place.
> Or should I rebase this series and include an indirect revert (all
> changes in that patch is replaced with use of a fit template).
>
> https://patchwork.ozlabs.org/project/uboot/cover/20250413195949.432730-1-jonas@kwiboo.se/
Unless it's really hard on Kever's side, I would prefer a new clean PR
(and follow up PR). Thanks!
>
> On 2025-04-22 18:29, Kever Yang wrote:
> > Hi Tom,
> >
> > Please pull the updates for rockchip platform:
> > - New SoC support: RK3528, RK3576
> > - New Board support: rk3528 Radxa E20C, rk3576 Firefly ROC-RK3576-PC;
> > - Add generic board for rk3288 and rk3399;
>
> Commits for the generic boards are also missing ;-)
>
> Regards,
> Jonas
>
> > - rng driver binding update;
> > - misc updates on board level or header files;
> >
> >
> > CI:
> > https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/25886
> >
> > Thanks,
> > - Kever
> >
> >
> > The following changes since commit 185fdf5e94731df05748b1c576effb52ff7a3ec5:
> >
> > fs/squashfs: avoid illegal free() in sqfs_opendir() (2025-04-21 11:08:03 -0600)
> >
> > are available in the Git repository at:
> >
> > https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20250422
> >
> > for you to fetch changes up to 30ac31ab1f167f55bb1206e3ec95048b6fc88371:
> >
> > rng: rockchip_rng: Update compatible for RK3588 (2025-04-22 23:31:02 +0800)
> >
> > ----------------------------------------------------------------
> > Chukun Pan (2):
> > arm64: dts: rockchip: Add rk3528 QoS register node
> > arm64: dts: rockchip: enable SCMI clk for RK3528 SoC
> >
> > Elaine Zhang (2):
> > clk: rockchip: Add rk3576 clk support
> > reset: rockchip: implement rk3576 lookup table
> >
> > Heiko Stuebner (10):
> > rockchip: sdram: honor CFG_SYS_SDRAM_BASE when defining ram regions
> > ram: rockchip: Add rk3576 ddr driver support
> > rockchip: otp: Add support for RK3576
> > mmc: rockchip_sdhci: Add support for RK3576
> > mmc: rockchip_dw_mmc: Add support for rk3576
> > net: dwc_eth_qos_rockchip: Add support for RK3576
> > arm64: dts: rockchip: add rk3576 otp node
> > dt-bindings: arm: rockchip: Add Firefly ROC-RK3576-PC binding
> > arm64: dts: rockchip: Add devicetree for the ROC-RK3576-PC
> > rockchip: rk3576: Add support for ROC-RK3576-PC board
> >
> > Jonas Karlman (42):
> > rockchip: rk3308: Drop unused rk_board_init()
> > rockchip: Move imply TPL_ROCKCHIP_COMMON_BOARD under SoC Kconfig symbol
> > rockchip: Make ROCKCHIP_COMMON_STACK_ADDR depend on TPL
> > rockchip: Improve ARMv7 support for ROCKCHIP_COMMON_STACK_ADDR
> > rockchip: Move imply ROCKCHIP_COMMON_STACK_ADDR under SoC Kconfig symbol
> > rockchip: Move imply ROCKCHIP_EXTERNAL_TPL under SoC Kconfig symbol
> > rockchip: Add RK3576 support for ROCKCHIP_COMMON_STACK_ADDR
> > rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init
> > rockchip: Remove partitions env variable for RK356x
> > rockchip: Remove partitions env variable for RK3588
> > rockchip: Ensure device settings is defined before rk3568_common.h
> > rockchip: Ensure device settings is defined before rk3588_common.h
> > rockchip: Use rk3568_common.h by default for RK356x boards
> > rockchip: Use rk3588_common.h by default for RK3588 boards
> > rockchip: rk3568: Drop BOARD_LATE_INIT from target config
> > rockchip: rk3588: Drop BOARD_LATE_INIT from target config
> > rockchip: Enable meminfo and rng commands for Generic RK3566/RK3568
> > rockchip: Enable meminfo and rng commands for Generic RK3588
> > arm64: dts: rockchip: Add pinctrl and gpio nodes for RK3528
> > arm64: dts: rockchip: Add SARADC node for RK3528
> > arm64: dts: rockchip: Add SDHCI controller for RK3528
> > arm64: dts: rockchip: Add uart0 pinctrl to Radxa E20C
> > arm64: dts: rockchip: Add leds node to Radxa E20C
> > arm64: dts: rockchip: Add user button to Radxa E20C
> > arm64: dts: rockchip: Add maskrom button to Radxa E20C
> > arm64: dts: rockchip: Enable onboard eMMC on Radxa E20C
> > ram: rockchip: Add basic support for RK3528
> > arm: dts: rockchip: Add rk3528-u-boot.dtsi
> > arch: arm: rockchip: Add initial support for RK3528
> > mmc: rockchip_sdhci: Extend variant configuration
> > mmc: rockchip_sdhci: Add initial support for RK3528
> > mmc: rockchip_sdhci: Gate clock for glitch free phase switching
> > rockchip: otp: Add support for RK3528
> > adc: rockchip-saradc: Add support for RK3528
> > phy: rockchip-inno-usb2: Add support for clkout_ctl_phy
> > phy: rockchip-inno-usb2: Add support for RK3528
> > net: dwc_eth_qos_rockchip: Add support for RK3528
> > board: rockchip: Add minimal generic RK3528 board
> > board: rockchip: Add Radxa E20C
> > rng: rockchip_rng: Add compatible for RK3568
> > rockchip: rk356x: Remove rng node from u-boot.dtsi
> > rng: rockchip_rng: Update compatible for RK3588
> >
> > Joseph Chen (1):
> > clk: rockchip: Add support for RK3528
> >
> > Nicolas Frattaroli (1):
> > arm64: dts: rockchip: Add rng node to RK3588
> >
> > Quentin Schulz (7):
> > rockchip: theobroma-systems: use HAVE_VENDOR_COMMON_LIB to simplify Makefile
> > rockchip: px30: enable RNG for all boards
> > rockchip: px30: add fdtoverlay_addr_r default value to support FDTO
> > rockchip: ringneck-px30: enable DT overlay support
> > rockchip: rk3399: do not generate u-boot.rom anymore
> > rockchip: rk3288: do not generate u-boot.rom anymore
> > rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin
> >
> > Steven Liu (2):
> > pinctrl: rockchip: Add support for RK3528
> > pinctrl: rockchip: support rk3576 pinctrl
> >
> > Xuhui Lin (2):
> > rockchip: mkimage: Add rk3576 support
> > arm: rockchip: Add RK3576 arch core support
> >
> > Yao Zi (3):
> > dt-bindings: clock: Document clock and reset unit of RK3528
> > arm64: dts: rockchip: Add clock generators for RK3528 SoC
> > arm64: dts: rockchip: Add UART clocks for RK3528 SoC
> >
> > Yifeng Zhao (1):
> > rockchip: mkimage: Add support for RK3528
>
> [snip]
>
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2025-04-22 17:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 16:29 Pull request: u-boot-rockchip-20250422 Kever Yang
2025-04-22 17:34 ` Jonas Karlman
2025-04-22 17:52 ` Tom Rini [this message]
2025-04-22 18:47 ` Jonas Karlman
2025-04-23 14:15 ` Kever Yang
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=20250422175253.GA5495@bill-the-cat \
--to=trini@konsulko.com \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.