sys/boot/efi: Import subset of FreeBSD's sys/boot/efi needed for x86_64.
authorImre Vadász <imre@vdsz.com>
Tue, 15 Mar 2016 21:59:33 +0000 (22:59 +0100)
committerImre Vadász <imre@vdsz.com>
Mon, 21 Mar 2016 22:04:52 +0000 (23:04 +0100)
commit768b50f10d069f0008324d4c027c6ce3f9b2d72c
tree6f3cbad3df4681b83681a89a9f599f53239035b0
parentd68939e3c2c4b9b1867dd4fe9dea040c57973d8b
sys/boot/efi: Import subset of FreeBSD's sys/boot/efi needed for x86_64.

* Renamed directories sys/boot/efi/include/amd64, and
  sys/boot/efi/loader/arch/amd64 to x86_64.

* Renamed sys/boot/efi/loader/arch/amd64/ldscript.amd64 to
  ldscript.x86_64.
49 files changed:
sys/boot/efi/Makefile [new file with mode: 0644]
sys/boot/efi/Makefile.inc [new file with mode: 0644]
sys/boot/efi/include/README [new file with mode: 0644]
sys/boot/efi/include/efi.h [new file with mode: 0644]
sys/boot/efi/include/efi_nii.h [new file with mode: 0644]
sys/boot/efi/include/efiapi.h [new file with mode: 0644]
sys/boot/efi/include/eficon.h [new file with mode: 0644]
sys/boot/efi/include/eficonsctl.h [new file with mode: 0644]
sys/boot/efi/include/efidef.h [new file with mode: 0644]
sys/boot/efi/include/efidevp.h [new file with mode: 0644]
sys/boot/efi/include/efierr.h [new file with mode: 0644]
sys/boot/efi/include/efifs.h [new file with mode: 0644]
sys/boot/efi/include/efigop.h [new file with mode: 0644]
sys/boot/efi/include/efilib.h [new file with mode: 0644]
sys/boot/efi/include/efinet.h [new file with mode: 0644]
sys/boot/efi/include/efipart.h [new file with mode: 0644]
sys/boot/efi/include/efipciio.h [new file with mode: 0644]
sys/boot/efi/include/efiprot.h [new file with mode: 0644]
sys/boot/efi/include/efipxebc.h [new file with mode: 0644]
sys/boot/efi/include/efiser.h [new file with mode: 0644]
sys/boot/efi/include/efistdarg.h [new file with mode: 0644]
sys/boot/efi/include/efiuga.h [new file with mode: 0644]
sys/boot/efi/include/x86_64/efibind.h [new file with mode: 0644]
sys/boot/efi/include/x86_64/pe.h [new file with mode: 0644]
sys/boot/efi/libefi/Makefile [new file with mode: 0644]
sys/boot/efi/libefi/delay.c [new file with mode: 0644]
sys/boot/efi/libefi/efi_console.c [new file with mode: 0644]
sys/boot/efi/libefi/efinet.c [new file with mode: 0644]
sys/boot/efi/libefi/efipart.c [new file with mode: 0644]
sys/boot/efi/libefi/errno.c [new file with mode: 0644]
sys/boot/efi/libefi/handles.c [new file with mode: 0644]
sys/boot/efi/libefi/libefi.c [new file with mode: 0644]
sys/boot/efi/libefi/time.c [new file with mode: 0644]
sys/boot/efi/loader/Makefile [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/Makefile.inc [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/amd64_tramp.S [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/framebuffer.c [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/framebuffer.h [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/ldscript.x86_64 [new file with mode: 0644]
sys/boot/efi/loader/arch/x86_64/start.S [new file with mode: 0644]
sys/boot/efi/loader/autoload.c [new file with mode: 0644]
sys/boot/efi/loader/bootinfo.c [new file with mode: 0644]
sys/boot/efi/loader/conf.c [new file with mode: 0644]
sys/boot/efi/loader/copy.c [new file with mode: 0644]
sys/boot/efi/loader/devicename.c [new file with mode: 0644]
sys/boot/efi/loader/loader_efi.h [new file with mode: 0644]
sys/boot/efi/loader/main.c [new file with mode: 0644]
sys/boot/efi/loader/version [new file with mode: 0644]