summaryrefslogtreecommitdiff
path: root/board/tq/common
AgeCommit message (Collapse)Author
5 daysboard/tq: Add common SoM APIAlexander Feilke
Reduce code duplication by adding a default implementation. Signed-off-by: Max Merchel <[email protected]> Signed-off-by: Alexander Feilke <[email protected]>
2026-04-02board/tq: Add common mmc APIMax Merchel
Reduce code duplication by adding a default implementation Signed-off-by: Max Merchel <[email protected]>
2026-04-02board/tq: Add common baseboard APIMarkus Niebel
TQMa6 and other SoMs from TQ-Systems GmbH need a baseboard. Therefore functionality of U-Boot board callbacks may be distributed between SoM and baseboard implementation. To prevent code duplication and boilerplate implement a baseboard specific API for TQ boards with weak defaults that can be filled out for baseboard implementations as needed. Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Max Merchel <[email protected]>