]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-boot: add EFI boot manager and stub loader
authorKay Sievers <kay@vrfy.org>
Sun, 8 Feb 2015 11:25:35 +0000 (12:25 +0100)
committerKay Sievers <kay@vrfy.org>
Tue, 17 Feb 2015 13:36:59 +0000 (14:36 +0100)
commit0fa2cac4f0cdefaf1addd7f1fe0fd8113db9360b
treee2ddad77e8b9afe1121a54eea28add1846d9aa6b
parent484adfd914504cd7e95867cea20ca7af71b888f2
sd-boot: add EFI boot manager and stub loader
19 files changed:
.gitignore
Makefile.am
configure.ac
m4/arch.m4 [new file with mode: 0644]
src/sd-boot/.gitignore [new file with mode: 0644]
src/sd-boot/console.c [new file with mode: 0644]
src/sd-boot/console.h [new file with mode: 0644]
src/sd-boot/graphics.c [new file with mode: 0644]
src/sd-boot/graphics.h [new file with mode: 0644]
src/sd-boot/linux.c [new file with mode: 0644]
src/sd-boot/linux.h [new file with mode: 0644]
src/sd-boot/pefile.c [new file with mode: 0644]
src/sd-boot/pefile.h [new file with mode: 0644]
src/sd-boot/sd-boot.c [new file with mode: 0644]
src/sd-boot/stub.c [new file with mode: 0644]
src/sd-boot/util.c [new file with mode: 0644]
src/sd-boot/util.h [new file with mode: 0644]
test/splash.bmp [new file with mode: 0644]
test/test-efi-create-disk.sh [new file with mode: 0755]