[PATCH] arm: mach-k3: am62a7: Provide a way to obtain boot device for non SPLs

2024-10-30 Thread Garrett Giordano
Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. Signed-off-by: Garrett Giordano --- arch/arm/mach-k3/Makefile | 1 + arch/arm/mach-k3/am62ax/Makefile | 1 + arch/arm

[RFC U-Boot Upstream] board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCH

2024-11-12 Thread Garrett Giordano
. Signed-off-by: Garrett Giordano --- arch/arm/mach-k3/am62x/Kconfig | 1 + board/phytec/common/k3/Kconfig | 5 + board/phytec/common/k3/Makefile| 2 +- board/phytec/phycore_am62x/Kconfig | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 board/phytec/common

[PATCH] board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCH

2024-11-12 Thread Garrett Giordano
. Signed-off-by: Garrett Giordano Reviewed-by: Wadim Egorov --- arch/arm/mach-k3/am62x/Kconfig | 1 + board/phytec/common/k3/Kconfig | 5 + board/phytec/common/k3/Makefile| 2 +- board/phytec/phycore_am62x/Kconfig | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) create mode

Re: [PATCH] arm: mach-k3: am62a7: Provide a way to obtain boot device for non SPLs

2024-10-31 Thread Garrett Giordano
Hey Bryan! On 10/30/24 14:54, Bryan Brattlof wrote: Hi Garrett! On October 30, 2024 thus sayeth Garrett Giordano: Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. All looks good but I&#

[PATCH v2] arm: mach-k3: am62a7: Provide a way to obtain boot device for non SPLs

2024-10-31 Thread Garrett Giordano
Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. Signed-off-by: Garrett Giordano Reviewed-by: Bryan Brattlof --- v2: - Drop duplicate CONFIG_SOC_K3_AM62A7 entry from arch/arm/mach-k3

Re: [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM

2024-11-18 Thread Garrett Giordano
Hey Bryan, On 11/18/24 11:32, Bryan Brattlof wrote: On November 15, 2024 thus sayeth Garrett Giordano: Add support for PHYTEC phyCORE-AM62A7 SoM. Supported features: - 2GB LPDDR4 RAM - eMMC - External SD - Ethernet - debug UART Signed-off-by: Garrett Giordano Looks Good

Re: [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM

2024-11-18 Thread Garrett Giordano
Hey Tom, On 11/18/24 06:10, Tom Rini wrote: On Fri, Nov 15, 2024 at 11:50:54AM -0800, Garrett Giordano wrote: Add support for PHYTEC phyCORE-AM62A7 SoM. Supported features: - 2GB LPDDR4 RAM - eMMC - External SD - Ethernet - debug UART Signed-off-by: Garrett Giordano [snip

[PATCH v2 0/2] Add phyCORE AM62Ax

2024-11-18 Thread Garrett Giordano
M62Ax docs - explicitly define build steps in docs, replacing include - Verified make htmldocs is working. - picked up Reviewed-by Garrett Giordano (2): board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM doc: board: phytec: Add phyCORE-AM62ax arch/arm/dts/Mak

[PATCH v2 2/2] doc: board: phytec: Add phyCORE-AM62ax

2024-11-18 Thread Garrett Giordano
Add documentation for PHYTEC phyCORE-AM62ax SoM. Signed-off-by: Garrett Giordano Reviewed-by: Wadim Egorov --- v2: - Fix underline length in phyCORE-AM62Ax docs. - Explicitly define build steps in docs, replacing include. - Verified make htmldocs is working. - Pick up Reviewed-by

[PATCH 0/2] Add phyCORE AM62Ax

2024-11-15 Thread Garrett Giordano
https://lists.denx.de/pipermail/u-boot/2024-October/570156.html - [PATCH] board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCH https://lists.denx.de/pipermail/u-boot/2024-November/571543.html Garrett Giordano (2): board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM doc: board: phytec: Add ph

[PATCH 2/2] doc: board: phytec: Add phyCORE-AM62ax

2024-11-15 Thread Garrett Giordano
Add documentation for PHYTEC phyCORE-AM62ax SoM. Signed-off-by: Garrett Giordano --- doc/board/phytec/index.rst | 1 + doc/board/phytec/phycore-am62ax.rst | 161 doc/board/ti/k3.rst | 1 + 3 files changed, 163 insertions(+) create mode