History log of /system/core/mkbootimg/mkbootimg
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa0b90aa792af61c0036bd188f63e51eec74af9e 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
(cherry picked from commit 294eb9dac3c06a37bc1c9547fa8a26bcf4cdc749)
/system/core/mkbootimg/mkbootimg
05d2a9002ef3509efd1a1ab2ebf0a86561e61607 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
(cherry picked from commit d162828814b08ada310846a33205befb69ef5799)
/system/core/mkbootimg/mkbootimg
3b873950323da30f25ad0a70275bf71d110b480c 14-Mar-2016 Sami Tolvanen <samitolvanen@google.com> Revert "mkbootimg: add version and patch level"

This reverts commit dcdf300a1f5b0ad3fb517e53cfe09cc8eab05311.

Bug: 27580174
Change-Id: I49780dc522b5d1c4939749fe0d38124821f67c12
/system/core/mkbootimg/mkbootimg
dcdf300a1f5b0ad3fb517e53cfe09cc8eab05311 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
(cherry pick from commit 3edc43234a0c0d592bc67b61f39c45eed238cef2)
/system/core/mkbootimg/mkbootimg
9c41490ca7efa9369d7bc1559be5560602a9d22a 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

Bug: 27498078
Bug: 22914603
Change-Id: I911118bcf370d09bdb2fb46afa21af64257f1ffb
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
(cherry pick from commit c434cf82d526f07cd3dcebf53582eeddf12b0a74)
/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