Home
last modified time | relevance | path

Searched refs:major_version (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsparse_format.h17 __le16 major_version; /* (0x1) - reject images with higher major versions */ member
H A Dimage-sparse.h33 (le16_to_cpu(s_header->major_version) == 1)) in is_sparse_image()
H A Dedid.h944 u16 major_version; member
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/
H A Dme.h15 u32 major_version:16; member
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h42 uint8_t major_version; member
H A Dmxsimage.c1323 hdr->major_version = SB_VERSION_MAJOR; in sb_prefill_image_header()
1700 if ((hdr->major_version != SB_VERSION_MAJOR) || in sb_verify_image_header()
1704 hdr->major_version, hdr->minor_version); in sb_verify_image_header()
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-broadwell/
H A Dme.h167 u32 major_version:16; member
/rk3399_rockchip-uboot/include/mtd/
H A Dcfi_flash.h147 u8 major_version; member
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_cmdline.c195 uint64_t major_version, in cmdline_append_version() argument
202 num_major_digits = uint64_to_base10(major_version, major_digits); in cmdline_append_version()
/rk3399_rockchip-uboot/common/
H A Dimage-sparse.c88 debug("major_version: 0x%x\n", sparse_header->major_version); in write_sparse_image()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_spl_display.c224 if (base_parameter.major_version == 3 && base_parameter.minor_version == 0) { in rockchip_get_disp_info()
H A Drockchip_display.c218 if (base_parameter.major_version == 3 && base_parameter.minor_version == 0) { in rockchip_get_disp_info()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_sparse.c23 printf(" major_version: 0x%x\n", header->major_version); in print_header_info()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py783 (magic, major_version, minor_version, file_hdr_sz, chunk_hdr_sz,
789 if not (major_version == 1 and minor_version == 0):
791 'only 1.0 is supported'.format(major_version,