On Sat, 15 Mar 2025 15:17:58 -0700, Sam Edwards wrote: > This is v2 of my "misc. fixes" series, sent to prepare the codebase for more > direct LLVM support in the near future. This series contains several fixes > that > I found in the process of preparing that support and which address issues > independent of any future feature or enhancement. I am sending these now, both > so that their inclusion is not delayed by discussion on my upcoming series and > to make the latter more manageable. > > [...]
Applied to u-boot/next, thanks! [01/15] arm: Remove stray .mmutable reference in linker script commit: 805377b1f5ae1834e2b1a07dbb6fed94672e0954 [02/15] arm: Exclude eabi_compat from LTO commit: 6ba839a0f5473aac8dc038f8601071234c810119 [03/15] arm: Add __aeabi_memclr in eabi_compat commit: 828484a7740d4ebfed8db85e4b4569cfbfe66cde [04/15] arm: Add aligned-memory aliases to eabi_compat commit: deba40dd0ba452a3f15a359894e6b50494870d0e [05/15] arm: Discard unwanted sections in linker script commit: 16448c443c8cacba7dacb3e919c0b414f70b8a7c [06/15] arm: Replace 'adrl' in EFI crt0 commit: d5734b183c3d578fff1c1e81e46a1d04342edffe [07/15] x86: Fix call64's section flags commit: 8c39dc549b0de155c02a2b39f01dae19775f41a5 [08/15] makefile: Avoid objcopy --gap-fill for .hex/.srec commit: 86838a1ddc8a0e5b5f548a5051e5e68f90fb6660 [09/15] makefile: Add `norelro` linker option commit: 7a8121fe6d314b314531eee7487272601f469c1d [10/15] makefile: Add READELF command variable commit: 586bb720e776396208df399874665ae8c6eb81e8 [11/15] arm: riscv: efi: Export _start symbol from crt0_*_efi stubs commit: f692540b24a7775e43f1d315d3e13a5d3ed21dd4 [12/15] efi_loader: Move .dynamic out of .text in EFI commit: 1755071db7d95fa0b95e9f9bedd3785e2abc10cf [13/15] scripts/Makefile.lib: efi: Preserve the .dynstr section as well commit: 9ca475a6b5da06908a70d1eceb439d480137d69b [14/15] spl: riscv: opensbi: Error on misaligned FDT commit: 17d830cb4b6cdbac56d41938d455820fd7a96a89 [15/15] spl: Align FDT load address commit: 358d1cc232c30091767ce192e74169e7861ae58a -- Tom