| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Deal with signedness issues
Change-Id: I61211165eb4ce0fa9a2edeebb3f97fb0ffc62d34
|
|
|
|
|
| |
Change-Id: I8db844cbc52896e51886b725fb86fd1b0fa57899
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
By now these sizes are very common, so make sure we support them.
Change-Id: Ib1963fbabc4ec0b4623f2045a3cbeedffbad7ee8
Signed-off-by: Ithamar R. Adema <ithamar@upgrade-android.com>
|
|
|
|
|
| |
Bug: 6918260
Change-Id: I5d4af6314fded027952941110a520dc9aa234a14
|
|
|
|
|
| |
Change-Id: Idb71ebd25c0b8c765ce8767961f362f6deb45547
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|
|
|
| |
Change-Id: I665572a2212f1239b02b7816e37ada210afbdb48
|
|
|
|
| |
Change-Id: I8a3d1a2a70c5ad972d3e150b320ee2184c9d5b4a
|
|
|
|
| |
Change-Id: Iaa99a1bb8bb6998082f3553689b5b812a6471514
|
|
|
|
|
| |
Change-Id: I9299ebeced85dcf5e6e4686b99b28b9786be4f25
Signed-off-by: Brian Swetland <swetland@google.com>
|
|
|
|
|
|
|
| |
Add the --base flag to mkbootimg and -b flag to fastboot, to allow
the default kernel base address (0x10000000) to be changed.
Signed-off-by: Brian Swetland <swetland@google.com>
|
| |
|
| |
|
| |
|
| |
|
|
|