U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Guillaume La Roque <glaroque@baylibre.com>,
	Bryan Brattlof <bb@ti.com>, Tom Rini <trini@konsulko.com>,
	Joe Hershberger <joe.hershberger@ni.com>,
	Nishanth Menon <nm@ti.com>,
	Robert Nelson <robertcnelson@gmail.com>,
	Vignesh Raghavendra <vigneshr@ti.com>
Cc: u-boot@lists.denx.de, Vishal Mahaveer <vishalm@ti.com>,
	Guillaume La Roque <glaroque@baylibre.com>
Subject: Re: [PATCH 3/3] board: ti: am62px: Add android bootflow support
Date: Tue, 03 Sep 2024 09:40:31 +0200	[thread overview]
Message-ID: <87y1496v80.fsf@baylibre.com> (raw)
In-Reply-To: <20240902-sitaraupstream-v1-3-0c478c33c08b@baylibre.com>

Hi Guillaume,

Thank you for the patch.

On lun., sept. 02, 2024 at 18:31, Guillaume La Roque <glaroque@baylibre.com> wrote:

> From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
>
> When CONFIG_BOOTMETH_ANDROID is set, enable Android boot flow support.
>
> To build for AM62Px for Android, we can re-use
> the am62x_a53_android.config fragment when building A53 bootloaders:
>
>   $ make am62px_evm_a53_defconfig
>   $ make am62x_a53_android.config
>   $ make
>
> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  board/ti/am62px/am62px.env | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env
> index f8b6aff2c2fd..7ef54079aa8d 100644
> --- a/board/ti/am62px/am62px.env
> +++ b/board/ti/am62px/am62px.env
> @@ -13,3 +13,8 @@ mmcdev=1
>  bootpart=1:2
>  bootdir=/boot
>  rd_spec=-
> +
> +#if CONFIG_BOOTMETH_ANDROID
> +#include <env/ti/android.env>
> +adtb_idx=3
> +#endif
> \ No newline at end of file
>
> -- 
> 2.34.1

      reply	other threads:[~2024-09-03  7:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 16:31 [PATCH 0/3] Add Android 14 bootflow support for AM62X and AM62P board Guillaume La Roque
2024-09-02 16:31 ` [PATCH 1/3] board: ti: am62x_evm: Add android bootflow Guillaume La Roque
2024-09-03  7:25   ` Mattijs Korpershoek
2024-09-02 16:31 ` [PATCH 2/3] board: beagle: beagleplay: Add android bootflow support Guillaume La Roque
2024-09-03  7:27   ` Mattijs Korpershoek
2024-09-02 16:31 ` [PATCH 3/3] board: ti: am62px: " Guillaume La Roque
2024-09-03  7:40   ` Mattijs Korpershoek [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=87y1496v80.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=bb@ti.com \
    --cc=glaroque@baylibre.com \
    --cc=joe.hershberger@ni.com \
    --cc=nm@ti.com \
    --cc=robertcnelson@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=vishalm@ti.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox