summaryrefslogtreecommitdiff
path: root/board/tq/common
AgeCommit message (Collapse)Author
2026-06-05board: tq: common: add sysinfo setup helperNora Schiffer
Add a setup helper based on the tq_eeprom sysinfo driver and set up the U-Boot environment. Signed-off-by: Nora Schiffer <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Alexander Feilke <[email protected]>
2026-04-21board/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]>