Home
last modified time | relevance | path

Searched refs:atf_commit (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8/
A Dmisc.c37 ulong atf_commit = 0; in build_info() local
57 atf_commit = res.a0; in build_info()
58 if (atf_commit == 0xffffffff) { in build_info()
60 atf_commit = 0x30; /* Display 0 */ in build_info()
64 sc_commit, seco_commit, (char *)&atf_commit); in build_info()
/u-boot/arch/arm/mach-imx/imx8m/
A Dsoc.c944 u64 atf_commit = 0; in acquire_buildinfo() local
950 atf_commit = res.a0; in acquire_buildinfo()
951 if (atf_commit == 0xffffffff) { in acquire_buildinfo()
953 atf_commit = 0x30; /* Display 0, 0 ascii is 0x30 */ in acquire_buildinfo()
956 printf("\n BuildInfo:\n - ATF %s\n\n", (char *)&atf_commit); in acquire_buildinfo()

Completed in 5 milliseconds