]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: beagle: beagleplay: Add android bootflow support
authorMattijs Korpershoek <mkorpershoek@baylibre.com>
Thu, 12 Sep 2024 07:29:58 +0000 (09:29 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 2 Oct 2024 19:33:54 +0000 (13:33 -0600)
commit07a8ffc56d578717c27dfce2bd698e28a7316321
treeb988ae09a75ebc11aeaad798809799a557c0913b
parent0be5309ee44fd6762617e5fae038af3eb8cd6d81
board: beagle: beagleplay: Add android bootflow support

Beagle Play has a different boot flow than the AM62x SK EVM.

AM62x SK EVM:
1. Boot rom reads UDA (User Data Area), looking for tiboot3
2. Boot rom finds tiboot3 and loads it

Beagle Play:
1. Boot rom looks for tiboot3 in mmc0boot0
2. Boot rom finds tiboot3 and loads it

Because of this difference, we need to have a different
partitioning table than the generic TI one.

Include generic TI android support and override the partitioning table
to boot Android.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
board/beagle/beagleplay/beagleplay.env