Home
last modified time | relevance | path

Searched refs:atag (Results 1 – 4 of 4) sorted by relevance

/u-boot/scripts/
A Dsetlocalversion62 if atag="$(git describe 2>/dev/null)"; then
63 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),$(NF))}'
/u-boot/tools/binman/
A Dcbfs_util.py801 atag, alen = struct.unpack(">II", hdr)
803 if atag == FILE_ATTR_TAG_COMPRESSION:
805 atag, alen, compress, _decomp_size = struct.unpack(
807 elif atag == FILE_ATTR_TAG_UNUSED2:
810 print('Unknown attribute tag %x' % atag)
/u-boot/arch/m68k/include/asm/coldfire/
A Dssi.h29 u32 atag; member
/u-boot/doc/
A DREADME.davinci59 passed to the Linux kernel using the ATAG_REVISION atag.

Completed in 14 milliseconds