summaryrefslogtreecommitdiffstats
path: root/mkbootimg/bootimg.h
Commit message (Collapse)AuthorAgeFilesLines
* mkbootimg: Fix bootimg structure after adding --dt parameterrbox2015-10-111-1/+1
| | | | | | | | 396224f2caf2fadf7b35239e7daf87139824e3e7 added dt_size to bootimg.h, but didn't fix the unused field, so cmdline was shifted by 4 bytes from where it was supposed to be. Change-Id: I112b735971dc75ed7feacfb849ef1b76858caa96
* mkbootimg: Add --dt parameter to specify DT imageDavid Ng2015-10-081-0/+4
| | | | | | New optional --dt parameter to specify a kernel device tree image. Change-Id: Ie29a11cbf4138426bfd19ae486d69a5fcbd8f442
* mkbootimg: use fixed-size types for image formatRom Lemarchand2015-05-071-15/+17
| | | | Change-Id: I471ef420c3944b3ffefdba9ca7122c6a7f09e5ac
* mkbootimg: support longer kernel command linesAndrew Boie2013-09-091-1/+6
| | | | | | | | | | | | | | | | | | We can't simply increase the value of BOOT_ARGS_SIZE since that would break past binary compatibility; the offset of 'id' would change. This can cause serious problems with incremental OTA updates. Instead, define a supplemental field which stores command line information beyond the first 512 bytes. A value of 1024 was chosen to keep the total size of struct boot_img_hdr under the smallest page size of 2048 bytes. Even if the extra_cmdline field is used, the original cmdline field is still always NULL-terminated to avoid issues with older bootloaders that haven't been updated. Change-Id: I887e6f1db351a5b71a61e3a03363cf8856123d74 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+97
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-97/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+97