Author: ion Date: Fri Sep 4 14:16:56 2015 New Revision: 68992
URL: http://svn.reactos.org/svn/reactos?rev=68992&view=rev Log: [BOOTMGFW] Nothing to see here. I hope this doesn't break the build.
Added: trunk/reactos/boot/bcd/ (with props) trunk/reactos/boot/bgfx/ (with props) trunk/reactos/boot/environ/ (with props) trunk/reactos/boot/environ/CMakeLists.txt (with props) trunk/reactos/boot/environ/app/ (with props) trunk/reactos/boot/environ/app/bootmgr/ (with props) trunk/reactos/boot/environ/app/bootmgr/bootmgr.c (with props) trunk/reactos/boot/environ/app/bootmgr/bootmgr.h (with props) trunk/reactos/boot/environ/app/bootmgr/efiemu.c (with props) trunk/reactos/boot/environ/include/ (with props) trunk/reactos/boot/environ/include/bl.h (with props) trunk/reactos/boot/environ/include/efi/ (with props) trunk/reactos/boot/environ/include/efi/Base.h (with props) trunk/reactos/boot/environ/include/efi/DevicePath.h (with props) trunk/reactos/boot/environ/include/efi/LoadedImage.h (with props) trunk/reactos/boot/environ/include/efi/ProcessorBind.h (with props) trunk/reactos/boot/environ/include/efi/SimpleTextIn.h (with props) trunk/reactos/boot/environ/include/efi/SimpleTextInEx.h (with props) trunk/reactos/boot/environ/include/efi/SimpleTextOut.h (with props) trunk/reactos/boot/environ/include/efi/Uefi.h (with props) trunk/reactos/boot/environ/include/efi/UefiBaseType.h (with props) trunk/reactos/boot/environ/include/efi/UefiMultiPhase.h (with props) trunk/reactos/boot/environ/include/efi/UefiSpec.h (with props) trunk/reactos/boot/environ/include/efi/WinCertificate.h (with props) trunk/reactos/boot/environ/lib/ (with props) trunk/reactos/boot/environ/lib/arch/ (with props) trunk/reactos/boot/environ/lib/bd/ (with props) trunk/reactos/boot/environ/lib/bootlib.c (with props) trunk/reactos/boot/environ/lib/firmware/ (with props) trunk/reactos/boot/environ/lib/io/ (with props) trunk/reactos/boot/environ/lib/mc/ (with props) trunk/reactos/boot/environ/lib/misc/ (with props) trunk/reactos/boot/environ/lib/misc/util.c (with props) trunk/reactos/boot/environ/lib/mm/ (with props) trunk/reactos/boot/environ/lib/mm/foo.c (with props) trunk/reactos/boot/environ/lib/platform/ (with props) Modified: trunk/reactos/boot/CMakeLists.txt trunk/reactos/boot/bootdata/txtsetup.sif
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/boot/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/CMakeLists.txt?rev=689...
Modified: trunk/reactos/boot/bootdata/txtsetup.sif URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/txtsetup.sif?...
Added: trunk/reactos/boot/environ/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/CMakeLists.txt...
Added: trunk/reactos/boot/environ/app/bootmgr/bootmgr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/app/bootmgr/bo...
Added: trunk/reactos/boot/environ/app/bootmgr/bootmgr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/app/bootmgr/bo...
Added: trunk/reactos/boot/environ/app/bootmgr/efiemu.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/app/bootmgr/ef...
Added: trunk/reactos/boot/environ/include/bl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/bl.h?r...
Added: trunk/reactos/boot/environ/include/efi/Base.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Ba...
Added: trunk/reactos/boot/environ/include/efi/DevicePath.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/De...
Added: trunk/reactos/boot/environ/include/efi/LoadedImage.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Lo...
Added: trunk/reactos/boot/environ/include/efi/ProcessorBind.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Pr...
Added: trunk/reactos/boot/environ/include/efi/SimpleTextIn.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Si...
Added: trunk/reactos/boot/environ/include/efi/SimpleTextInEx.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Si...
Added: trunk/reactos/boot/environ/include/efi/SimpleTextOut.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Si...
Added: trunk/reactos/boot/environ/include/efi/Uefi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Ue...
Added: trunk/reactos/boot/environ/include/efi/UefiBaseType.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Ue...
Added: trunk/reactos/boot/environ/include/efi/UefiMultiPhase.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Ue...
Added: trunk/reactos/boot/environ/include/efi/UefiSpec.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Ue...
Added: trunk/reactos/boot/environ/include/efi/WinCertificate.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/include/efi/Wi...
Added: trunk/reactos/boot/environ/lib/bootlib.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/bootlib.c?...
Added: trunk/reactos/boot/environ/lib/misc/util.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/misc/util....
Added: trunk/reactos/boot/environ/lib/mm/foo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/mm/foo.c?r...