mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/15] efi: loader preparatory patches
@ 2025-05-27 21:22 Ahmad Fatoum
  2025-05-27 21:22 ` [PATCH 01/15] lib: wchar: add wide char string comparison functions Ahmad Fatoum
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Ahmad Fatoum @ 2025-05-27 21:22 UTC (permalink / raw)
  To: barebox

A random collection of patches in preparation for EFI loader support.

Ahmad Fatoum (15):
  lib: wchar: add wide char string comparison functions
  ARM: select HW_HAS_PCI architecture wide
  efi: types: define efi_char16_t as wchar_t
  efi: types: document efi_physical_addr_t being always 64-bit
  efi: payload: early-mem: EFI_ALLOCATE_ANY_PAGES on non-x86
  string: implement kmemdup_nul
  efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers
  efi: return pointer from efi_earlymem_alloc
  efi: payload: image: use new efi_phys_to_virt helper
  efi: payload: iomem: use virt_start if set
  efi: use size_t for UINTN array sizes instead of unsigned long
  efi: payload: unify duplicate code in ifdef
  efi: payload: use efi_virt_to_phys instead of pointer to u64 casts
  clocksource: efi: use DIV_ROUND_DOWN_ULL for 64-bit devision
  efi: payload: use ktime_to_us to avoid plain 64-bit division

 arch/arm/Kconfig               |  5 +---
 arch/arm/mach-imx/Kconfig      |  3 ---
 arch/arm/mach-rockchip/Kconfig |  2 --
 commands/efi_handle_dump.c     |  8 +++----
 drivers/clocksource/efi.c      |  2 +-
 drivers/efi/efi-device.c       | 17 +++++++-------
 drivers/efi/efi-handle.c       |  4 ++--
 drivers/serial/serial_efi.c    | 10 ++++----
 drivers/video/efi_gop.c        | 10 ++++----
 efi/payload/early-mem.c        | 17 +++++++++-----
 efi/payload/entry-multi.c      |  4 ++--
 efi/payload/entry-single.c     |  4 ++--
 efi/payload/image.c            | 38 ++++++++++++------------------
 efi/payload/init.c             |  7 +++---
 efi/payload/iomem.c            | 11 +++++----
 fs/efi.c                       | 12 +++++-----
 fs/efivarfs.c                  |  6 ++---
 include/efi.h                  | 32 +++++++++++++-------------
 include/efi/efi-device.h       |  2 +-
 include/efi/efi-payload.h      |  5 ++--
 include/efi/types.h            | 21 +++++++++++++++--
 include/linux/string.h         |  6 +++++
 include/wchar.h                |  3 +++
 lib/string.c                   | 42 +++++++++++++++++++++-------------
 lib/wchar.c                    | 26 +++++++++++++++++++++
 25 files changed, 173 insertions(+), 124 deletions(-)

-- 
2.39.5




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-05-27 21:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-27 21:22 [PATCH 00/15] efi: loader preparatory patches Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 01/15] lib: wchar: add wide char string comparison functions Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 02/15] ARM: select HW_HAS_PCI architecture wide Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 03/15] efi: types: define efi_char16_t as wchar_t Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 04/15] efi: types: document efi_physical_addr_t being always 64-bit Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 05/15] efi: payload: early-mem: EFI_ALLOCATE_ANY_PAGES on non-x86 Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 06/15] string: implement kmemdup_nul Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 07/15] efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 08/15] efi: return pointer from efi_earlymem_alloc Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 09/15] efi: payload: image: use new efi_phys_to_virt helper Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 10/15] efi: payload: iomem: use virt_start if set Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 11/15] efi: use size_t for UINTN array sizes instead of unsigned long Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 12/15] efi: payload: unify duplicate code in ifdef Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 13/15] efi: payload: use efi_virt_to_phys instead of pointer to u64 casts Ahmad Fatoum
2025-05-27 21:22 ` [PATCH 14/15] clocksource: efi: use DIV_ROUND_DOWN_ULL for 64-bit devision Ahmad Fatoum
2025-05-27 21:23 ` [PATCH 15/15] efi: payload: use ktime_to_us to avoid plain 64-bit division Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox