Searched refs:major_version (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | sparse_format.h | 17 __le16 major_version; /* (0x1) - reject images with higher major versions */ member
|
| H A D | image-sparse.h | 33 (le16_to_cpu(s_header->major_version) == 1)) in is_sparse_image()
|
| H A D | edid.h | 944 u16 major_version; member
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/ |
| H A D | me.h | 15 u32 major_version:16; member
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsimage.h | 42 uint8_t major_version; member
|
| H A D | mxsimage.c | 1323 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 D | me.h | 167 u32 major_version:16; member
|
| /rk3399_rockchip-uboot/include/mtd/ |
| H A D | cfi_flash.h | 147 u8 major_version; member
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_cmdline.c | 195 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 D | image-sparse.c | 88 debug("major_version: 0x%x\n", sparse_header->major_version); in write_sparse_image()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_spl_display.c | 224 if (base_parameter.major_version == 3 && base_parameter.minor_version == 0) { in rockchip_get_disp_info()
|
| H A D | rockchip_display.c | 218 if (base_parameter.major_version == 3 && base_parameter.minor_version == 0) { in rockchip_get_disp_info()
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_sparse.c | 23 printf(" major_version: 0x%x\n", header->major_version); in print_header_info()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 783 (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,
|