grub/grub-core/kern/arm
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
..
coreboot Missing parts of previous commit 2020-09-21 11:32:45 -04:00
efi Remove grub_efi_allocate_pages. 2020-09-21 12:02:37 -04:00
uboot Refactor arm-uboot code to make it genereic. 2020-09-21 11:32:45 -04:00
cache.c arm_coreboot: Support DMA. 2020-09-21 11:32:45 -04:00
cache.S Fix ARM cache maintainance. 2013-12-23 04:27:53 +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 arm_coreboot: Support DMA. 2020-09-21 11:32:45 -04:00
compiler-rt.S Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
dl.c Fix thumb compilation with clang. 2017-02-02 00:59:49 +01:00
dl_helper.c dl_helper: Cleanup 2015-03-27 14:37:16 +01:00
startup.S arm-coreboot: Start new port. 2020-09-21 11:32:45 -04:00