All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bajjuri, Praneeth <praneeth@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/9] am57xx: Implement Android 10 boot flow
Date: Wed, 22 Jan 2020 11:52:27 -0600	[thread overview]
Message-ID: <6cbedb80-fca2-e7cf-fc04-278d2e605c2f@ti.com> (raw)
In-Reply-To: <36c23a6e-4909-1f00-e805-1b614067c1a1@ti.com>

+ Sam Protsenko's current email address

On 1/22/2020 11:51 AM, Bajjuri, Praneeth wrote:
> Tom,
>
> On 12/24/2019 1:54 PM, Sam Protsenko wrote:
>> Android 10 brings a lot of new requirements for bootloaders: [1]. This
>> patch series attempts to implement such a boot process on BeagleBoard
>> X15 platform. Some common code is added too, which can be reused later
>> for other platforms (see "abootimg" command and associated C API).
>>
>> This patch series must be applied on top of these recently sent patches
>> by Eugeniu:
>>
>>      [PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
>>
>> Changes in v3:
>>   - rename command to "abootimg" (requested by Simon Glass)
>>   - rework command interface (as discussed with Eugeniu)
>>   - add command documentation
>>   - address other comments
>
>
> Since this series is functionally mature,
> can this series be pulled as-is in the next merge window,
> verified v3 with current aosp master and functionality is working
> as expected.
>
> the comments on changing to a more suitable names , adding a
> new test script for the functionality can be done as a incremental
> update on the top during the next cycle.
>
>
>>
>> [1] https://source.android.com/devices/bootloader
>>
>> Sam Protsenko (9):
>>    image: android: Add functions for handling dtb field
>>    image: android: Add routine to get dtbo params
>>    cmd: abootimg: Add abootimg command
>>    doc: android: Add documentation for Android Boot Image
>>    test/py: android: Add test for abootimg
>>    configs: am57xx_evm: Enable Android commands
>>    env: ti: boot: Respect slot_suffix in AVB commands
>>    env: ti: boot: Boot Android with dynamic partitions
>>    arm: ti: boot: Use correct dtb and dtbo on Android boot
>>
>>   cmd/Kconfig                                 |  10 +
>>   cmd/Makefile                                |   1 +
>>   cmd/abootimg.c                              | 242 +++++++++++++++++
>>   common/Makefile                             |   2 +-
>>   common/image-android.c                      | 275 ++++++++++++++++++++
>>   configs/am57xx_evm_defconfig                |   6 +
>>   configs/am57xx_hs_evm_defconfig             |   6 +
>>   configs/am57xx_hs_evm_usb_defconfig         |   6 +
>>   configs/sandbox_defconfig                   |   1 +
>>   doc/android/boot-image.rst                  | 154 +++++++++++
>>   include/configs/ti_armv7_common.h           |   7 +
>>   include/environment/ti/boot.h               | 146 ++++++-----
>>   include/image.h                             |   6 +
>>   test/py/tests/test_android/test_abootimg.py | 159 +++++++++++
>>   14 files changed, 954 insertions(+), 67 deletions(-)
>>   create mode 100644 cmd/abootimg.c
>>   create mode 100644 doc/android/boot-image.rst
>>   create mode 100644 test/py/tests/test_android/test_abootimg.py
>>

      reply	other threads:[~2020-01-22 17:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 19:54 [PATCH v3 0/9] am57xx: Implement Android 10 boot flow Sam Protsenko
2019-12-24 19:54 ` [PATCH v3 1/9] image: android: Add functions for handling dtb field Sam Protsenko
2020-01-08 17:39   ` Simon Glass
2020-01-10 15:33     ` Sam Protsenko
2020-03-14 20:35       ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 2/9] image: android: Add routine to get dtbo params Sam Protsenko
2020-01-08 17:39   ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 3/9] cmd: abootimg: Add abootimg command Sam Protsenko
2020-01-05 20:38   ` Eugeniu Rosca
2020-01-08 17:39   ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 4/9] doc: android: Add documentation for Android Boot Image Sam Protsenko
2020-01-09 19:34   ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 5/9] test/py: android: Add test for abootimg Sam Protsenko
2020-01-09 19:34   ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 6/9] configs: am57xx_evm: Enable Android commands Sam Protsenko
2020-01-09 19:34   ` Simon Glass
2019-12-24 19:54 ` [PATCH v3 7/9] env: ti: boot: Respect slot_suffix in AVB commands Sam Protsenko
2019-12-24 19:54 ` [PATCH v3 8/9] env: ti: boot: Boot Android with dynamic partitions Sam Protsenko
2019-12-24 19:54 ` [PATCH v3 9/9] arm: ti: boot: Use correct dtb and dtbo on Android boot Sam Protsenko
2020-01-22 17:51 ` [PATCH v3 0/9] am57xx: Implement Android 10 boot flow Bajjuri, Praneeth
2020-01-22 17:52   ` Bajjuri, Praneeth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6cbedb80-fca2-e7cf-fc04-278d2e605c2f@ti.com \
    --to=praneeth@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.