U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: u-boot-rockchip-20231110
@ 2023-11-10  9:09 Kever Yang
  2023-11-10 16:21 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Kever Yang @ 2023-11-10  9:09 UTC (permalink / raw)
  To: trini; +Cc: u-boot

Hi Tom,

Please pull the fixex for rockchip platform:
- Add Board: rk3588 Pine64 QuartzPro64;
- fix rk3066 enter download mode;
- fix for ringneck-px30 board;

CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/18047

Thanks,
- Kever

The following changes since commit e17d174773e9ba9447596708e702b7382e47a6cf:

  Merge tag 'xilinx-for-v2024.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2023-11-07 10:36:23 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20231110

for you to fetch changes up to 4df4aea88fb99f413a0e3a2a96e176c6108939e3:

  rockchip: include: asm: fix entering download mode rk3066 (2023-11-09 18:07:21 +0800)

----------------------------------------------------------------
Johan Jonker (1):
      rockchip: include: asm: fix entering download mode rk3066

Quentin Schulz (3):
      rockchip: ringneck-px30: enable i2c command
      rockchip: ringneck-px30: always reset STM32 companion controller on boot
      rockchip: ringneck-px30: enable SPL_BOARD_INIT

Tim Lunn (3):
      rockchip: dts: fix bootph tags for rv1126
      rockchip: otp: Add support for RV1126
      rockchip: rv1126: Read cpuid from otp and set ethaddr

Tom Fitzhenry (1):
      board: rockchip: add Pine64 QuartzPro64 RK3588 board

 arch/arm/dts/Makefile                              |    1 +
 arch/arm/dts/rk3588-quartzpro64-u-boot.dtsi        |   12 +
 arch/arm/dts/rk3588-quartzpro64.dts                | 1137 ++++++++++++++++++++
 arch/arm/dts/rv1126-u-boot.dtsi                    |   18 +-
 arch/arm/include/asm/arch-rk3066/boot0.h           |   77 +-
 arch/arm/mach-rockchip/Kconfig                     |    4 +-
 arch/arm/mach-rockchip/rk3066/Kconfig              |    8 +
 arch/arm/mach-rockchip/rk3588/Kconfig              |    8 +
 board/pine64/quartzpro64-rk3588/Kconfig            |   15 +
 board/pine64/quartzpro64-rk3588/MAINTAINERS        |    8 +
 board/pine64/quartzpro64-rk3588/Makefile           |    3 +
 .../pine64/quartzpro64-rk3588/quartzpro64-rk3588.c |   39 +
 .../ringneck_px30/ringneck-px30.c                  |   53 +
 configs/quartzpro64-rk3588_defconfig               |   72 ++
 configs/ringneck-px30_defconfig                    |    2 +
 doc/board/rockchip/rockchip.rst                    |    1 +
 drivers/misc/rockchip-otp.c                        |   76 ++
 include/configs/quartzpro64-rk3588.h               |   14 +
 18 files changed, 1543 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/rk3588-quartzpro64-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3588-quartzpro64.dts
 create mode 100644 board/pine64/quartzpro64-rk3588/Kconfig
 create mode 100644 board/pine64/quartzpro64-rk3588/MAINTAINERS
 create mode 100644 board/pine64/quartzpro64-rk3588/Makefile
 create mode 100644 board/pine64/quartzpro64-rk3588/quartzpro64-rk3588.c
 create mode 100644 configs/quartzpro64-rk3588_defconfig
 create mode 100644 include/configs/quartzpro64-rk3588.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pull request: u-boot-rockchip-20231110
  2023-11-10  9:09 Pull request: u-boot-rockchip-20231110 Kever Yang
@ 2023-11-10 16:21 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-11-10 16:21 UTC (permalink / raw)
  To: Kever Yang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

On Fri, Nov 10, 2023 at 05:09:14PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the fixex for rockchip platform:
> - Add Board: rk3588 Pine64 QuartzPro64;
> - fix rk3066 enter download mode;
> - fix for ringneck-px30 board;
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/18047
> 
> Thanks,
> - Kever
> 
> The following changes since commit e17d174773e9ba9447596708e702b7382e47a6cf:
> 
>   Merge tag 'xilinx-for-v2024.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2023-11-07 10:36:23 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20231110
> 
> for you to fetch changes up to 4df4aea88fb99f413a0e3a2a96e176c6108939e3:
> 
>   rockchip: include: asm: fix entering download mode rk3066 (2023-11-09 18:07:21 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-10 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10  9:09 Pull request: u-boot-rockchip-20231110 Kever Yang
2023-11-10 16:21 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox