grub/grub-core/kern/arm/efi
Vladimir Serbinenko 6825a1d3f1 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.
2020-09-21 12:02:37 -04: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. 2020-09-21 12:02:37 -04:00
startup.S * include/grub/symbol.h (END) [__arm__]: New macros. Replace all .end 2013-11-13 05:19:30 +01:00