Pull request efi-2025-04-rc5
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Mar 17 11:45:23 CET 2025
Dear Tom,
The following changes since commit 15d6518c942f0da13f9a7ceeadbd925c3317ec8d:
ARM: dts: imx: Drop bogus regulator extras on DH i.MX6 DHCOM DRC02
(2025-03-13 15:22:48 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2025-04-rc5
for you to fetch changes up to 7f2fe3dda4ea5384eac4afadb8a4fe5d695e2ce1:
scripts/Makefile.lib: efi: Preserve the .dynstr section as well
(2025-03-17 09:35:52 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/25196
----------------------------------------------------------------
Pull request efi-2025-04-rc5
UEFI:
* Export _start symbol from crt0_*_efi stubs
* Move .dynamic out of .text in EFI
* scripts/Makefile.lib: Preserve the .dynstr section as well
Documentation:
* net: miiphybb: Convert documentation to rst
----------------------------------------------------------------
Marek Vasut (1):
net: miiphybb: Convert documentation to rst
Sam Edwards (3):
arm: riscv: efi: Export _start symbol from crt0_*_efi stubs
efi_loader: Move .dynamic out of .text in EFI
scripts/Makefile.lib: efi: Preserve the .dynstr section as well
arch/arm/lib/crt0_aarch64_efi.S | 1 +
arch/arm/lib/crt0_arm_efi.S | 1 +
arch/riscv/lib/crt0_riscv_efi.S | 1 +
doc/README.bitbangMII | 39 ---------------------
doc/develop/bitbangmii.rst | 75
+++++++++++++++++++++++++++++++++++++++++
doc/develop/index.rst | 1 +
lib/efi_loader/elf_efi.ldsi | 6 ++--
scripts/Makefile.lib | 4 +--
8 files changed, 84 insertions(+), 44 deletions(-)
delete mode 100644 doc/README.bitbangMII
create mode 100644 doc/develop/bitbangmii.rst
More information about the U-Boot
mailing list