CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/04/27 09:06:35
Removed files:
sys/arch/amd64/stand/efi32: Makefile Makefile.common
Makefile.inc cmd_i386.c conf.c
dev_i386.c diskprobe.c efiboot.c
efiboot.h eficall.S eficall.h
efidev.c efidev.h efipxe.c efipxe.h
efirng.c exec_i386.c heap.h
ldscript.i386 machdep.c memprobe.c
run_i386.S run_i386.h self_reloc.c
start_i386.S
sys/arch/amd64/stand/efi32/bootia32: Makefile
sys/arch/amd64/stand/efi64: Makefile Makefile.common
Makefile.inc cmd_i386.c conf.c
dev_i386.c diskprobe.c efiboot.c
efiboot.h eficall.S eficall.h
efidev.c efidev.h efipxe.c efipxe.h
efirng.c exec_i386.c heap.h
ldscript.amd64 machdep.c memprobe.c
run_i386.S run_i386.h self_reloc.c
start_amd64.S
sys/arch/amd64/stand/efi64/bootx64: Makefile
Log message:
Remove efi32 and efi64. These are leftovers from a project that didn't go
very far and the presence of these directories just confuse people and
make them do more work than necessary.
ok patrick@, kn@, mlarkin@