| #
76e2a5a6 |
| 10-Jan-2017 |
Alex Deymo <deymo@google.com> |
Move Android Image loading logic to image-android.c
This patch moves the Android Image loading logic from the load_android command to a new android_load_image() function in image-android.c so it can
Move Android Image loading logic to image-android.c
This patch moves the Android Image loading logic from the load_android command to a new android_load_image() function in image-android.c so it can be re-used from other commands.
Bug: 32707546 Test: Booted the rpi3 with this patch. Signed-off-by: Alex Deymo <deymo@google.com> Change-Id: I12d206141ead1b94ebbcc90ee05512a276c7595a
show more ...
|
| #
83a51eba |
| 04-Oct-2016 |
Alex Deymo <deymo@google.com> |
Add 'load_android' command to load Android images.
Android kernel images include a header that specifies addresses and kernel size. This patch adds a command to load these images from storage withou
Add 'load_android' command to load Android images.
Android kernel images include a header that specifies addresses and kernel size. This patch adds a command to load these images from storage without specifying the size or address of them, and parsing them from the header instead.
Bug: 31636643 Change-Id: I84a9cf82cff78ce2299b1981c4f6f9a5720e4d0d
show more ...
|