Add common code for reading boards configuration from fuses
Some of SECO boards use fuses to provide information about hardware configuration (e.g. enabled optional features) to software. The code in this commit was taken and adapted from SECO-NE repo: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk.git branch: guf_imx_v2020.04-trizeps8plus_2021_12_07 files: uboot-imx-kuk/board/keithkoep/common/kuk_boards.c uboot-imx-kuk/board/keithkoep/common/kuk_boards.h In the initial version of this commit, kuk/KUK from Keith und Koep had been preserved. But according to the latest decision from !152 (comment 457197) , it was decided to get rid of these legacy labels. So, except for back-porting fuse logic, a following renaming of routines and files has been done: kuk_boards.x -> seco_fuse.x KUK_xxx -> SECO_FUSE_xxx kuk_xxx -> seco_fuse_xxx Signed-off-by:Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
Showing
- board/seco/common/Kconfig 7 additions, 0 deletionsboard/seco/common/Kconfig
- board/seco/common/Makefile 3 additions, 1 deletionboard/seco/common/Makefile
- board/seco/common/seco_fuse.c 425 additions, 0 deletionsboard/seco/common/seco_fuse.c
- board/seco/common/seco_fuse.h 168 additions, 0 deletionsboard/seco/common/seco_fuse.h
Loading
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@40682543
-
mentioned in commit clea-os/seco-manifest@241adad3
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@a7492243
-
mentioned in commit clea-os/seco-manifest@0e3cc116
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@4b1076a3
-
mentioned in merge request clea-os/layers/seco/meta-seco-imx!391 (closed)
-
mentioned in commit clea-os/seco-manifest@8acc86b7
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@68442d05
-
mentioned in commit clea-os/seco-manifest@174a7ba5
Please register or sign in to comment