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