diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-10-03 09:36:45 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-03 12:37:15 -0400 |
| commit | 6bc34012942d3b9fa5831b0ee3486ca9b4225a7f (patch) | |
| tree | b1eecb3c028900f36776c6446e5991d9b9e40a16 /include/bootdev.h | |
| parent | f2cf7feb80889b6a777e470f6cc2ece4ac03374f (diff) | |
ARM: tegra: board2: add generic late init
Board specific late init allows vendors to set up different device
or board specific env variables (like serial number, platform name).
In case this information is missing, u-boot will lack info regards
serial or platform.
To avoid this prior nvidia_board_late_init internal generic function
is called which fills required data. In this case platform name is
obtained from get_chip and serialno is filled with SoC id.
Though SoC id is not dedicated to be devices serial but it fits well
in case of restriction of data about device and since SoC is basically
a main chip of the device.
Tested-by: Andreas Westman Dorcsak <[email protected]> # ASUS Transformers
Tested-by: Svyatoslav Ryhel <[email protected]> # Nvidia Tegratab
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/bootdev.h')
0 files changed, 0 insertions, 0 deletions
