mbox series

[0/1] arm-bsp/n1sdp: use edk2-firmware 202211 version

Message ID 20230411144824.19142-1-xueliang.zhong@arm.com
Headers show
Series arm-bsp/n1sdp: use edk2-firmware 202211 version | expand

Message

xueliang.zhong@arm.com April 11, 2023, 2:48 p.m. UTC
From: Xueliang Zhong <xueliang.zhong@arm.com>

The upstream official N1SDP software currently supports edk2-firmware
202211 version. This patch is to align N1SDP Yocto build with upstream
N1SDP software.

Xueliang Zhong (1):
  arm-bsp/n1sdp: use edk2-firmware 202211 version

 meta-arm-bsp/conf/machine/n1sdp.conf          |    1 +
 .../recipes-bsp/uefi/edk2-firmware-n1sdp.inc  |   13 +-
 ...dp-Add-support-to-parse-NT_FW_CONFIG.patch |   42 +-
 ...orm-ARM-N1Sdp-Fix-RemoteDdrSize-cast.patch |   14 +-
 ...dp-Modify-the-IRQ-ID-of-Debug-UART-a.patch |   16 +-
 ...erseN1Soc-Enable-SCP-QSPI-flash-regi.patch |   57 +
 ...RM-N1Sdp-NOR-flash-library-for-N1Sdp.patch |  119 +
 ...N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch | 2538 +++++++++++++++++
 ...M-N1Sdp-Persistent-storage-for-N1Sdp.patch |   88 +
 ...dp-Enable-FaultTolerantWrite-Dxe-dri.patch |   50 +
 ...dp-manually-poll-QSPI-status-bit-aft.patch |  197 ++
 .../recipes-bsp/uefi/edk2-firmware_202211.bb  |    4 +
 12 files changed, 3091 insertions(+), 48 deletions(-)
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0004-Silicon-ARM-NeoverseN1Soc-Enable-SCP-QSPI-flash-regi.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0005-Platform-ARM-N1Sdp-NOR-flash-library-for-N1Sdp.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0006-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0007-Platform-ARM-N1Sdp-Persistent-storage-for-N1Sdp.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0008-Platform-ARM-N1Sdp-Enable-FaultTolerantWrite-Dxe-dri.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0009-Platform-ARM-N1Sdp-manually-poll-QSPI-status-bit-aft.patch
 create mode 100644 meta-arm/recipes-bsp/uefi/edk2-firmware_202211.bb