grub/grub-core/kern/arm/efi
Vladimir Serbinenko 4bc909bf89 Remove grub_efi_allocate_pages.
grub_efi_allocate_pages Essentially does 2 unrelated things:
* Allocate at fixed address.
* Allocate at any address.

To switch between 2 different functions it uses address == 0 as magic
value which is wrong as 0 is a perfectly valid fixed adress to allocate at.
2017-08-07 18:33:29 +02:00
..
init.c arm-efi: Reduce timer event frequency by 10 2016-01-07 20:54:20 +01:00
misc.c Remove grub_efi_allocate_pages. 2017-08-07 18:33:29 +02:00
startup.S * include/grub/symbol.h (END) [__arm__]: New macros. Replace all .end 2013-11-13 05:19:30 +01:00