grub:leiflindholm/arm64

Last commit made on 2013-11-25
Get this branch:
git clone -b leiflindholm/arm64 https://git.launchpad.net/grub

Branch merges

Branch information

Name:
leiflindholm/arm64
Repository:
lp:grub

Recent commits

ebd2893... by phcoder

Mention clang for arm64

d2f7902... by phcoder

Make arm64 compileable with clang

1005bed... by phcoder

Use b.ge form for instructions

d6c92cd... by phcoder

Merge branch 'master' into leiflindholm/arm64

Conflicts:
 include/grub/util/install.h

61e1b9a... by phcoder

 * grub-core/osdep/unix/platform.c (get_ofpathname): Trim ending newline.
 Don't rely on PATH_MAX.

c98dd16... by phcoder

 * grub-core/genmoddep.awk: Use more portable && rather than and.

ff1c277... by phcoder

 * grub-core/kern/i386/pc/startup.S [__APPLE__]: Create _edata by placing
 an object after data. While it doesn't seem right solution, it
 works well enough and OSX isn't main compilation platform.

c8f7614... by phcoder

 * gentpl.py: Add -ed2016 in order to make objconv accept our binary.
 While it doesn't seem right solution, it works well enough and
 OSX isn't main compilation platform.

246a434... by phcoder

 * configure.ac: Add -static to LDFLAGS when using apple linker to
 prevent it from pulling in dynamic linker.

5c066a8... by phcoder

 Apple assembly doesn't handle symbol arithmetic well. So define an
 offset symbol in boot.S and use it.