]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[init] Show initialisation function names in debug messages
authorMichael Brown <mcb30@ipxe.org>
Tue, 15 Jul 2025 13:08:15 +0000 (14:08 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 15 Jul 2025 13:10:33 +0000 (14:10 +0100)
commit1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9
treeba17eb2387b3d0356fdb2b111d8478adb831320c
parent7ac4b3c6f1c0d40b9e6d799e77df711784029f82
[init] Show initialisation function names in debug messages

Signed-off-by: Michael Brown <mcb30@ipxe.org>
36 files changed:
src/arch/x86/core/cpuid_settings.c
src/arch/x86/core/debugcon.c
src/arch/x86/core/pci_autoboot.c
src/arch/x86/core/video_subr.c
src/arch/x86/interface/pcbios/bios_cachedhcp.c
src/arch/x86/interface/pcbios/int13con.c
src/arch/x86/interface/pcbios/pcicloud.c
src/arch/x86/interface/pxe/pxe_call.c
src/arch/x86/interface/vmware/guestinfo.c
src/arch/x86/interface/vmware/vmconsole.c
src/core/acpi_settings.c
src/core/fnrec.c
src/core/init.c
src/core/malloc.c
src/core/memmap_settings.c
src/core/process.c
src/core/serial.c
src/core/settings.c
src/core/timer.c
src/crypto/certstore.c
src/crypto/des.c
src/crypto/x25519.c
src/drivers/bus/pci_settings.c
src/drivers/bus/usb_settings.c
src/drivers/net/efi/snponly.c
src/image/embedded.c
src/include/ipxe/init.h
src/interface/efi/efi_cacert.c
src/interface/efi/efi_console.c
src/interface/efi/efi_fdt.c
src/interface/efi/efi_settings.c
src/interface/efi/efiprefix.c
src/interface/smbios/smbios_settings.c
src/net/netdev_settings.c
src/tests/bofm_test.c
src/tests/test.c