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.
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user