All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/9] sunxi: binman fixes and SCP firmware support
@ 2020-09-12 21:35 Samuel Holland
  2020-09-12 21:35 ` [PATCH v4 1/9] Makefile: Only define u-boot.itb rule when applicable Samuel Holland
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Samuel Holland @ 2020-09-12 21:35 UTC (permalink / raw)
  To: u-boot

This is a rework of my previous patch series adding SCP firmware support
for system suspend, on top of the binman rewrite of mksunxi_fit_atf.sh.

This patch series is based on u-boot-dm/next.

- The first two patches apply to binman FIT support generally.
- The third patch is unchanged from previous versions.
- Patches 4-6 fix small issues in the new sunxi binman description.
- Patches 7-9 implement the same functionality as previous versions
  of this series, but using binman instead of a shell script.

Changes v3->v4:
- Added a test for the SCP firmware entry type.

Samuel Holland (9):
  Makefile: Only define u-boot.itb rule when applicable
  binman: Only write FDT once per node
  spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
  sunxi: binman: Fix spacing between nodes
  sunxi: binman: Provide a default BL31 filename
  sunxi: binman: Use a macro for the BL31 load address
  sunxi: binman: Update FIT component descriptions
  binman: Add support for SCP firmware
  sunxi: binman: Add support for including SCP firmware

 Makefile                       |  4 +++-
 arch/arm/dts/sunxi-u-boot.dtsi | 42 +++++++++++++++++++++++++--------
 board/sunxi/README.sunxi64     | 43 ++++++++++++++++++++++++++++------
 common/spl/Kconfig             |  4 +---
 common/spl/spl_fit.c           | 17 +++++++++++++-
 tools/binman/README.entries    |  4 ++--
 tools/binman/etype/fit.py      | 12 +++++-----
 tools/binman/etype/scp.py      | 19 +++++++++++++++
 tools/binman/ftest.py          |  7 ++++++
 tools/binman/test/172_scp.dts  | 16 +++++++++++++
 10 files changed, 138 insertions(+), 30 deletions(-)
 create mode 100644 tools/binman/etype/scp.py
 create mode 100644 tools/binman/test/172_scp.dts

-- 
2.26.2

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

end of thread, other threads:[~2020-10-22  1:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 21:35 [PATCH v4 0/9] sunxi: binman fixes and SCP firmware support Samuel Holland
2020-09-12 21:35 ` [PATCH v4 1/9] Makefile: Only define u-boot.itb rule when applicable Samuel Holland
2020-09-12 21:35 ` [PATCH v4 2/9] binman: Only write FDT once per node Samuel Holland
2020-09-12 21:35 ` [PATCH v4 3/9] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY Samuel Holland
2020-09-12 21:35 ` [PATCH v4 4/9] sunxi: binman: Fix spacing between nodes Samuel Holland
2020-09-12 21:35 ` [PATCH v4 5/9] sunxi: binman: Provide a default BL31 filename Samuel Holland
2020-10-21 18:49   ` Jagan Teki
2020-10-22  1:53     ` Samuel Holland
2020-09-12 21:35 ` [PATCH v4 6/9] sunxi: binman: Use a macro for the BL31 load address Samuel Holland
2020-09-12 21:35 ` [PATCH v4 7/9] sunxi: binman: Update FIT component descriptions Samuel Holland
2020-09-12 21:35 ` [PATCH v4 8/9] binman: Add support for SCP firmware Samuel Holland
2020-09-28  4:24   ` Simon Glass
2020-09-12 21:35 ` [PATCH v4 9/9] sunxi: binman: Add support for including " Samuel Holland

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.