]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am62x_evm: Add android bootflow
authorGuillaume La Roque <glaroque@baylibre.com>
Thu, 12 Sep 2024 07:29:57 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 2 Oct 2024 19:33:53 +0000 (13:33 -0600)
commit0be5309ee44fd6762617e5fae038af3eb8cd6d81
treea131ba8383676613417e21e17d3cb4b9ae6cd5a5
parent57949a99b7bd0aa21abbde1ffa7e50e5d9e10a4e
board: ti: am62x_evm: Add android bootflow

Add Android bootflow support for AM62X SK EVM board with
new android boot method.

To build for AM62x for Android, we use the
am62x_a53_android.config fragment when building A53 bootloaders:

  $ make am62x_evm_a53_defconfig
  $ make am62x_a53_android.config
  $ make

Co-developed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
board/ti/am62x/am62x.env
configs/am62x_a53_android.config [new file with mode: 0644]
doc/board/ti/am62x_sk.rst
include/env/ti/android.env [new file with mode: 0644]