mbox series

[0/4] Clean-up patch set for MbedTLS integration

Message ID 20240509143743.1496210-1-raymond.mao@linaro.org
Headers show
Series Clean-up patch set for MbedTLS integration | expand

Message

Raymond Mao May 9, 2024, 2:37 p.m. UTC
This patch set is picked from the previously posted serie:
"[RFC] Integrate MbedTLS v3.6 LTS with U-Boot"

They are not directly related to MbedTLS integration, but the
prerequisite for a few clean-up, refactoring and minor fixes.

Raymond Mao (4):
  image: remove redundant hash includes
  efi_loader: remove redundant hash includes
  md5: Use typedef for MD5 context
  arm: EFI linker script text section alignment

 arch/arm/lib/elf_aarch64_efi.lds |  1 +
 boot/image-fit.c                 |  4 ----
 boot/image.c                     |  2 --
 drivers/crypto/hash/hash_sw.c    |  8 ++++----
 include/u-boot/md5.h             | 10 +++++-----
 lib/efi_loader/efi_signature.c   |  1 -
 lib/efi_loader/efi_tcg2.c        |  3 ---
 lib/md5.c                        | 10 +++++-----
 8 files changed, 15 insertions(+), 24 deletions(-)