| Age | Commit message (Expand) | Author |
| 2021-09-25 | Move DRM-driver firmware from base to its own set, gpufw | maya |
| 2020-12-23 | Fix fallout from mkimage rev 1.76. | rin |
| 2020-12-21 | embedded/mkimage: Pad image with zeros to multiple of 4 MB plus 1 MB. | riastradh |
| 2020-07-17 | Create an "octeon.img.gz" bootable image for evbmips64-eb release builds. | jmcneill |
| 2020-05-24 | Add support for hybrid MBR/GPT images. | jmcneill |
| 2020-05-24 | Add GPT support to mkimage. | jmcneill |
| 2020-05-18 | Separate devicetree .dts -> .dtb building from kernel builds. They are now | jmcneill |
| 2019-10-30 | Derive the FAT type from the MBR partition type and pass it on to makefs | martin |
| 2019-10-02 | Split out /rescue to its own set and adapt installers/images to add it. | maya |
| 2017-11-28 | Be more precise about exactly what fails when something does. | kre |
| 2017-11-28 | Handle use of TMPDIR in cleanup as well. | kre |
| 2017-11-28 | Honour ${TMPDIR} if set for location of image, rather than always | kre |
| 2017-07-06 | Replace HUMMINGBIRD_A31 with SUNXI kernel on armv7.img and include .dtb | jmcneill |
| 2017-06-10 | add the tests set. | christos |
| 2017-04-11 | Now that FAT+FFS images include the BSD partition in the MBR partition | jmcneill |
| 2017-04-11 | Improvements and fixes for FAT+FFS images: | jmcneill |
| 2017-03-14 | Mark the msdos parition active for boards like the BeagleBone Black | skrll |
| 2015-08-01 | use a larger (64KB) block size, this helps SD card performance | jmcneill |
| 2015-07-15 | Add a new endianes flag to mkimage and pass it on big endian arm builds. | martin |
| 2015-05-24 | fix mkubootimage | christos |
| 2015-04-19 | Add some documentation: | hubertf |
| 2015-04-18 | Properly spell X' name. From X(7): | hubertf |
| 2015-04-06 | initialize resize before pulling in board config | jmcneill |
| 2015-04-06 | Add support for auto-growing the root partition. Enable it for rpi.img. | jmcneill |
| 2015-04-06 | resizing of ffsv2 still doesn't work well, so revert previous, and instead | jmcneill |
| 2015-04-05 | Use FFSv2 instead of FFSv1 for the root file-system. This should fix the | jmcneill |
| 2015-01-29 | Fix previous so that the new generated rc.conf is picked up and that | skrll |
| 2015-01-23 | PR/49596: mkimage: incorrect permissions on evbarm images | skrll |
| 2015-01-18 | Use [dx]sets_p as flag for debug/X sets inclusion. xsets is the list of | skrll |
| 2014-12-14 | fix image building: | christos |
| 2014-04-03 | now that fdisk has optional arguments, don't pass -1 | christos |
| 2014-03-31 | provide a -r rootdev option to handle the wd/sd/ld lossage. | christos |
| 2014-03-31 | these changes produce a bootable system under qemu, but its root is trashed. | christos |
| 2014-03-31 | Add preliminary support for creating x86 usb sticks with mkimage. | christos |
| 2013-09-14 | Fix build release of evbarm which had been failing in mkimage | ast |
| 2013-06-27 | SSD cards is stupid. | christos |
| 2013-06-27 | explain -m better | christos |
| 2013-06-27 | tidy up, fix usage | christos |
| 2013-06-16 | Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it. | jakllsch |
| 2013-05-20 | - explanations for single letter flags | christos |
| 2013-04-03 | Double extra to fix image size to fix build. | htodd |
| 2013-03-28 | For ffs, set bytes per inode to 4K. Otherwise we get a density based on | jmcneill |
| 2013-03-19 | Add a new installer image for Raspberry PI to evbarm | garbled |
| 2013-02-15 | don't use [ -f $i ] && cat $i, since we are using -e | christos |
| 2013-02-12 | add extra space to root partition | jmcneill |
| 2013-02-11 | set -e | jmcneill |
| 2013-02-10 | set src= before pulling in host config | jmcneill |
| 2013-02-10 | no sh -x | jmcneill |
| 2013-02-10 | fix msdos mbr partition size calculation | jmcneill |
| 2013-02-10 | don't dup -F | christos |