]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support to the efi boot1 and loader for 32-bit ARM. This will be used
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 6 Apr 2015 15:50:20 +0000 (15:50 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 6 Apr 2015 15:50:20 +0000 (15:50 +0000)
commit63d071445e83e6860bfc65936b0897e34ba32035
tree6dea3e5f774b16e4cfd91d174934942ee4372c05
parent93d4534cdc3e28d17925c723d2b50987373a1047
Add support to the efi boot1 and loader for 32-bit ARM. This will be used
by the future qemu virt support.

Differential Revision: https://reviews.freebsd.org/D2238
Reviewed by: emaste
15 files changed:
sys/arm/include/metadata.h
sys/boot/efi/Makefile
sys/boot/efi/boot1/Makefile
sys/boot/efi/boot1/fat-amd64.tmpl.bz2.uu [moved from sys/boot/efi/boot1/fat.tmpl.bz2.uu with 97% similarity]
sys/boot/efi/boot1/fat-arm.tmpl.bz2.uu [new file with mode: 0644]
sys/boot/efi/boot1/generate-fat.sh
sys/boot/efi/include/arm/efibind.h [new file with mode: 0644]
sys/boot/efi/loader/Makefile
sys/boot/efi/loader/arch/arm/Makefile.inc [new file with mode: 0644]
sys/boot/efi/loader/arch/arm/exec.c [new file with mode: 0644]
sys/boot/efi/loader/arch/arm/ldscript.arm [new file with mode: 0644]
sys/boot/efi/loader/arch/arm/reloc.c [new file with mode: 0644]
sys/boot/efi/loader/arch/arm/start.S [new file with mode: 0644]
sys/boot/efi/loader/bootinfo.c
sys/boot/efi/loader/copy.c