| #
170e9eb9 |
| 02-Apr-2017 |
Alex Deymo <deymo@google.com> |
android: Fix off-by-one error when joining strings
When concatenating the strings to form a new command line in the android bootloader flow, the null-terminator was placed one byte after the end of
android: Fix off-by-one error when joining strings
When concatenating the strings to form a new command line in the android bootloader flow, the null-terminator was placed one byte after the end of the allocated string.
Bug: None Test: booted a rpi3. Change-Id: I120e09a77bb1c27980e7ce2b5f9b8961424ed0c3
show more ...
|
| #
180cc7c6 |
| 25-Mar-2017 |
Alex Deymo <deymo@google.com> |
android: Implement A/B slot select.
The android_bootloader_control struct defined in bootloader_message.h stored the A/B metadata used to decide which slot should we use to boot the device. This pat
android: Implement A/B slot select.
The android_bootloader_control struct defined in bootloader_message.h stored the A/B metadata used to decide which slot should we use to boot the device. This patch implements the bootloader side of the slot selection in a new "android_ab_select" command which decides the current slot and updates the metadata as needed.
Bug: 32707546 Test: Booted a rpi3, updated to the other slot. Change-Id: I9344ff5b76194160d2b466a50e84f4f423b1a98a
show more ...
|