grub/grub-core/kern/arm
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
..
coreboot Missing parts of previous commit 2017-05-09 09:02:15 +02:00
efi Remove grub_efi_allocate_pages. 2017-08-07 18:33:29 +02:00
uboot Refactor arm-uboot code to make it genereic. 2017-05-08 17:47:57 +02:00
cache.c arm_coreboot: Support DMA. 2017-05-08 22:06:04 +02: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. 2017-05-08 22:06:04 +02: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. 2017-05-08 20:53:28 +02:00