[PATCH v3 0/9] sunxi: binman fixes and SCP firmware support
Samuel Holland
samuel at sholland.org
Sun Sep 6 05:26:06 CEST 2020
This is a rebase of my previous patch series adding SCP firmware support
for system suspend, onto the binman rewrite of mksunxi_fit_atf.sh.
It 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.
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 +++++++++++++++
8 files changed, 115 insertions(+), 30 deletions(-)
create mode 100644 tools/binman/etype/scp.py
--
2.26.2
More information about the U-Boot
mailing list