diff options
| author | Tom Rini <[email protected]> | 2023-08-18 10:05:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-18 10:05:04 -0400 |
| commit | 2d8e7ac3202bbde28100b545a160a2d634844f1c (patch) | |
| tree | ada112814b14fd4596c5b2483ee8cf5bc7f9fcbd /arch/arm/include | |
| parent | 3a438c1dbc23740fa3142bc5277ed3204b4e3eb9 (diff) | |
| parent | bdf9dead86f06c7d6980c399a4a6339430b531ec (diff) | |
Merge tag 'tegra-for-2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-tegra
ARM: tegra: Changes for v2023.10-rc1
This adds support for various new Tegra30 boards (ASUS, LG and HTC) and
has some other minor enhancements, such as enabling the poweroff command
on several Tegra210 and Tegra186 boards.
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-tegra/fuse.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra/fuse.h b/arch/arm/include/asm/arch-tegra/fuse.h index 5b8e0bd8d16..f3f2ad8e3f2 100644 --- a/arch/arm/include/asm/arch-tegra/fuse.h +++ b/arch/arm/include/asm/arch-tegra/fuse.h @@ -19,4 +19,11 @@ struct fuse_regs { u32 security_mode; /* 0x1A0: FUSE_SECURITY_MODE */ }; +/** + * Calculate SoC UID + * + * Return: uid if ok, 0 on error + */ +unsigned long long tegra_chip_uid(void); + #endif /* ifndef _FUSE_H_ */ |
