All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/8] Build Rockchip final images using binman
@ 2022-04-25  0:03 Andrew Abbott
  2022-04-25  0:03 ` [RFC PATCH 1/8] binman: mkimage: Support ':'-separated inputs Andrew Abbott
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Andrew Abbott @ 2022-04-25  0:03 UTC (permalink / raw)
  To: u-boot
  Cc: Andrew Abbott, Simon Glass, Philipp Tomsich, Kever Yang,
	Peter Robinson, Akash Gajjar, Jagan Teki, Samuel Dionne-Riel

My original goal was to produce SPI images for Rockchip platforms (specifically
for me, ROCKPro64, and in the future ROCK64). Looking into it, it seemed nicer
to just switch the SD/MMC image generation over to binman as well in the
process.

This is my attempt to move Rockchip final full image generation to binman,
adding the option to make full SPI images as well. I'm sending this as RFC
patches because I'm not sure whether this is the ideal way to do this, whether
this is even something we'd even want to do, and exactly what I might be
breaking by doing this.

Other questions:

- I noticed that ATF generation for ARM64 Rockchip is done via a Python script
  instead of binman. I don't currently know how to change that over to binman,
  but is that something worth pursuing as part of this?

Please give me your feedback!

Andrew Abbott (8):
  binman: mkimage: Support ':'-separated inputs
  rockchip: Add binman definitions for final images
  soc: rockchip: Include common U-Boot dtsi file
  board: rockchip: Move SPI U-Boot offset to config
  rockchip: Remove obsolete Makefile targets
  rockchip: Enable binman for ARM64
  doc: rockchip: Update for new binman image generation
  board: rockpro64: Enable building SPI image

 Kconfig                                      |  4 +-
 Makefile                                     | 31 +---------
 arch/arm/Kconfig                             |  2 +-
 arch/arm/dts/rk3308-u-boot.dtsi              |  2 +
 arch/arm/dts/rk3328-u-boot.dtsi              |  2 +
 arch/arm/dts/rk3368-lion-haikou-u-boot.dtsi  |  1 -
 arch/arm/dts/rk3368-u-boot.dtsi              |  1 +
 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi |  4 --
 arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi  |  1 -
 arch/arm/dts/rk3399-roc-pc-u-boot.dtsi       |  4 --
 arch/arm/dts/rk3399-rockpro64-u-boot.dtsi    |  4 --
 arch/arm/dts/rk3568-u-boot.dtsi              |  2 +
 arch/arm/dts/rockchip-u-boot.dtsi            | 59 ++++++++++++++++++--
 arch/arm/mach-rockchip/Kconfig               |  7 +--
 arch/arm/mach-rockchip/rk3399/Kconfig        |  1 +
 configs/lion-rk3368_defconfig                |  1 +
 configs/pinebook-pro-rk3399_defconfig        |  1 +
 configs/puma-rk3399_defconfig                |  2 +-
 configs/roc-pc-rk3399_defconfig              |  1 +
 configs/rockpro64-rk3399_defconfig           |  1 +
 doc/board/rockchip/rockchip.rst              | 34 ++++-------
 tools/binman/etype/mkimage.py                | 33 +++++++----
 22 files changed, 107 insertions(+), 91 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-05-19 11:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  0:03 [RFC PATCH 0/8] Build Rockchip final images using binman Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 1/8] binman: mkimage: Support ':'-separated inputs Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 2/8] rockchip: Add binman definitions for final images Andrew Abbott
2022-04-27  9:22   ` Johan Jonker
2022-05-04  9:52     ` Andrew Abbott
2022-05-19 11:35     ` Alper Nebi Yasak
2022-04-25  0:03 ` [RFC PATCH 3/8] soc: rockchip: Include common U-Boot dtsi file Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 4/8] board: rockchip: Move SPI U-Boot offset to config Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 5/8] rockchip: Remove obsolete Makefile targets Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 6/8] rockchip: Enable binman for ARM64 Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 7/8] doc: rockchip: Update for new binman image generation Andrew Abbott
2022-04-25  0:03 ` [RFC PATCH 8/8] board: rockpro64: Enable building SPI image Andrew Abbott

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.