]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx9: soc: Print UID in big endian format for EL2GO
authorYe Li <ye.li@nxp.com>
Thu, 19 Sep 2024 04:01:22 +0000 (12:01 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 19 Sep 2024 03:12:41 +0000 (00:12 -0300)
commite06ca0620761ab6e4993b9b44dbbae0449c25a24
tree1c9d45388e1e247df8b4a9addcfdf3fb34c539b0
parent0c2fbbaa1c82362243a48ef1976ea89e25e825bc
imx9: soc: Print UID in big endian format for EL2GO

Print UID in big endian format and as one buffer of bytes, so customer
can directly use it for EdgeLock 2GO.

Before:
UID: 0xf6c8ae93 0x0f46b326 0x10d61eb3 0x0583c2d2

Become:
UID: 93aec8f626b3460fb31ed610d2c28305

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx9/soc.c