All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP (fix aborts)
@ 2022-07-19 12:53 adam.johnston
  2022-07-19 12:53 ` [PATCH 1/1] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory adam.johnston
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: adam.johnston @ 2022-07-19 12:53 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Adam Johnston

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

This patch, from N1SDP 2022-R1, adds support to parse NT_FW_CONFIG to EDK2
platform code for the N1SDP. This is required to fix aborts seen when testing
virtual memory after enabling trusted boot.

NT_FW_CONFIG DTB contains platform information passed by TF-A boot stage.
This information is used for virtual memory map generation during PEI phase
and passed on to DXE phase as a HOB, where it is used in
ConfigurationManagerDxe.

Adam Johnston (1):
  arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when
    accessing virtual memory

 .../recipes-bsp/uefi/edk2-firmware-n1sdp.inc  |   6 +
 .../edk2-platforms/add-nt-fw-config.patch     | 474 ++++++++++++++++++
 2 files changed, 480 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/add-nt-fw-config.patch

-- 
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-19 12:53 [PATCH 0/1] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP (fix aborts) adam.johnston
2022-07-19 12:53 ` [PATCH 1/1] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory adam.johnston
2022-07-19 15:29   ` Jon Mason
2022-07-19 16:05     ` Adam Johnston
2022-07-19 18:20       ` [meta-arm] " Denys Dmytriyenko
2022-07-19 19:06         ` Jon Mason
2022-07-27 21:36 ` [PATCH 0/1] arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP (fix aborts) 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.