[BOOTMGFW]
authorAlex Ionescu <aionescu@gmail.com>
Mon, 7 Sep 2015 23:31:08 +0000 (23:31 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 7 Sep 2015 23:31:08 +0000 (23:31 +0000)
commit1e3ceae73f9766d0ae73831dccba812e33777001
tree12ab7bd18352ccb7a2246fae5b136c26edfd0393
parent1f3874c43ed435498b237f5e903951867e303fff
[BOOTMGFW]
- EarlyPrint -> EfiPrintf, as it seems BL actually has this after all :) Change all callers to conform to it.
- Add common exit/failure path in BmMain. Now the fun begins.

svn path=/trunk/; revision=69103
16 files changed:
reactos/boot/environ/lib/bootlib.c
reactos/boot/environ/lib/firmware/efi/firmware.c
reactos/boot/environ/lib/io/display/display.c
reactos/boot/environ/lib/io/display/efi/gop.c
reactos/boot/environ/lib/io/display/efi/guicons.c
reactos/boot/environ/lib/io/display/efi/textcons.c
reactos/boot/environ/lib/io/display/efi/uga.c
reactos/boot/environ/lib/io/display/guicons.c
reactos/boot/environ/lib/io/display/textcons.c
reactos/boot/environ/lib/misc/util.c
reactos/boot/environ/lib/mm/descriptor.c
reactos/boot/environ/lib/mm/heapalloc.c
reactos/boot/environ/lib/mm/i386/mmx86.c
reactos/boot/environ/lib/mm/mm.c
reactos/boot/environ/lib/mm/pagealloc.c
reactos/boot/environ/lib/platform/time.c