On July 21, 2026 thus sayeth Andrew Davis: > On 7/21/26 10:30 AM, Bryan Brattlof wrote: > > Add the initial board files to support the AM62L3-SK reference boards > > for basic boot via SD and MMC > > > > Signed-off-by: Bryan Brattlof <[email protected]> > > --- > > board/ti/am62lx/Kconfig | 19 +++ > > board/ti/am62lx/MAINTAINERS | 8 + > > board/ti/am62lx/Makefile | 7 + > > board/ti/am62lx/am62lx.env | 8 + > > board/ti/am62lx/board-cfg.yaml | 32 ++++ > > board/ti/am62lx/evm.c | 19 +++ > > board/ti/am62lx/sec-cfg.yaml | 380 > > +++++++++++++++++++++++++++++++++++++++++ > > 7 files changed, 473 insertions(+) > > > > diff --git a/board/ti/am62lx/Kconfig b/board/ti/am62lx/Kconfig > > new file mode 100644 > > index 000000000000..2ee6d0221178 > > --- /dev/null > > +++ b/board/ti/am62lx/Kconfig > > @@ -0,0 +1,19 @@ > > +# SPDX-License-Identifier: GPL-2.0+ > > +# > > +# Copyright (C) 2026 Texas Instruments Incorporated - https://www.ti.com/ > > +# > > + > > +if TARGET_AM62L3_EVM > > + > > +config SYS_BOARD > > + default "am62lx" > > + > > +config SYS_VENDOR > > + default "ti" > > + > > +config SYS_CONFIG_NAME > > + default "am62l3_evm" > > + > > +source "board/ti/common/Kconfig" > > + > > +endif > > diff --git a/board/ti/am62lx/MAINTAINERS b/board/ti/am62lx/MAINTAINERS > > new file mode 100644 > > index 000000000000..e945689a7f17 > > --- /dev/null > > +++ b/board/ti/am62lx/MAINTAINERS > > @@ -0,0 +1,8 @@ > > +AM62Lx BOARD > > +M: Vignesh Raghavendra <[email protected]> > > +M: Bryan Brattlof <[email protected]> > > +M: Tom Rini <[email protected]> > > +S: Maintained > > +F: board/ti/am62lx/ > > +F: include/configs/am62l3_evm.h > > +F: configs/am62lx_evm_defconfig > > diff --git a/board/ti/am62lx/Makefile b/board/ti/am62lx/Makefile > > new file mode 100644 > > index 000000000000..ac5f5e7e807a > > --- /dev/null > > +++ b/board/ti/am62lx/Makefile > > @@ -0,0 +1,7 @@ > > +# > > +# Copyright (C) 2026 Texas Instruments Incorporated - https://www.ti.com/ > > +# > > +# SPDX-License-Identifier: GPL-2.0+ > > +# > > + > > +obj-y += evm.o > > diff --git a/board/ti/am62lx/am62lx.env b/board/ti/am62lx/am62lx.env > > new file mode 100644 > > index 000000000000..0dd86db400ee > > --- /dev/null > > +++ b/board/ti/am62lx/am62lx.env > > @@ -0,0 +1,8 @@ > > +kernel_addr_r=0x82000000 > > +fdt_addr_r=0x88000000 > > +fdtoverlay_addr_r=0x89000000 > > +ramdisk_addr_r=0x88080000 > > +pxefile_addr_r=0x80100000 > > + > > +dfu_alt_info_ram= > > + u-boot.img ram 0x83000000 0x400000 > > diff --git a/board/ti/am62lx/board-cfg.yaml b/board/ti/am62lx/board-cfg.yaml > > new file mode 100644 > > index 000000000000..ae4b0e503bd1 > > --- /dev/null > > +++ b/board/ti/am62lx/board-cfg.yaml > > @@ -0,0 +1,32 @@ > > +# SPDX-License-Identifier: GPL-2.0+ > > +# Copyright (C) 2026 Texas Instruments Incorporated - https://www.ti.com/ > > +# > > +# Board configuration for the emulated AM62Lx > > Emulated? I think we are past the pre-sil stage here :) >
Haha nice. Yeah I'll fix that up. ~Bryan
