Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxsimage.mx23.cfg3 TAG LAST
H A Dmxsimage.mx28.cfg3 TAG LAST
H A Dmxsimage-signed.cfg3 TAG LAST
/rk3399_rockchip-uboot/doc/
H A DREADME.mxsimage43 - A "SECTION" must be immediatelly followed by a "TAG" instruction.
44 - The "TAG" instruction has the following semantics:
46 TAG [LAST]
49 - After a "TAG" unstruction, any of the following instructions may follow
152 T -- TAG instruction
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.h92 #define TAG 0x544F4F42 macro
H A Dboot_merger.c756 hdr->tag = TAG; in getBoothdr()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py1248 TAG = 0 variable in AvbPropertyDescriptor
1271 if tag != self.TAG or num_bytes_following != expected_size:
1314 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1362 TAG = 1 variable in AvbHashtreeDescriptor
1406 if tag != self.TAG or num_bytes_following != expected_size:
1483 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1569 TAG = 2 variable in AvbHashDescriptor
1600 if tag != self.TAG or num_bytes_following != expected_size:
1654 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1710 TAG = 3 variable in AvbKernelCmdlineDescriptor
[all …]