Skip to content
Snippets Groups Projects
Commit 9fc3227e authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Mikhail Vanyulin
Browse files

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: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 8a2330e9
No related branches found
No related tags found
No related merge requests found
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