U-boot Archive mirror
 help / color / mirror / Atom feed
From: Raymond Mao <raymond.mao@linaro.org>
To: u-boot@lists.denx.de
Cc: Raymond Mao <raymond.mao@linaro.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Igor Opaniuk <igor.opaniuk@gmail.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Ralph Siemsen <ralph.siemsen@linaro.org>,
	Eddie James <eajames@linux.ibm.com>,
	Masahisa Kojima <kojima.masahisa@socionext.com>
Subject: [PATCH 0/4] Clean-up patch set for MbedTLS integration
Date: Thu,  9 May 2024 07:37:37 -0700	[thread overview]
Message-ID: <20240509143743.1496210-1-raymond.mao@linaro.org> (raw)

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(-)

-- 
2.25.1


             reply	other threads:[~2024-05-09 14:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09 14:37 Raymond Mao [this message]
2024-05-09 14:37 ` [PATCH 1/4] image: remove redundant hash includes Raymond Mao
2024-05-09 14:53   ` Tom Rini
2024-05-09 16:17     ` Ilias Apalodimas
2024-05-09 14:37 ` [PATCH 2/4] efi_loader: " Raymond Mao
2024-05-09 14:53   ` Tom Rini
2024-05-09 18:03   ` Ilias Apalodimas
2024-05-09 14:37 ` [PATCH 3/4] md5: Use typedef for MD5 context Raymond Mao
2024-05-09 14:53   ` Tom Rini
2024-05-09 16:17   ` Ilias Apalodimas
2024-05-09 14:37 ` [PATCH 4/4] arm: EFI linker script text section alignment Raymond Mao
2024-05-09 18:15   ` Ilias Apalodimas
2024-05-10 16:32     ` Raymond Mao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240509143743.1496210-1-raymond.mao@linaro.org \
    --to=raymond.mao@linaro.org \
    --cc=eajames@linux.ibm.com \
    --cc=igor.opaniuk@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=kojima.masahisa@socionext.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=ralph.siemsen@linaro.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).