grub2/grub-core/kern/arm
Vladimir Serbinenko 7374c81b45 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.

Origin: backport, https://git.savannah.gnu.org/cgit/grub.git/commit/?id=4bc909bf89f5b4ff86c9e4e609d4fe0c11a66b0c
Bug-Debian: https://bugs.debian.org/907596
Bug-Debian: https://bugs.debian.org/909420
Last-Update: 2018-12-06

Patch-Name: efi-remove-grub_efi_allocate_pages.patch
2018-12-06 20:51:32 +00:00
..
efi Remove grub_efi_allocate_pages. 2018-12-06 20:51:32 +00:00
uboot arm-uboot: Make self-relocatable to allow loading at any address 2016-02-27 13:40:52 +01:00
cache_armv6.S * grub-core/kern/arm/cache_armv6.S: Remove .arch directive. 2013-12-25 23:31:42 +01:00
cache_armv7.S Add explicit thumb interwork bx in asm files. 2013-12-17 14:50:44 +01:00
cache.c Enable cache on ARM U-Boot port. 2013-12-23 05:01:58 +01:00
cache.S Fix ARM cache maintainance. 2013-12-23 04:27:53 +01:00
compiler-rt.S Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
dl_helper.c dl_helper: Cleanup 2015-03-27 14:37:16 +01:00
dl.c Fix thumb compilation with clang. 2017-02-02 00:59:49 +01:00