CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/27 17:17:13
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/amd64/stand/cdboot: Makefile
sys/arch/amd64/stand/efi32: Makefile.common
sys/arch/amd64/stand/efi64: Makefile.common
sys/arch/amd64/stand/efiboot: Makefile.common
sys/arch/amd64/stand/pxeboot: Makefile
sys/arch/arm64/stand/efiboot: Makefile
sys/arch/armv7/stand/efiboot: Makefile
sys/arch/hppa/stand/boot: Makefile
sys/arch/i386/stand/boot: Makefile
sys/arch/i386/stand/cdboot: Makefile
sys/arch/i386/stand/pxeboot: Makefile
sys/arch/landisk/stand/boot: Makefile
sys/arch/loongson/stand/boot: Makefile.inc
sys/arch/macppc/stand/boot.mac: Makefile
sys/arch/macppc/stand/ofwboot: Makefile
sys/arch/octeon/stand/rdboot: Makefile
sys/lib/libsa : stand.h
sys/stand/boot : cmd.c
Added files:
sys/lib/libsa : hexdump.c
Log message:
Implement a hexdump command in the boot loader. This helps to
inspect the memory layout that the firmware has created. It is
especially useful for UEFI debugging.
OK deraadt@ kettenis@