ieee1275: split up grub_machine_get_bootlocation
[grub.git] / util / grub-mkimagexx.c
2018-03-07 Eric Snowbergmkimage: fix build regression in grub_mkimage_load_image
2018-03-05 Peter Jonesmkimage: avoid copying relocations for sections that...
2018-03-05 Peter Jonesmkimage: refactor a bunch of section data into a struct.
2018-03-05 Peter Jonesmkimage: make locate_sections() set up vaddresses as...
2018-03-05 Peter Jonesmkimage: rename a couple of things to be less confusing...
2018-03-05 Peter Jonesmkimage: make it easier to run syntax checkers on grub...
2018-02-23 H.J. Lux86-64: Treat R_X86_64_PLT32 as R_X86_64_PC32
2017-05-08 Vladimir Serbinenkoarm-coreboot: Start new port.
2017-05-08 Vladimir Serbinenkomkimage: Pass layout to mkimage_generate_elfXX rather...
2017-04-04 Andrei Borzenkovi386, x86_64, ppc: fix switch fallthrough cases with...
2017-02-01 Vladimir SerbinenkoFix thumb compilation with clang.
2017-02-01 Vladimir Serbinenkoarm64: Add support for GOT and PCREL32 relocations.
2017-02-01 Vladimir Serbinenkoarm/arm64: Fix improper use of start address.
2017-01-31 Vladimir Serbinenkoia64: Add support for R_IA64_GPREL64I.
2016-02-27 Vladimir Serbinenkoarm-uboot: Make self-relocatable to allow loading at...
2016-02-27 Vladimir SerbinenkoAllow _start == 0 with relocatable images
2016-02-27 Vladimir SerbinenkoProvide __bss_start and _end symbols in grub-mkimage.
2016-02-27 Vladimir SerbinenkoEncapsulate image layout into a separate structure.
2016-02-27 Vladimir Serbinenkomkimagexx: Split PE and generic part for relocations.
2016-02-27 Vladimir Serbinenkomkimage.c: Split into separate files.
2016-01-22 Vladimir Serbinenkoarm64: Add support for relocations needed for linaro gcc
2016-01-09 Andrei Borzenkovmkimage: fix unintended sign extension
2015-11-06 Andrei Borzenkovmkimage: zero fill alignment space
2015-01-30 Andrei Borzenkovgrub-mkimage: fix potential NULL pointer dereference
2013-12-21 David Prévot Correct some translatable strings.
2013-12-18 Vladimir Serbinenko Decrease number of strings to translate.
2013-12-17 Vladimir Serbinenko Use grub_xasprintf to format translated error messages...
2013-12-17 Vladimir Serbinenko Unify message for unsupported relocation.
2013-12-17 Vladimir Serbinenko Mark miscompile error for translation.
2013-12-17 Vladimir Serbinenko Use %I64 and not %ll when using OS printf if compiling...
2013-12-16 Vladimir Serbinenko Handle X86_64_PC64 relocation.
2013-12-15 Vladimir Serbinenko * util/grub-mkimagexx.c (relocate_addresses): Display...
2013-12-06 Vladimir Serbinenko Revamp relocation handling.
2013-12-05 Vladimir Serbinenko * util/grub-mkimagexx.c: Fix reloc section generation...
2013-12-05 Vladimir Serbinenko Handle unaligned .bss on sparc64.
2013-12-03 Colin WatsonMerge branch 'cjwatson/timeout-style'
2013-11-30 Leif LindholmNew port arm64-efi
2013-11-25 Vladimir SerbinenkoMerge branch 'master' into leiflindholm/arm64
2013-11-21 Vladimir Serbinenko Unify GOT/trampoline handling between PPC, MIPS and...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' into leiflindholm/arm64
2013-11-16 Leif LindholmARM 64 port by Leif Lindholm
2013-11-10 Vladimir Serbinenko * util/grub-mkimagexx.c (generate_elf): Fix module...
2013-11-09 Vladimir Serbinenko Add new ports: i386-xen and x86_64-xen. This allows...
2013-11-07 Vladimir Serbinenko * util/grub-mkimagexx.c (relocate_symbols): Remove...
2013-11-02 Vladimir Serbinenko * util/grub-mkimagexx.c (locate_sections): Reject...
2013-10-19 Vladimir 'phcoder... * util/grub-mkimagexx.c (make_reloc_section): Fix...
2013-10-15 Vladimir 'phcoder... * util/grub-mkimage.c: Move backend part to ...
2013-10-09 Vladimir 'phcoder... * util/grub-mkimage.c (generate_image): Use size_t...
2013-08-23 Vladimir 'phcoder... * util/grub-fstest.c: Fix several printf formats.
2013-07-18 Leif Lindholm New ports to arm-uboot and arm-efi.
2013-07-16 Vladimir 'phcoder... Merge mainline into arm
2013-05-11 Leif LindholmMove common function to dl_helper.c
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-04-12 Vladimir 'phcoder... Relocations cleanup
2013-04-09 Vladimir 'phcoder... Fix ia64-efi image generation on big-endian machines...
2013-04-07 Vladimir 'phcoder... merge mainline into arm
2013-04-07 Leif LindholmInitial import of Leif's work
2012-02-29 Vladimir 'phcoder... * util/grub-mkimagexx.c (locate_sections): Support...
2012-02-27 Colin Watson * include/grub/partition.h (grub_partition_map): Chang...
2012-02-27 Vladimir 'phcoder... Remove any awareness of *.c util files about target.
2012-02-26 Vladimir 'phcoder... Remove prio_list.
2012-02-18 Vladimir 'phcoder... merge mainline into gdb
2012-02-12 Vladimir 'phcoder... Improve string. Gettextize.
2012-02-11 Vladimir 'phcoder... * util/grub-mkimage.c (generate_image): Explicitly...
2012-02-10 Vladimir 'phcoder... * util/grub-mkimage.c (compress_kernel_lzma): Respect...
2012-02-08 Vladimir 'phcoder... Improve gettext support. Stylistic fixes and error...
2012-02-01 Vladimir 'phcoder... merge mainline into cbi
2011-11-14 Vladimir 'phcoder... merge mainline into backtrace
2011-11-14 Vladimir 'phcoder... merge mainline into backtrace
2011-11-13 Vladimir 'phcoder... Merge mainline into plan9
2011-11-08 Vladimir 'phcoder... Merge mainline into fuse
2011-10-26 Vladimir 'phcoder... merge mainline into zfs
2011-10-19 Vladimir 'phcoder... ExFAT support.
2011-08-13 Szymon Jancmerge trunk
2011-07-07 Vladimir Serbinenko LUKS and GELI support.
2011-07-07 Vladimir 'phcoder... merge mainline into lazy
2011-06-23 Vladimir 'phcoder... merge mainline into 4096
2011-05-27 Manoel R. AbranchesMerge Mainline.
2011-05-18 Colin Watsonmerge trunk
2011-05-18 Colin Watson * grub-core/fs/squash4.c: Add missing GRUB_MOD_LICENSE.
2011-05-18 Colin WatsonMove gfxmenu color handling to video, so that gfxterm...
2011-05-18 Vladimir 'phcoder... * grub-core/fs/fat.c: Include grub/fat.h.
2011-05-18 Vladimir 'phcoder... FreeDOS direct loading support.
2011-05-18 Vladimir 'phcoder... Long Linux command line support.
2011-05-18 Vladimir Serbinenko Improve devmapper support
2011-05-17 Vladimir 'phcoder... merge mainline and various cleanups
2011-05-17 Vladimir 'phcoder... SGI ARCS port.
2011-05-16 Vladimir 'phcoder... merge mainline into ahci
2011-05-15 Vladimir 'phcoder... Several FS mtime support.
2011-05-15 Vladimir 'phcoder... ROMFS support.
2011-05-15 Vladimir 'phcoder... Squashfs v4 support.
2011-05-15 Feiran Zheng * Makefile.util.def (libgrubmods.a): Add minix3.
2011-05-15 Tristan Gingold IA64 support.
2011-05-08 Vladimir 'phcoder... Fix LTOFF relocation to functions (needed for trampolines)
2011-05-08 Vladimir 'phcoder... Fix 2 incorrect vaddr_offsets
2011-05-08 Vladimir 'phcoder... more or less functional ia64 grub-mkimage
2011-01-03 phcoderFirst handling of ia64-efi in grub-mkimage
2011-01-02 Vladimir 'phcoder... merge mainline to ia64
2010-12-24 Vladimir 'phcoder... merge mainline into ahci
next