All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kirkstone 0/5] arm-bsp/trusted-firmware-a: N1SDP trusted boot
@ 2022-07-27 15:56 adam.johnston
  2022-07-27 15:56 ` [PATCH kirkstone 1/5] " adam.johnston
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: adam.johnston @ 2022-07-27 15:56 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Adam Johnston

From: Adam Johnston <adam.johnston@arm.com>

This patch re-configures the N1SDP for trusted boot, using the changes
published by the Silicon Solutions team in N1SDP-2022.02.04 and up-streamed
to trusted-firmware-a and scp-firmware.

arm-bsp/trusted-firmware-a: For N1SDP only, upgraded to 2.7.0 and configured
for trusted boot

arm-bsp/scp-firmware: For N1SDP only, source is updated to master at
3e4c34ceccc1c960eb3a4adaa922f2a0c6b36be3

arm-bsp/scp-firmware: BL1 replaces BL31 in scp_fw.bin for N1SDP

arm-bsp/sdcard-image-n1sdp: fip.bin replaces uefi.bin. Now depends on
trusted-firmware-a rather than edk2-firmware

arm-bsp/edk2-firmware: Add support for NT_FW_CONFIG DTB to N1SDP. Note: This
patch contains CRLF line endings which must be preserved.

arm-bsp/scp-firmware should be updated to next SCP firmware release (2.11.0?)
when available

Adam Johnston (5):
  arm-bsp/trusted-firmware-a: N1SDP trusted boot
  arm-bsp/scp-firmware: N1SDP trusted boot
  arm-bsp/sdcard-image-n1sdp: N1SDP trusted boot
  arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when
    accessing virtual memory
  arm-bsp/sdcard-image-n1sdp: Fix N1SDP dependencies

 meta-arm-bsp/conf/machine/n1sdp.conf          |   2 +
 .../images/sdcard-image-n1sdp_0.1.bb          |  11 +-
 .../scp-firmware/scp-firmware-n1sdp.inc       |   6 +-
 .../scp-firmware/scp-firmware_2.10.%.bbappend |   7 +
 .../scp-firmware/scp-firmware_2.9.%.bbappend  |   1 -
 .../files/n1sdp/bl_size.patch                 |  40 ++
 .../trusted-firmware-a-n1sdp.inc              |  27 +-
 .../trusted-firmware-a_2.6.bbappend           |   1 -
 .../trusted-firmware-a_2.7.bbappend           |   6 +
 .../recipes-bsp/uefi/edk2-firmware-n1sdp.inc  |   6 +
 .../edk2-platforms/add-nt-fw-config.patch     | 474 ++++++++++++++++++
 .../trusted-firmware-a_2.7.bb                 |  15 +
 12 files changed, 587 insertions(+), 9 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware_2.10.%.bbappend
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/n1sdp/bl_size.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.7.bbappend
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/add-nt-fw-config.patch
 create mode 100644 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.7.bb

-- 
2.17.1



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

end of thread, other threads:[~2022-07-31  3:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 15:56 [PATCH kirkstone 0/5] arm-bsp/trusted-firmware-a: N1SDP trusted boot adam.johnston
2022-07-27 15:56 ` [PATCH kirkstone 1/5] " adam.johnston
2022-07-27 15:56 ` [PATCH kirkstone 2/5] arm-bsp/scp-firmware: " adam.johnston
2022-07-27 15:56 ` [PATCH kirkstone 3/5] arm-bsp/sdcard-image-n1sdp: " adam.johnston
2022-07-27 15:56 ` [PATCH kirkstone 4/5] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory adam.johnston
2022-07-27 15:56 ` [PATCH kirkstone 5/5] arm-bsp/sdcard-image-n1sdp: Fix N1SDP dependencies adam.johnston
2022-07-27 21:36 ` [PATCH kirkstone 0/5] arm-bsp/trusted-firmware-a: N1SDP trusted boot Jon Mason
2022-07-29 19:15 ` Jon Mason
2022-07-31  3:05 ` Jon Mason

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.