Message ID | 20231023121701.22149-1-mariam.elshakfy@arm.com |
---|---|
Headers | show |
Series | arm-bsp/n1sdp: Enable OP-TEE Cache in N1SDP | expand |
On Mon, 23 Oct 2023 13:16:59 +0100, mariam.elshakfy@arm.com wrote: > From: Mariam Elshakfy <mariam.elshakfy@arm.com> > > These patches enable N1SDP cache to improve performance, > change location of OP-TEE from DDR3 to DDR4, and reserve > the used region in UEFI (EDK2) to protect against > allocations by UEFI applications. > > [...] Applied, thanks! [1/2] arm-bsp/n1sdp: Move OP-TEE to DDR4 commit: c3ee38fca534fd7b84503adc875086843403b96a [2/2] arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP commit: 60eab95971dcef139e76fd2ead3b663b5a87840e Best regards,
From: Mariam Elshakfy <mariam.elshakfy@arm.com> These patches enable N1SDP cache to improve performance, change location of OP-TEE from DDR3 to DDR4, and reserve the used region in UEFI (EDK2) to protect against allocations by UEFI applications. Mariam Elshakfy (2): arm-bsp/n1sdp: Move OP-TEE to DDR4 arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP .../0001-Reserve-OP-TEE-memory-from-nwd.patch | 7 +- .../0002-Modify-BL32-Location-to-DDR4.patch | 30 +++++++++ .../n1sdp/0003-Modify-SPMC-Base-to-DDR4.patch | 28 ++++++++ .../trusted-firmware-a-n1sdp.inc | 2 + .../recipes-bsp/uefi/edk2-firmware-n1sdp.inc | 1 + ...1Sdp-Reserve-OP-TEE-Region-from-UEFI.patch | 65 +++++++++++++++++++ ...lat-n1sdp-add-N1SDP-platform-support.patch | 4 +- ...ble-instruction-cache-and-data-cache.patch | 46 ------------- ...atch => 0003-Handle-logging-syscall.patch} | 0 ...at-n1sdp-register-DRAM1-to-optee-os.patch} | 0 ...-external-device-tree-base-and-size.patch} | 0 .../recipes-security/optee/optee-os-n1sdp.inc | 7 +- 12 files changed, 135 insertions(+), 55 deletions(-) create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/n1sdp/0002-Modify-BL32-Location-to-DDR4.patch create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/n1sdp/0003-Modify-SPMC-Base-to-DDR4.patch create mode 100644 meta-arm-bsp/recipes-bsp/uefi/files/edk2-platforms/0010-Platform-ARM-N1Sdp-Reserve-OP-TEE-Region-from-UEFI.patch delete mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/0003-HACK-disable-instruction-cache-and-data-cache.patch rename meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/{0004-Handle-logging-syscall.patch => 0003-Handle-logging-syscall.patch} (100%) rename meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/{0005-plat-n1sdp-register-DRAM1-to-optee-os.patch => 0004-plat-n1sdp-register-DRAM1-to-optee-os.patch} (100%) rename meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/{0006-plat-n1sdp-add-external-device-tree-base-and-size.patch => 0005-plat-n1sdp-add-external-device-tree-base-and-size.patch} (100%)