All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v6 0/3] Add board support for Radxa Rock 5B
@ 2023-07-14  6:44 Kilian Zinnecker via buildroot
  2023-07-14  6:44 ` [Buildroot] [PATCH v6 1/3] package: add rockchip-rkbin package Kilian Zinnecker via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Kilian Zinnecker via buildroot @ 2023-07-14  6:44 UTC (permalink / raw)
  To: buildroot
  Cc: Giulio Benetti, Quentin Schulz, Andreas Ziegler, Thomas Petazzoni,
	Kilian Zinnecker

This patch series adds support for the Radxa Rock 5B board, featuring
the Rockchip RK3588 SoC. It adds a package for the Rockchip ATF binary
blobs, needed by U-Boot. It uses a modified Linux kernel from Radxa.
After build, a fit image with compressed kernel is generated, which is
then put into an SD card image alongside U-Boot and the root file
system.

v5 -> v6:

  - Bumps uboot version: now uses 2023.7 instead of release candidate
  - Fixes dependency error in uboot.mk
  - Improves rockchip-rkbin.mk: can now handle different rockchip blob
    file type extensions
  - Improves uboot.mk: can now handle different rockchip blob file
    type extensions
  - Improves rockchip-rkbin.mk: improved menuconfig menu
  - Improves post-image.sh: now automatically copies u-boot to
    BINARIES_DIR through uboot.mk
  - Improves genimage.cfg: removes unnecessary partition offsets
  - Improves boot command handling: now uses uboot.cmd instead of
    uboot fragment file


Kilian Zinnecker (3):
  package: add rockchip-rkbin package
  configs: add rock5b/rock5b_defconfig
  board/radxa/rock5b: Add sdcard image scripts

 DEVELOPERS                                 |  5 ++
 board/radxa/rock5b/boot.cmd                |  3 +
 board/radxa/rock5b/genimage.cfg            | 34 +++++++++++
 board/radxa/rock5b/linux.fragment          |  1 +
 board/radxa/rock5b/post-image.sh           | 20 +++++++
 board/radxa/rock5b/readme.txt              | 62 +++++++++++++++++++
 board/radxa/rock5b/rock5b.its              | 46 ++++++++++++++
 boot/uboot/Config.in                       |  9 +++
 boot/uboot/uboot.mk                        | 17 ++++++
 configs/rock5b_defconfig                   | 49 +++++++++++++++
 package/Config.in                          |  1 +
 package/rockchip-rkbin/Config.in           | 70 ++++++++++++++++++++++
 package/rockchip-rkbin/rockchip-rkbin.hash |  3 +
 package/rockchip-rkbin/rockchip-rkbin.mk   | 49 +++++++++++++++
 14 files changed, 369 insertions(+)
 create mode 100644 board/radxa/rock5b/boot.cmd
 create mode 100644 board/radxa/rock5b/genimage.cfg
 create mode 100644 board/radxa/rock5b/linux.fragment
 create mode 100755 board/radxa/rock5b/post-image.sh
 create mode 100644 board/radxa/rock5b/readme.txt
 create mode 100644 board/radxa/rock5b/rock5b.its
 create mode 100644 configs/rock5b_defconfig
 create mode 100644 package/rockchip-rkbin/Config.in
 create mode 100644 package/rockchip-rkbin/rockchip-rkbin.hash
 create mode 100644 package/rockchip-rkbin/rockchip-rkbin.mk

-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-07-26 20:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14  6:44 [Buildroot] [PATCH v6 0/3] Add board support for Radxa Rock 5B Kilian Zinnecker via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 1/3] package: add rockchip-rkbin package Kilian Zinnecker via buildroot
2023-07-14 21:43   ` Thomas Petazzoni via buildroot
2023-07-15 19:47     ` Kilian Zinnecker via buildroot
2023-07-26 18:28       ` Kilian Zinnecker via buildroot
2023-07-26 20:00         ` Thomas Petazzoni via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 2/3] configs: add rock5b/rock5b_defconfig Kilian Zinnecker via buildroot
2023-07-14 21:44   ` Thomas Petazzoni via buildroot
2023-07-15 19:49     ` Kilian Zinnecker via buildroot
2023-07-14  6:44 ` [Buildroot] [PATCH v6 3/3] board/radxa/rock5b: Add sdcard image scripts Kilian Zinnecker via buildroot
2023-07-14 21:47   ` Thomas Petazzoni via buildroot
2023-07-15 19:51     ` Kilian Zinnecker via buildroot

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.