CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/01 19:52:26
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/amd64/stand/cdboot: Makefile
sys/arch/amd64/stand/libsa: alloca.S biosdev.c biosdev.h
cmd_i386.c disk.h diskprobe.c
exec_i386.c machdep.c memprobe.c
softraid.c
sys/arch/amd64/stand/pxeboot: Makefile
sys/stand/boot : bootarg.c bootarg.h
sys/lib/libsa : pbkdf2.c stand.h
Added files:
sys/arch/amd64/stand/efi/include: README efi.h efi_nii.h
efiapi.h eficon.h eficonsctl.h
efidebug.h efidef.h efidevp.h
efierr.h efifpswa.h efifs.h
efigop.h efinet.h efipart.h
efiprot.h efipxebc.h efiser.h
efistdarg.h
sys/arch/amd64/stand/efi/include/amd64: efibind.h
sys/arch/amd64/stand/efi/include/i386: efibind.h
sys/arch/amd64/stand/efiboot: Makefile Makefile.common
Makefile.inc conf.c efiboot.c
efiboot.h eficall.S eficall.h
efidev.c efidev.h heap.h
ldscript.amd64 ldscript.i386
run_i386.S run_i386.h self_reloc.c
start.S
sys/arch/amd64/stand/efiboot/bootx64: Makefile
sys/arch/amd64/stand/efiboot/bootx86: Makefile
sys/arch/amd64/stand/libsa: random_amd64.S
Log message:
Initial commit of uefi boot loader of OpenBSD.
ok deraadt yuo