[BOOTLIB]: ACPI support (RSDP, XSDT/RSDT and arbitrary table lookup + mapping)
authorAlex Ionescu <aionescu@gmail.com>
Thu, 7 Jan 2016 23:43:15 +0000 (23:43 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 7 Jan 2016 23:43:15 +0000 (23:43 +0000)
commite0df0d3663b91fbc11071e206bce5856dd1ce123
tree72f87abc5f64a9cc1f206bcf486db5c923b22e2a
parent55ef8d7cd263d6976ab97e82986feab8bc81851f
[BOOTLIB]: ACPI support (RSDP, XSDT/RSDT and arbitrary table lookup + mapping)
[BOOTLIB]: Additional text and graphics console support. Among other things, we have now gained the ability to fill a buffer with a particular color.
[BOOTLIB]: OEM Bitmap (ACPI 5!) support.
[BOOTMGR]: Continue making a few more initialization calls now that bootlib supports more functionality.

svn path=/trunk/; revision=70539
14 files changed:
reactos/boot/environ/app/bootmgr/bootmgr.c
reactos/boot/environ/include/bcd.h
reactos/boot/environ/include/bl.h
reactos/boot/environ/include/efi/Acpi.h [new file with mode: 0644]
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/guicons.c
reactos/boot/environ/lib/io/display/textcons.c
reactos/boot/environ/lib/misc/font.c
reactos/boot/environ/lib/misc/resource.c
reactos/boot/environ/lib/misc/util.c