[PATCH V4 7/8] board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file

Tom Rini trini at konsulko.com
Wed Aug 23 16:42:57 CEST 2023


On Tue, Aug 22, 2023 at 01:41:34PM -0500, Nishanth Menon wrote:
> Add defconfig fragments for am625 based beagleplay and corresponding
> customized environment file for beagleplay.
> 
> Signed-off-by: Nishanth Menon <nm at ti.com>
> ---
> Changes:
> * new env file to override boot targets, led sequence etc.
> * config files updates for GPIO, I2C etc for A53.
> * Speed up of A53 mmc support.
> 
> V3: https://lore.kernel.org/all/20230815164440.2713726-4-nm@ti.com/
> V2: https://lore.kernel.org/u-boot/20230727234446.3651836-4-nm@ti.com/
> V1: https://lore.kernel.org/all/20230725185253.2123433-6-nm@ti.com/
>  board/ti/am62x/beagleplay.env        | 23 ++++++++++++
>  board/ti/am62x/beagleplay_a53.config | 55 ++++++++++++++++++++++++++++
>  board/ti/am62x/beagleplay_r5.config  | 15 ++++++++
>  3 files changed, 93 insertions(+)
>  create mode 100644 board/ti/am62x/beagleplay.env
>  create mode 100644 board/ti/am62x/beagleplay_a53.config
>  create mode 100644 board/ti/am62x/beagleplay_r5.config
> 
> diff --git a/board/ti/am62x/beagleplay.env b/board/ti/am62x/beagleplay.env
> new file mode 100644
> index 000000000000..8f39fb214333
> --- /dev/null
> +++ b/board/ti/am62x/beagleplay.env
> @@ -0,0 +1,23 @@
> +#include <env/ti/ti_armv7_common.env>

On a related note, we should really rename that.  The ti_armv7_common
files predate TI having armv8 platforms.  So whatever parts really are
common in the .env and .h files should just be in a slightly more
generically named file.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230823/411c1228/attachment.sig>


More information about the U-Boot mailing list