Skip to content

Tags: doorxp/mkbootimg

Tags

2017.08.15

Toggle 2017.08.15's commit message
unpackbootimg: support old mkbootimg format extended cmdline as well

2017.08.13

Toggle 2017.08.13's commit message
mkbootimg: fix off-by-ones to remove enforced null termination

- per osm0sis#8 AOSP's mkbootimg no longer uses null termination at any point in the cmdline or extended cmdline fields allowing the full 512- and 1536-byte lengths, respectively; unpackbootimg already handles this correctly (thanks again @ehem)
- clean up comments/alternate code