]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r280950: Move the efi loaders to be under sys/boot/efi
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 02:22:45 +0000 (02:22 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 02:22:45 +0000 (02:22 +0000)
commitd1ec7fee8a21537376a1616125cb719419371a77
tree101d28ede90df7117098bad470ecc087a416c3c3
parent924697dbf8b2ddb563987e04f0915c6d7746873d
MFC r280950: Move the efi loaders to be under sys/boot/efi

In HEAD this was done to support UEFI on arm64. Merging to stable/10 to
facilitate the merging of later UEFI changes.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293297 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
24 files changed:
sys/boot/efi/Makefile
sys/boot/efi/Makefile.inc
sys/boot/efi/boot1/Makefile [new file with mode: 0644]
sys/boot/efi/boot1/Makefile.fat [new file with mode: 0644]
sys/boot/efi/boot1/boot1.c [new file with mode: 0644]
sys/boot/efi/boot1/fat.tmpl.bz2.uu [new file with mode: 0644]
sys/boot/efi/boot1/generate-fat.sh [new file with mode: 0755]
sys/boot/efi/loader/Makefile [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/Makefile.inc [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/amd64_tramp.S [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/elf64_freebsd.c [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/framebuffer.c [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/framebuffer.h [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/ldscript.amd64 [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/reloc.c [new file with mode: 0644]
sys/boot/efi/loader/arch/amd64/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]