aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-06-14 10:42:50 -0600
committerTom Rini <trini@konsulko.com>2024-06-14 12:59:06 -0600
commit13fe87a7690dac273ec4950aa88afc33c194df1e (patch)
tree1d74544b699ee84fa3121b7c0f87bf4e20b2ac65 /board
parent93458ba599f753dcc5b6fea661cf71a50e8c5bd2 (diff)
parentbf8f3c408fa6598a13239a018efb700bdd4a6a92 (diff)
downloadu-boot-13fe87a7690dac273ec4950aa88afc33c194df1e.zip
u-boot-13fe87a7690dac273ec4950aa88afc33c194df1e.tar.gz
u-boot-13fe87a7690dac273ec4950aa88afc33c194df1e.tar.bz2
Merge patch series "introduce basic support for TI's am625-lp-sk"
Bryan Brattlof <bb@ti.com> says: 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/20231030110138.1347603-1-n-yadav@ti.com/ 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
Diffstat (limited to 'board')
-rw-r--r--board/ti/am62x/MAINTAINERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/ti/am62x/MAINTAINERS b/board/ti/am62x/MAINTAINERS
index 105e741..562a5c6 100644
--- a/board/ti/am62x/MAINTAINERS
+++ b/board/ti/am62x/MAINTAINERS
@@ -1,8 +1,10 @@
AM62x BOARD
-M: Dave Gerlach <d-gerlach@ti.com>
+M: Bryan Brattlof <bb@ti.com>
M: Tom Rini <trini@konsulko.com>
S: Maintained
F: board/ti/am62x/
F: include/configs/am62x_evm.h
F: configs/am62x_evm_r5_defconfig
F: configs/am62x_evm_a53_defconfig
+F: configs/am62x_lpsk_r5_defconfig
+F: configs/am62x_lpsk_a53_defconfig