]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[initrd] Rename bzimage_align() to initrd_align()
authorMichael Brown <mcb30@ipxe.org>
Thu, 22 May 2025 12:41:21 +0000 (13:41 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 22 May 2025 15:28:15 +0000 (16:28 +0100)
commit029c7c4178d0122164770bf4a534aeb94d6c7698
tree7194b521715e220fe5e234753ac0a4c725d55015
parent9231d8c95247e88273544b6e6f4ef8b4ce6196ba
[initrd] Rename bzimage_align() to initrd_align()

Alignment of initrd lengths is applicable to all Linux kernels, not
just those in the x86 bzImage format.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/image/bzimage.c
src/image/initrd.c
src/include/ipxe/cpio.h
src/include/ipxe/initrd.h
src/interface/efi/efi_file.c