[0/2] EFI u-boot fixes

Message ID 20211214111240.11186-1-abdellatif.elkhlifi@arm.com
Headers show
Series EFI u-boot fixes | expand

Message

Abdellatif El Khlifi Dec. 14, 2021, 11:12 a.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Adding fixes for u-boot at EFI level.

Gowtham Suresh Kumar (2):
  arm-bsp/u-boot: corstone1000: Remove GetVariable() fix
  arm-bsp/u-boot: corstone1000: Fix efi debug issue

 ...ix-GetVariable-to-handle-0-data-size.patch | 47 -------------------
 ...nterface-and-buffer-event-ids-in-w4.patch} |  0
 ...nterface-and-kernel-event-ids-in-w4.patch} |  0
 ...-guid-check-from-corstone1000-confi.patch} |  0
 ...-when-using-binary-OR-on-FIELD_PREP.patch} |  0
 ...ader-file-for-invalidate_dcache_all.patch} |  0
 ...-error-code-when-rx-buffer-is-larger.patch | 33 +++++++++++++
 .../0041-Use-correct-buffer-size.patch        | 42 +++++++++++++++++
 ...e-comm_buf-when-EFI_BUFFER_TOO_SMALL.patch | 32 +++++++++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      | 14 +++---
 10 files changed, 115 insertions(+), 53 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0035-Fix-GetVariable-to-handle-0-data-size.patch
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0036-efi_capsule-corstone1000-pass-interface-and-buffer-event-ids-in-w4.patch => 0035-efi_capsule-corstone1000-pass-interface-and-buffer-event-ids-in-w4.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0037-efi_boottime-corstone1000-pass-interface-and-kernel-event-ids-in-w4.patch => 0036-efi_boottime-corstone1000-pass-interface-and-kernel-event-ids-in-w4.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0038-efi_loader-remove-guid-check-from-corstone1000-confi.patch => 0037-efi_loader-remove-guid-check-from-corstone1000-confi.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0039-arm_ffa-removing-the-cast-when-using-binary-OR-on-FIELD_PREP.patch => 0038-arm_ffa-removing-the-cast-when-using-binary-OR-on-FIELD_PREP.patch} (100%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0040-efi_loader-add-the-header-file-for-invalidate_dcache_all.patch => 0039-efi_loader-add-the-header-file-for-invalidate_dcache_all.patch} (100%)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0040-Return-proper-error-code-when-rx-buffer-is-larger.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0041-Use-correct-buffer-size.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0042-Update-comm_buf-when-EFI_BUFFER_TOO_SMALL.patch

Comments

Jon Mason Dec. 14, 2021, 9:15 p.m. UTC | #1
On Tue, 14 Dec 2021 11:12:38 +0000, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> Adding fixes for u-boot at EFI level.
> 
> Gowtham Suresh Kumar (2):
>   arm-bsp/u-boot: corstone1000: Remove GetVariable() fix
>   arm-bsp/u-boot: corstone1000: Fix efi debug issue
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/u-boot: corstone1000: Remove GetVariable() fix
      commit: 5f7671d89755a02ff769371329957b8773c40ba3
[2/2] arm-bsp/u-boot: corstone1000: Fix efi debug issue
      commit: a5377f15694d46be234ce8d9f2ed1e6722d0db33

Best regards,