All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sunxi: TOC0 image type support
@ 2021-06-21  2:55 Samuel Holland
  2021-06-21  2:55 ` [PATCH 1/4] tools: Refactor mkimage linking with OpenSSL Samuel Holland
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Samuel Holland @ 2021-06-21  2:55 UTC (permalink / raw)
  To: Jagan Teki, Andre Przywara, Hans de Goede; +Cc: u-boot, Samuel Holland

This series adds support for the TOC0 image format used by the Allwinner
secure boot ROM (SBROM). This series has been tested on the following
SoCs/boards, with the eFuse burnt to enable secure mode:
  - A64: Pine A64 Plus
  - H5: Orange Pi Zero Plus
  - H6: Pine H64 Model B
  - H616: Orange Pi Zero 2

Samuel Holland (4):
  tools: Refactor mkimage linking with OpenSSL
  tools: mkimage: Add Allwinner TOC0 support
  sunxi: Support both SPL image types
  sunxi: Support building a SPL as a TOC0 image

 arch/arm/Kconfig                      |   1 +
 arch/arm/include/asm/arch-sunxi/spl.h |   2 -
 arch/arm/mach-imx/mxs/Kconfig         |   2 +
 arch/arm/mach-mvebu/Kconfig           |   1 +
 arch/arm/mach-sunxi/Kconfig           |   2 +
 arch/arm/mach-sunxi/board.c           |  20 +-
 board/sunxi/Kconfig                   |  24 +
 common/Kconfig.boot                   |   2 +
 common/image.c                        |   1 +
 include/image.h                       |   1 +
 include/sunxi_image.h                 | 205 ++++++++
 scripts/Makefile.spl                  |   3 +-
 scripts/config_whitelist.txt          |   1 -
 tools/Kconfig                         |   3 +
 tools/Makefile                        |  23 +-
 tools/mxsimage.c                      |   3 -
 tools/sunxi_toc0.c                    | 710 ++++++++++++++++++++++++++
 17 files changed, 976 insertions(+), 28 deletions(-)
 create mode 100644 board/sunxi/Kconfig
 create mode 100644 tools/sunxi_toc0.c

-- 
2.31.1


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

end of thread, other threads:[~2021-08-23  7:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21  2:55 [PATCH 0/4] sunxi: TOC0 image type support Samuel Holland
2021-06-21  2:55 ` [PATCH 1/4] tools: Refactor mkimage linking with OpenSSL Samuel Holland
2021-06-26 18:31   ` Simon Glass
2021-06-21  2:55 ` [PATCH 2/4] tools: mkimage: Add Allwinner TOC0 support Samuel Holland
2021-06-22  1:07   ` Andre Przywara
2021-06-21  2:55 ` [PATCH 3/4] sunxi: Support both SPL image types Samuel Holland
2021-06-21  2:55 ` [PATCH 4/4] sunxi: Support building a SPL as a TOC0 image Samuel Holland
2021-06-21 15:43 ` [PATCH 0/4] sunxi: TOC0 image type support Andre Przywara
2021-06-21 20:35   ` Tom Rini
2021-06-21 23:56     ` Andre Przywara
2021-08-22  2:19       ` Samuel Holland
2021-08-22 14:15         ` Tom Rini
2021-08-22 21:37           ` Vagrant Cascadian
2021-08-23  7:43             ` Peter Robinson

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.