summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #243 from michaelolbrich/mke2fsHEADmasterMichael Olbrich2024-04-045-1/+5
|\
| * image-ext2: default to mke2fsMichael Olbrich2024-03-225-1/+5
* | Merge pull request #245 from pengutronix/barebox-envMichael Olbrich2024-04-042-2/+3
|\ \
| * | image-hd: gpt: add type GUID shortcut for barebox-envAhmad Fatoum2024-04-042-0/+2
| * | image-hd: gpt: drop "B" Type GUID shorthand for barebox-stateAhmad Fatoum2024-04-042-2/+1
* | | Merge pull request #246 from pengutronix/readme-fixesMichael Olbrich2024-04-041-1/+2
|\ \ \ | |/ / |/| |
| * | README: add missing fiptoolAhmad Fatoum2024-04-031-0/+1
| * | README: change libconfuse URLAhmad Fatoum2024-04-031-1/+1
|/ /
* | Merge pull request #244 from yegorich/ignore-libtoolMichael Olbrich2024-03-261-0/+1
|\ \
| * | .gitignore: ignore libtoolYegor Yefremov2024-03-261-0/+1
|/ /
* | Merge pull request #241 from ukleinek/rauc-offsetMichael Olbrich2024-03-224-6/+38
|\ \
| * | image-rauc: allow to specify an offset to skip input bytesUwe Kleine-König2024-03-224-6/+38
|/ /
* | Merge pull request #242 from michaelolbrich/sobMichael Olbrich2024-03-221-0/+41
|\ \ | |/ |/|
| * README: Formalize signing off commitsMichael Olbrich2024-03-221-0/+41
|/
* Merge pull request #235 from sudipm-mukherjee/sudip/fdiskMichael Olbrich2024-03-061-1/+1
|\
| * test: hdimage: depend on fdisk and sfdiskSudip Mukherjee2024-02-161-1/+1
* | Merge pull request #239 from michaelolbrich/tmppathMichael Olbrich2024-03-061-4/+17
|\ \ | |/ |/|
| * genimage: improve tmppath handlingMichael Olbrich2024-02-231-4/+17
|/
* Merge pull request #234 from entner-electronics/masterMichael Olbrich2024-02-162-1/+5
|\
| * ubifs: Add configuration for space-fixupSebastian Muxel2024-02-162-1/+5
|/
* Merge pull request #233 from michaelolbrich/releasev17Michael Olbrich2024-01-191-1/+1
|\
| * release version 17Michael Olbrich2024-01-191-1/+1
|/
* Merge pull request #229 from michaelolbrich/android-sparse-fixMichael Olbrich2024-01-053-4/+31
|\
| * test: add more sparse checksMichael Olbrich2023-10-112-3/+17
| * image-android-sparse: handle images with a size that is not a multiple of the...Michael Olbrich2023-10-111-1/+1
| * image-android-sparse: Fix #224: truncated image generatedWojciech Nizinski2023-10-111-0/+13
|/
* Merge pull request #226 from rohieb/gpt-mips-beMichael Olbrich2023-10-112-1/+13
|\
| * image-hd: add GUIDs for big-endian MIPS architectureRoland Hieber2023-10-102-1/+13
|/
* Merge pull request #223 from OnkelUlla/fix_typosMichael Olbrich2023-09-271-1/+1
|\
| * README.rst: fix typoUlrich Ölmann2023-09-181-1/+1
|/
* Merge pull request #222 from hudson-ayers-cruise/sparse-file-fixMichael Olbrich2023-09-051-1/+1
|\
| * Dont replace holes in sparse files with non-0 bytes when creating flashHudson Ayers2023-09-051-1/+1
|/
* Merge pull request #215 from rohieb/guid-state-shortcutMichael Olbrich2023-05-059-22/+269
|\
| * image-hd: add shortcuts from the Discoverable Partitions SpecificationRoland Hieber2023-03-284-2/+156
| * image-hd: support long GPT partition type shortcutsRoland Hieber2023-03-288-22/+111
| * image-hd: add GUID shortcut 'B' for Barebox State partitionsRoland Hieber2023-03-272-0/+2
| * test: fix typo in commentRoland Hieber2023-03-271-1/+1
| * README.rst: fix list syntax and make it prettierRoland Hieber2023-03-271-8/+10
* | Merge pull request #218 from rohieb/github-maintMichael Olbrich2023-05-051-3/+1
|\ \ | |/ |/|
| * .github: upgrade actions to Node 16Roland Hieber2023-03-281-1/+1
| * .github: remove tests on deprecated ubuntu-18.04 imageRoland Hieber2023-03-281-2/+0
|/
* Merge pull request #217 from KimonHoffmann/initialize_libtoolMichael Olbrich2023-03-241-0/+3
|\
| * autoconf: Ensure the libtool environment is properly initialized.Kimon Hoffmann2023-03-241-0/+3
* | Merge pull request #216 from KimonHoffmann/update_autoconfMichael Olbrich2023-03-242-2/+2
|\ \ | |/ |/|
| * autoconf: Update scripts for newer versions of autoconf.Kimon Hoffmann2023-03-242-2/+2
|/
* Merge pull request #213 from Villemoes/part-fillMichael Olbrich2023-03-034-2/+8
|\
| * image-hd: implement "fill" option for partitionsRasmus Villemoes2023-02-244-2/+8
* | Merge pull request #212 from Villemoes/insert_data-offsetMichael Olbrich2023-03-032-2/+2
|\ \ | |/ |/|
| * make insert_data take an "unsigned long long" offsetRasmus Villemoes2023-02-082-2/+2
|/
* Merge pull request #208 from pengutronix/fallocateMichael Olbrich2023-01-063-6/+9
|\