CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/10 20:36:10
Added files:
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 ldscript.i386
machdep.c memprobe.c run_i386.S
run_i386.h self_reloc.c
start_amd64.S start_i386.S
sys/arch/amd64/stand/efi64/bootx64: Makefile
Log message:
Refactor efiboot into 32 and 64 bit copies.
Make 2 separate efiboots, one for 32 bit and one for 64 bit to allow
us to remove lots of #ifdef code. Needed to ease the development effort
for random-VA linked kernels
ok tedu, deraadt