summaryrefslogtreecommitdiff
path: root/util/mkimage.c
Commit message (Expand)AuthorAge
* util/mkimage: Some fixes to PE binaries section size calculationJavier Martinez Canillas2021-09-25
* shim_lock: Only skip loading shim_lock verifier with explicit consentDimitri John Ledkov2021-03-02
* util/mkimage: Add an option to import SBAT metadata into a .sbat sectionPeter Jones2021-03-02
* util/mkimage: Refactor section setup to use a helperPeter Jones2021-03-02
* util/mkimage: Improve data_size value calculationPeter Jones2021-03-02
* util/mkimage: Reorder PE optional header fields set-upPeter Jones2021-03-02
* util/mkimage: Unify more of the PE32 and PE32+ header set-upPeter Jones2021-03-02
* util/mkimage: Always use grub_host_to_target32() to initialize PE stack and h...Peter Jones2021-03-02
* util/mkimage: Use grub_host_to_target32() instead of grub_cpu_to_le32()Peter Jones2021-03-02
* util/mkimage: Remove unused code to add BSS sectionJavier Martinez Canillas2021-03-02
* RISC-V: Add to build systemAlexander Graf2019-02-25
* mkimage: Clarify file alignment in efi caseAlexander Graf2019-02-06
* mkimage: Use EFI32_HEADER_SIZE define in arm-efi caseAlexander Graf2019-02-06
* xen_pvh: Support building a standalone imageJuergen Gross2018-12-12
* mkimage: Pad DTBs to target-specific pointer sizeMatthew Daley2018-11-16
* Add support for device-tree-based drivers.Vladimir Serbinenko2017-05-08
* arm-coreboot: Start new port.Vladimir Serbinenko2017-05-08
* mkimage: Pass layout to mkimage_generate_elfXX rather than some fields.Vladimir Serbinenko2017-05-08
* arm-uboot: Make self-relocatable to allow loading at any addressVladimir Serbinenko2016-02-27
* Encapsulate image layout into a separate structure.Vladimir Serbinenko2016-02-27
* mkimage.c: Split into separate files.Vladimir Serbinenko2016-02-27
* util/setup: fix grub_util_path_list leakAndrei Borzenkov2016-01-09
* mkimage: zero fill alignment spaceAndrei Borzenkov2015-11-06
* remove extra newlines in grub_util_* stringsAndrei Borzenkov2015-05-13
* util/mkimage: Use stable timestamp when generating binaries.Daniel Kahn Gillmor2015-03-27
* util: mkimage, fix gcc5 build failureJiri Slaby2015-02-12
* util/mkimage: fix memory leaks.Andrei Borzenkov2015-01-26
* cleanup: grub_cpu_to_XXX_compile_time for constantsAndrey Borzenkov2014-09-22
* Decrease number of strings to translate.Vladimir Serbinenko2013-12-18
* Use %I64 and not %ll when using OS printf if compiling for windows.Vladimir Serbinenko2013-12-17
* Revamp relocation handling.Vladimir Serbinenko2013-12-06
* Handle unaligned .bss on sparc64.Vladimir Serbinenko2013-12-05
* New port arm64-efiLeif Lindholm2013-11-30
|\
| * ARM 64 port by Leif LindholmLeif Lindholm2013-11-16
* | * util/mkimage.c (grub_install_generate_image): Use grub_crypto_hash forVladimir Serbinenko2013-11-29
* | * util/mkimage.c (grub_install_generate_image): Use grub_crypto_hash forVladimir Serbinenko2013-11-29
|/
* Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdirVladimir Serbinenko2013-11-16
* * configure.ac: Check for lzma.h for enabling liblzma and allowVladimir Serbinenko2013-11-11
* Add new ports: i386-xen and x86_64-xen. This allows running GRUB inVladimir Serbinenko2013-11-09
* * util/mkimage.c (SzAlloc): Use attribute unused rather than dubiousVladimir Serbinenko2013-11-07
* * util/grub-mkimage.c: Move backend part to ...Vladimir 'phcoder' Serbinenko2013-10-15