]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
authorMichael Brown <mcb30@ipxe.org>
Fri, 25 Oct 2024 13:21:27 +0000 (14:21 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 25 Oct 2024 13:21:27 +0000 (14:21 +0100)
commitabfa7c3ab1323967c38b11d4732b2d27ecf2f094
tree790cbe7d64883a4c6bdf94d58e06ed26ccb74bf1
parent33d80b1cd8dd73580c7843d4a1fb8b6b3f458e22
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT

Running with flat physical addressing is a fairly common early boot
environment.  Rename UACCESS_EFI to UACCESS_FLAT so that this code may
be reused in non-UEFI boot environments that also use flat physical
addressing.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/efi.h
src/core/uaccess.c [moved from src/interface/efi/efi_uaccess.c with 63% similarity]
src/include/ipxe/efi/efi_uaccess.h [deleted file]
src/include/ipxe/uaccess.h