Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/osm0sis/mkbootimg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09Makefiles: updates/fixesHEAD2022.11.09masterosm0sis
2022-11-09Clean up old filesosm0sis
2022-11-09unpackbootimg: reversion needed for -m32 on gcc 11.xosm0sis
2021-11-18bootimg.h: add boot_img_hdr_v4 and vendor_boot_img_hdr_v4osm0sis
2021-11-18unpackbootimg: fix string literal comparison error (#17)tathastu871
2021-10-31Create FUNDING.ymlChris Renshaw
2021-08-06unpackbootimg: leave note on extra newlines for *-header_version (#15)2021.08.06osm0sis
2021-08-06unpackbootimg: more style cleanupsosm0sis
2021-08-04mkbootimg: also be clear when incorrect number of argumentsChris Renshaw
2021-08-04mkbootimg: inform user about unknown argumentLuca Weiss
2021-08-04mkbootimg: more style cleanupsosm0sis
2021-04-27mkbootimg+unpackbootimg: clean up formatting/consistency/organization2021.04.27osm0sis
2021-04-27mkbootimg: update for boot_img_hdr_v3 and vendor_boot_img_hdr_v3osm0sis
2021-04-27unpackbootimg: touch-ups for consistencyosm0sis
2021-04-15unpackbootimg: leave note on total_read of sizeof(header) for < hdr_v3osm0sis
2021-04-15unpackbootimg: Correct the output format of sizeof(header)TH779
2021-04-07unpackbootimg: formally add useful debugging outputosm0sis
2021-04-07unpackbootimg: update for boot_img_hdr_v3 and vendor_boot_img_hdr_v3osm0sis
2021-04-04bootimg.h: add boot_img_hdr_v3 and vendor_boot_img_hdr_v3osm0sis
2020-05-18unpackbootimg: fix compile on NDK + Linux2020.05.18osm0sis
2020-05-18Fix recovery_dtbo suffix, and cleanup helposm0sis
2020-05-18Rename suffix hash to hash_type, a la page_size/pagesizeosm0sis
2020-05-18unpackbootimg: add remaining values which are (or are handled like) hexosm0sis
2020-05-18Add base prefixes to output numbersElliott Mitchell
2020-05-18mkbootimg: ensure no negative/broken (<2000) yearsosm0sis
2020-05-18Rework the OS version/date parsersElliott Mitchell
2020-05-18Strip execute bits from source filesElliott Mitchell
2020-05-18unpackbootimg: use correct suffixesosm0sis
2020-05-18Fix long-standing stylistic inconsistenciesosm0sis
2020-05-18unpackbootimg: improve SHA256 handlingosm0sis
2020-05-06unpackbootimg: avoid unaligned memory accessPark Ju Hyung
2019-09-20mkbootimg: check dtb image size2019.09.20osm0sis
2019-09-17unpackbootimg: fix unpacking Huawei "Cairo" signing2019.09.16osm0sis
2019-04-13mkbootimg: update for boot_img_hdr_v22019.04.13osm0sis
2019-04-13unpackbootimg: update for boot_img_hdr_v2osm0sis
2019-04-13bootimg.h: add ACPIO + boot_img_hdr_v2osm0sis
2018-10-27mkbootimg: update for boot_img_hdr_v12018.10.27osm0sis
2018-10-26unpackbootimg: update for boot_img_hdr_v1osm0sis
2018-10-25bootimg.h: add boot_img_hdr_v1osm0sis
2018-09-08unpackbootimg: work around new bootimg.h header_version conflict with old dtb...2018.09.08osm0sis
2018-06-15unpackbootimg: fix SIGSEGV in case of input / output file not available2018.06.15Ra'Jiska
2018-05-10Do not hardcode make for compatibility with *BSD.2018.05.10q66
2018-05-04build: Fix dependency on libmincrypt in Makefile.Adam Butcher
2017-12-13Makefile: fix derp2017.12.13osm0sis
2017-12-13Fixups to avoid warnings with clangosm0sis
2017-12-13Makefile: allow cross-compile to Darwin (macOS), cleanupsosm0sis
2017-08-15unpackbootimg: support old mkbootimg format extended cmdline as well2017.08.15osm0sis
2017-08-13mkbootimg: fix off-by-ones to remove enforced null termination2017.08.13osm0sis
2017-08-13Merge pull request #8 from ehem/masterChris Renshaw
2017-07-04Fix handling of extra-long boot image command-linesElliott Mitchell