Hello Again Everyone! The am625-lp-sk is a variant of the am625-sk showcasing the low-power features of the am625 SoC Family. Because it's essentially a board and package spin of the am625-sk I've inherited the am625 configuration and overridden what was needed.
This is a new spin of Nitin's original work which has been updated significantly since October 2023 https://lore.kernel.org/u-boot/[email protected]/ For those of us interested here is proof of life using buildroot: https://paste.sr.ht/~bryanb/40f7787f7760bee383aa8fbc342a29e8544dbdab This also works around a buildman issue not following #include directives. To get around this I've redefined the variables it's looking for inside the lp-sk defconfig to keep it happy for now. I made a pull request on github and everything seems like it's happy https://dev.azure.com/u-boot/u-boot/_build/results?buildId=8634&view=results Thank you for reviewing ~Bryan Cc: [email protected] To: Tom Rini <[email protected]> Signed-off-by: Bryan Brattlof <[email protected]> Changes in v4: - change the defconfig name to match previous older versions - include needed CONFIG arguments for buildman - added a MAINTAINERS entry for the board - Link to v3: https://lore.kernel.org/r/[email protected] Changes in v3: - actually update the copyright year - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - updated copyright year - Link to v1: https://lore.kernel.org/r/[email protected] --- Bryan Brattlof (1): configs: add defconfigs for the am625-lp-sk Nitin Yadav (1): arm: dts: add U-Boot dtbs for the am625-lp-sk arch/arm/dts/k3-am62-lp-sk-binman.dtsi | 21 + arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi | 17 + arch/arm/dts/k3-am62-lp4-50-800-800.dtsi | 2190 ++++++++++++++++++++++++++++++ arch/arm/dts/k3-am62-r5-lp-sk.dts | 82 ++ board/ti/am62x/MAINTAINERS | 4 +- configs/am62x_lpsk_a53_defconfig | 8 + configs/am62x_lpsk_r5_defconfig | 7 + 7 files changed, 2328 insertions(+), 1 deletion(-) --- base-commit: 227be29df37545f74243a98c12a4a33c4160e3cd change-id: 20240429-am62q-wip-f3453de038fb Best regards, -- Bryan Brattlof <[email protected]>

