[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Fri, 4 Sep 2015 14:16:56 +0000 (14:16 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Fri, 4 Sep 2015 14:16:56 +0000 (14:16 +0000)
commit286f63072a5e651ef3295192ce8f68dca43b44ce
treeb09e36988e0fed250f7e8192dae70eb689737d08
parentcf68c63f61d5f598faee70a1197a7602c73b1fb3
[BOOTMGFW]
Nothing to see here. I hope this doesn't break the build.

svn path=/trunk/; revision=68992
30 files changed:
reactos/boot/CMakeLists.txt
reactos/boot/bcd/.gitignore [new file with mode: 0644]
reactos/boot/bgfx/.gitignore [new file with mode: 0644]
reactos/boot/bootdata/txtsetup.sif
reactos/boot/environ/CMakeLists.txt [new file with mode: 0644]
reactos/boot/environ/app/bootmgr/bootmgr.c [new file with mode: 0644]
reactos/boot/environ/app/bootmgr/bootmgr.h [new file with mode: 0644]
reactos/boot/environ/app/bootmgr/efiemu.c [new file with mode: 0644]
reactos/boot/environ/include/bl.h [new file with mode: 0644]
reactos/boot/environ/include/efi/Base.h [new file with mode: 0644]
reactos/boot/environ/include/efi/DevicePath.h [new file with mode: 0644]
reactos/boot/environ/include/efi/LoadedImage.h [new file with mode: 0644]
reactos/boot/environ/include/efi/ProcessorBind.h [new file with mode: 0644]
reactos/boot/environ/include/efi/SimpleTextIn.h [new file with mode: 0644]
reactos/boot/environ/include/efi/SimpleTextInEx.h [new file with mode: 0644]
reactos/boot/environ/include/efi/SimpleTextOut.h [new file with mode: 0644]
reactos/boot/environ/include/efi/Uefi.h [new file with mode: 0644]
reactos/boot/environ/include/efi/UefiBaseType.h [new file with mode: 0644]
reactos/boot/environ/include/efi/UefiMultiPhase.h [new file with mode: 0644]
reactos/boot/environ/include/efi/UefiSpec.h [new file with mode: 0644]
reactos/boot/environ/include/efi/WinCertificate.h [new file with mode: 0644]
reactos/boot/environ/lib/arch/.gitignore [new file with mode: 0644]
reactos/boot/environ/lib/bd/.gitignore [new file with mode: 0644]
reactos/boot/environ/lib/bootlib.c [new file with mode: 0644]
reactos/boot/environ/lib/firmware/.gitignore [new file with mode: 0644]
reactos/boot/environ/lib/io/.gitignore [new file with mode: 0644]
reactos/boot/environ/lib/mc/.gitignore [new file with mode: 0644]
reactos/boot/environ/lib/misc/util.c [new file with mode: 0644]
reactos/boot/environ/lib/mm/foo.c [new file with mode: 0644]
reactos/boot/environ/lib/platform/.gitignore [new file with mode: 0644]