Skip to content
Snippets Groups Projects
Commit edeaf423 authored by Martin Oemus's avatar Martin Oemus
Browse files

uboot:board: add generic platform and baseboard revision detection

This commit implements generic platform and baseboard revision detection
for SBC and SOM systems. It currently supports PFID based baseboard
detection.

- baseboard.h: common interface to query baseboard type and revision. It
  defines the board types, detects whether PFIDs are used or some other
  system and forwards the calls to the proper implementation.
- baseboard_pfids.h: type and revision detection using PFIDs
- baseboard_util.h: utility functions for reading GPIO values

Some additional functions were made available in kuk_boards.h to
implement the changes.
parent 054cf0b7
No related branches found
No related tags found
1 merge request!126add generic platform and baseboard revision detection
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment