Import Tristan Gingold's ia64 port
authorRobert Millan <rmh@aybabtu.com>
Mon, 18 Jan 2010 14:17:47 +0000 (14:17 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 18 Jan 2010 14:17:47 +0000 (14:17 +0000)
commit2c40cc7868265137b8b8e0bbfc16f004d792c8cf
tree925d044e8ab944bc0a2a34317e4b595abe5282e6
parent11cc30ac40ac615a0b238ce2dad7ce42d355ecd0
Import Tristan Gingold's ia64 port
(based on patch sent to grub-devel by Tristan in 2008-01-28)
32 files changed:
ChangeLog.ia64 [new file with mode: 0644]
Makefile.in
commands/efi/acpi.c [new file with mode: 0644]
commands/efi/memmap.c [new file with mode: 0644]
commands/efi/systab.c [new file with mode: 0644]
conf/ia64-efi.rmk [new file with mode: 0644]
configure.ac
geninit.sh
genmk.rb
include/grub/dl.h
include/grub/efi/efi.h
include/grub/ia64/efi/kernel.h [new file with mode: 0644]
include/grub/ia64/efi/loader.h [new file with mode: 0644]
include/grub/ia64/efi/misc.h [new file with mode: 0644]
include/grub/ia64/efi/time.h [new file with mode: 0644]
include/grub/ia64/setjmp.h [new file with mode: 0644]
include/grub/ia64/time.h [new file with mode: 0644]
include/grub/ia64/types.h [new file with mode: 0644]
include/grub/kernel.h
kern/dl.c
kern/efi/mm.c
kern/ia64/efi/elf_ia64_efi.lds [new file with mode: 0644]
kern/ia64/efi/init.c [new file with mode: 0644]
kern/ia64/efi/startup.S [new file with mode: 0644]
kern/ia64/trampoline.S [new file with mode: 0644]
loader/ia64/efi/linux.c [new file with mode: 0644]
loader/ia64/efi/linux_normal.c [new file with mode: 0644]
normal/ia64/longjmp.S [new file with mode: 0644]
normal/ia64/setjmp.S [new file with mode: 0644]
util/ia64/efi/elf2pe.c [new file with mode: 0644]
util/ia64/efi/grub-install.in [new file with mode: 0644]
util/ia64/efi/pe32.h [new file with mode: 0644]