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
Showing
- board/keithkoep/common/Makefile 3 additions, 0 deletionsboard/keithkoep/common/Makefile
- board/keithkoep/common/baseboard.c 89 additions, 0 deletionsboard/keithkoep/common/baseboard.c
- board/keithkoep/common/baseboard.h 87 additions, 0 deletionsboard/keithkoep/common/baseboard.h
- board/keithkoep/common/baseboard_pfids.c 260 additions, 0 deletionsboard/keithkoep/common/baseboard_pfids.c
- board/keithkoep/common/baseboard_pfids.h 42 additions, 0 deletionsboard/keithkoep/common/baseboard_pfids.h
- board/keithkoep/common/baseboard_util.c 59 additions, 0 deletionsboard/keithkoep/common/baseboard_util.c
- board/keithkoep/common/baseboard_util.h 27 additions, 0 deletionsboard/keithkoep/common/baseboard_util.h
- board/keithkoep/common/kuk_boards.c 20 additions, 0 deletionsboard/keithkoep/common/kuk_boards.c
- board/keithkoep/common/kuk_boards.h 5 additions, 0 deletionsboard/keithkoep/common/kuk_boards.h
Loading
-
mentioned in commit seco-ne/yocto/manifest@cde5586f
-
mentioned in commit seco-ne/yocto/manifest@368268b2
-
mentioned in commit seco-ne/yocto/manifest@789e2a7b
-
mentioned in commit seco-ne/yocto/manifest@b5dd019d
-
mentioned in commit seco-ne/yocto/manifest@75d66f5c
-
mentioned in commit seco-ne/yocto/manifest@4ce7a3ba
-
mentioned in merge request seco-ne/yocto/manifest!1190 (merged)
-
mentioned in merge request seco-ne/yocto/manifest!1191 (merged)
-
mentioned in commit seco-ne/yocto/manifest@6f88851e
-
mentioned in commit seco-ne/yocto/manifest@c0cb4871
Please register or sign in to comment