ARM 64 port by Leif Lindholm
authorLeif Lindholm <leif.lindholm@linaro.org>
Sat, 16 Nov 2013 19:52:55 +0000 (20:52 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 16 Nov 2013 19:52:55 +0000 (20:52 +0100)
commit15a463d7420ecbe58ac595e3411f4cc466b10a9e
tree9998c6a14a04e2fc192245f6387f78529aff1bab
parentcd46aa6cefabd7b0fcb15cd614577e1ab8c7a841
ARM 64 port by Leif Lindholm
26 files changed:
Makefile.util.def
conf/Makefile.common
configure.ac
gentpl.py
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/arm64/cache.c [new file with mode: 0644]
grub-core/kern/arm64/cache_flush.S [new file with mode: 0644]
grub-core/kern/arm64/dl.c [new file with mode: 0644]
grub-core/kern/arm64/dl_helper.c [new file with mode: 0644]
grub-core/kern/arm64/efi/startup.S [new file with mode: 0644]
grub-core/lib/arm64/setjmp.S [new file with mode: 0644]
grub-core/lib/efi/halt.c
grub-core/lib/setjmp.S
include/grub/arm64/efi/memory.h [new file with mode: 0644]
include/grub/arm64/reloc.h [new file with mode: 0644]
include/grub/arm64/setjmp.h [new file with mode: 0644]
include/grub/arm64/time.h [new file with mode: 0644]
include/grub/arm64/types.h [new file with mode: 0644]
include/grub/efi/api.h
include/grub/efi/pe32.h
include/grub/elf.h
include/grub/util/install.h
util/grub-install.c
util/grub-mkimagexx.c
util/mkimage.c