grub/grub-core/kern/arm
Leif Lindholm 593865b907 arm: fix u-boot port syscall interface va_arg handling
Commit c9cd02c broke the u-boot syscall API for va_args that spill over
to the stack, causing the disk support to stop working. This patch
resolves the problem, while keeping the new, cleaner transition_space
handling.
2013-11-16 14:12:12 +00:00
..
efi * include/grub/symbol.h (END) [__arm__]: New macros. Replace all .end 2013-11-13 05:19:30 +01:00
uboot arm: fix u-boot port syscall interface va_arg handling 2013-11-16 14:12:12 +00:00
cache.c * grub-core/kern/arm/cache.c (probe_caches): Move asm part to ... 2013-11-13 09:58:52 +01:00
cache.S * grub-core/kern/arm/cache.S: Replace = with explicit litteral load. 2013-11-13 06:23:32 +01:00
cache_armv6.S * grub-core/kern/arm/cache_armv6.S: Remove special handling for 2013-11-14 10:05:19 +01:00
cache_armv7.S Detect cache type on runtime rather than compile time 2013-05-17 01:33:22 +02:00
dl.c * grub-core/kern/arm/dl.c (do_relocations): Accept and ignore 2013-10-03 23:55:06 +02:00
dl_helper.c * grub-core/kern/arm/dl_helper.c: Use more proper %p for pointer. 2013-10-12 07:50:26 +02:00
misc.S * grub-core/kern/arm/misc.S: Make thumb2-compatible. 2013-11-14 01:33:06 +01:00