]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
EFI boot loader for FreeBSD/i386.
authorRui Paulo <rpaulo@FreeBSD.org>
Wed, 7 Apr 2010 18:16:05 +0000 (18:16 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Wed, 7 Apr 2010 18:16:05 +0000 (18:16 +0000)
commit8df7a05edd36fd5db02955c4f1a52351c0ab7f6a
treede400b78996e06729121522edb1fef35a5dd75cc
parent3bcad5b7856d74fe05f9373d5303eec5b8c9fccc
EFI boot loader for FreeBSD/i386.

Doesn't boot a kernel yet, but it can read an ELF file from the EFI FAT
partition.
15 files changed:
sys/boot/i386/efi/Makefile [new file with mode: 0644]
sys/boot/i386/efi/autoload.c [new file with mode: 0644]
sys/boot/i386/efi/bootinfo.c [new file with mode: 0644]
sys/boot/i386/efi/conf.c [new file with mode: 0644]
sys/boot/i386/efi/devicename.c [new file with mode: 0644]
sys/boot/i386/efi/efimd.c [new file with mode: 0644]
sys/boot/i386/efi/elf32_freebsd.c [new file with mode: 0644]
sys/boot/i386/efi/exec.c [new file with mode: 0644]
sys/boot/i386/efi/i386_copy.c [new file with mode: 0644]
sys/boot/i386/efi/ldscript.amd64 [new file with mode: 0644]
sys/boot/i386/efi/ldscript.i386 [new file with mode: 0644]
sys/boot/i386/efi/main.c [new file with mode: 0644]
sys/boot/i386/efi/reloc.c [new file with mode: 0644]
sys/boot/i386/efi/start.S [new file with mode: 0644]
sys/boot/i386/efi/version [new file with mode: 0644]