Re: [PATCH v2 3/3] board: ti: am62px: Add android bootflow support

2024-09-27 Thread Guillaume LA ROQUE
Hi Bryan, Le 16/09/2024 à 15:27, Bryan Brattlof a écrit : Hi Guillaume! On September 12, 2024 thus sayeth Guillaume La Roque: From: Mattijs Korpershoek 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

Re: [PATCH v2 3/3] board: ti: am62px: Add android bootflow support

2024-09-16 Thread Bryan Brattlof
Hi Guillaume! On September 12, 2024 thus sayeth Guillaume La Roque: > From: Mattijs Korpershoek > > 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: >

[PATCH v2 3/3] board: ti: am62px: Add android bootflow support

2024-09-12 Thread Guillaume La Roque
From: Mattijs Korpershoek 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 Sign