]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[memmap] Rename addr/last fields to min/max for clarity
authorMichael Brown <mcb30@ipxe.org>
Fri, 23 May 2025 15:55:42 +0000 (16:55 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 23 May 2025 15:55:42 +0000 (16:55 +0100)
commit036e43334ad94125dfe212480957fd397e51a053
treea2d1e35fdbe58ce9e67ccea1279f2fa9ecc0e0a6
parentcd38ed4fab012981b656ffed64a03bf90fe9739f
[memmap] Rename addr/last fields to min/max for clarity

Use the terminology "min" and "max" for addresses covered by a memory
region descriptor, since this is sufficiently intuitive to generally
not require further explanation.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
12 files changed:
src/arch/x86/core/relocate.c
src/arch/x86/image/bzimage.c
src/arch/x86/image/multiboot.c
src/arch/x86/interface/pcbios/int15.c
src/core/fdtmem.c
src/core/memmap.c
src/core/memmap_settings.c
src/image/initrd.c
src/image/lkrn.c
src/image/segment.c
src/include/ipxe/memmap.h
src/include/ipxe/null_memmap.h