History log of /system/core/mkbootimg/mkbootimg
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
294eb9dac3c06a37bc1c9547fa8a26bcf4cdc749 30-Mar-2016 Sami Tolvanen <samitolvanen@google.com> mkbootimg: use int for os_version and os_patch_level

The parse_int function attempts to interpret the string to detect
base, which leads to it assuming strings starting with 0 are base
8. This obviously fails for certain dates, so use int instead.

Bug: 27498078
Bug: 22914603
Change-Id: I50b1fb3d7876f2ec17d00649cc9a2d23af2aec2b
/system/core/mkbootimg/mkbootimg
d162828814b08ada310846a33205befb69ef5799 14-Mar-2016 Sami Tolvanen <samitolvanen@google.com> mkbootimg: add os_version

Adds operating system version and security patch level to the boot
image header. This change take into use one of the existing unused
fields to preserve compatibility.

Note: All information is packed into a single field, because there
are a lot of existing devices that break if the first unused field
is set to a non-zero value.

Bug: 27498078
Bug: 22914603
Change-Id: I24953129e06019b95014a050e916fe4f5c199286
/system/core/mkbootimg/mkbootimg
32530927185956f8daefbdc10ae0c82798a87f5b 11-Mar-2016 Sami Tolvanen <samitolvanen@google.com> Revert "mkbootimg: add version and patch level"

This reverts commit 3edc43234a0c0d592bc67b61f39c45eed238cef2.

Bug: 27580174
Change-Id: I42dac32eb7a70498accf2b8b4fde1ed0d221ca0b
/system/core/mkbootimg/mkbootimg
3edc43234a0c0d592bc67b61f39c45eed238cef2 05-Mar-2016 Sami Tolvanen <samitolvanen@google.com> mkbootimg: add version and patch level

Adds operating system version and security patch level to the boot
image header. This change takes over two existing unused fields to
preserve compatibility with existing devices.

Bug: 27498078
Bug: 22914603
Change-Id: I57682611e0c27fec5ed284da7d9a788383ff98b1
/system/core/mkbootimg/mkbootimg
c434cf82d526f07cd3dcebf53582eeddf12b0a74 23-Feb-2016 Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Allow building with Python 3.x

Allow the scripts to run with both python 2.x and 3.x

Change-Id: I911118bcf370d09bdb2fb46afa21af64257f1ffb
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
/system/core/mkbootimg/mkbootimg
a8221d34274701550d558293c2b2f0a5bddc628f 04-Jun-2015 Rom Lemarchand <romlem@android.com> mkbootimg: misc typo fixes

- Fix whitespace in parse_int
- Use two dashes for kernel_offset instead of four

Change-Id: I59667da457d0f0d78a946e543d1aa0aec5e682d5
/system/core/mkbootimg/mkbootimg
45f2ce1cb86725ac41ba237867390ef806d5a86d 03-Jun-2015 Rom Lemarchand <romlem@android.com> mkbootimg: parse hexadecimal ints

Allow passing int arguments as hexadecimal values

Change-Id: If5a199007e9868f994dd740ccd15c455eb536327
/system/core/mkbootimg/mkbootimg
ad6ec0c7fe8b5cd80dff619f1d3b6067db85110a 20-May-2015 Rom Lemarchand <romlem@android.com> mkbootimg: turn into a python script

Turn mkbootimg into a python script instead of a C utility

Change-Id: I36d35dfacfbbef2cc16bd6695ab15ee716bb0cdb
/system/core/mkbootimg/mkbootimg