Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_common.c27 uint32_t *version; in get_rkss_version() local
59 version = (uint32_t *)(read_buff + 512 - 8); in get_rkss_version()
62 if (*version == 1 && *checkstr == 0x12345678) in get_rkss_version()
73 int version; in OpteeClientRkFsInit() local
75 version = get_rkss_version(); in OpteeClientRkFsInit()
76 debug("TEEC: OpteeClientRkFsInit version=%d\n", version); in OpteeClientRkFsInit()
77 if (version == RKSS_VERSION_V1) in OpteeClientRkFsInit()
79 else if (version == RKSS_VERSION_V2) in OpteeClientRkFsInit()
81 else if (version == RKSS_VERSION_ERR) in OpteeClientRkFsInit()
90 int version; in OpteeClientRkFsProcess() local
[all …]
H A DREADME18 OP-TEE message protocol is updated from version 1 to version 2
41 c20711e rk3036: tee: update optee version to v2.00
42 cb7d8f9 rk322x: tee with ta: update optee version to v2.11
43 4f9488e rk3128x: tee with ta: update optee version to v2.11
44 6d6473c rk312x: tee with ta: update optee version to v2.01
45 c0b025b rk3288: tee with ta: update optee version to v2.01
46 664ccee rk3228h/rk3328: bl32: update version to 2.01
47 6334115 rk3368: bl32: update version to 2.01
48 ccf1bef rk3399pro: bl32: update version to 2.01
49 8c01e53 rk3399: bl32: update version to 2.01
/rk3399_rockchip-uboot/board/bosch/shc/
H A DKconfig19 Select the boot version of the shc board.
47 Select the board version of the shc board.
50 bool "B Sample board version"
52 activate, if you want to build for the B sample version
56 bool "B2 Sample board version"
58 activate, if you want to build for the B2 sample version
62 bool "C Sample board version"
64 activate, if you want to build for the C sample version
68 bool "C2 Sample board version"
70 activate, if you want to build for the C2 sample version
[all …]
/rk3399_rockchip-uboot/board/LaCie/common/
H A Dcommon.c76 ushort version; in lacie_read_mac_address() local
84 (uchar *) &version, 2); in lacie_read_mac_address()
90 version = be16_to_cpu(version); in lacie_read_mac_address()
91 if (version < 1 || version > 3) { in lacie_read_mac_address()
93 version); in lacie_read_mac_address()
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c31 unsigned int version; member
118 unsigned int version = 0; in nanddev_read_bbt() local
155 version = BBT_VERSION_BLOCK_ABNORMAL; in nanddev_read_bbt()
172 version = BBT_VERSION_BLOCK_ABNORMAL; in nanddev_read_bbt()
177 version = bbt_info->version; in nanddev_read_bbt()
178 bbt_dbg("read_bbt from blk=%d ver=%d update=%d\n", block, version, update); in nanddev_read_bbt()
179 if (update && version > nand->bbt.version) { in nanddev_read_bbt()
181 nand->bbt.version = version; in nanddev_read_bbt()
186 if (version) { in nanddev_read_bbt()
215 return ret < 0 ? -EIO : (int)version; in nanddev_read_bbt()
[all …]
/rk3399_rockchip-uboot/board/nokia/rx51/
H A Drx51.c104 char *version; in init_omap_tags() local
112 component = omap[i].u.version.component; in init_omap_tags()
113 version = omap[i].u.version.version; in init_omap_tags()
115 hw_build_ptr = version; in init_omap_tags()
117 nolo_version_ptr = version; in init_omap_tags()
119 boot_mode_ptr = version; in init_omap_tags()
131 char *version; in reuse_omap_atags() local
139 component = t->u.version.component; in reuse_omap_atags()
140 version = t->u.version.version; in reuse_omap_atags()
143 strcpy(hw_build_ptr, version); in reuse_omap_atags()
[all …]
/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py191 for version in range(1, int(self.version) + 1):
192 if self.changes.get(version):
193 del changes_copy[version]
195 if version > 1:
196 str = 'Change log missing for v%d' % version
198 for version in changes_copy:
199 str = 'Change log for unknown version v%d' % version
257 def AddChange(self, version, commit, info): argument
266 if not self.changes.get(version):
267 self.changes[version] = []
[all …]
H A Dcommit.py35 def AddChange(self, version, info): argument
42 if not self.changes.get(version):
43 self.changes[version] = []
44 self.changes[version].append(info)
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_atx_types.h52 uint32_t version; member
59 uint32_t version; member
74 uint32_t version; member
81 uint32_t version; member
88 uint32_t version; member
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dsetup.py84 version = '%s.%s.%s' % (makevars['VERSION'], makevars['PATCHLEVEL'],
92 return swig_opts, version, files, cflags, objdir
99 version = os.environ.get('VERSION') variable
105 if not all((swig_opts, version, files, cflags, objdir)):
106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
117 version= version,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h96 u32 version; member
107 u32 version; member
118 u32 version; member
126 u32 version; member
147 u32 version; member
156 u32 version; member
165 u32 version; member
180 u32 version; member
188 u32 version; member
195 u32 version; member
[all …]
/rk3399_rockchip-uboot/board/ti/common/
H A Dboard_detect.c190 strncpy(ep->version, rev, TI_EEPROM_HDR_REV_LEN); in ti_i2c_eeprom_am_set()
215 ep->version[0] = 0x0; in ti_i2c_eeprom_am_get()
229 if (am_ep.version[0] == 0x1a && am_ep.version[1] == 0x00 && in ti_i2c_eeprom_am_get()
230 am_ep.version[2] == 0x00 && am_ep.version[3] == 0x00) in ti_i2c_eeprom_am_get()
231 strlcpy(ep->version, "BBG1", TI_EEPROM_HDR_REV_LEN + 1); in ti_i2c_eeprom_am_get()
233 strlcpy(ep->version, am_ep.version, TI_EEPROM_HDR_REV_LEN + 1); in ti_i2c_eeprom_am_get()
234 ti_eeprom_string_cleanup(ep->version); in ti_i2c_eeprom_am_get()
261 ep->version[0] = 0x0; in ti_i2c_eeprom_dra7_get()
281 snprintf(ep->version, TI_EEPROM_HDR_REV_LEN + 1, "%c.%d", in ti_i2c_eeprom_dra7_get()
283 ti_eeprom_string_cleanup(ep->version); in ti_i2c_eeprom_dra7_get()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfpga.c32 t_serial.version = 0; in fpga_init_atags()
42 t_ddrmem.version = 0; in fpga_init_atags()
50 t_bootdev.version = 0; in fpga_init_atags()
63 t_atf.version = 0; in fpga_init_atags()
72 t_tos.version = 0; in fpga_init_atags()
84 t_ram_part.version = 0; in fpga_init_atags()
H A Dvendor.c67 u32 version; member
98 u32 version; member
186 s_flash_info.version = 0; in mtd_vendor_storage_init()
208 vendor_info.hdr->version); in mtd_vendor_storage_init()
210 vendor_info.hdr->version == *vendor_info.version2) { in mtd_vendor_storage_init()
211 if (vendor_info.hdr->version > s_flash_info.version) { in mtd_vendor_storage_init()
212 s_flash_info.version = vendor_info.hdr->version; in mtd_vendor_storage_init()
218 …debug("%s: s_flash_info.version = %x %x\n", __func__, s_flash_info.version, s_flash_info.blk_offse… in mtd_vendor_storage_init()
219 if (s_flash_info.version) { in mtd_vendor_storage_init()
244 vendor_info.hdr->version); in mtd_vendor_storage_init()
[all …]
/rk3399_rockchip-uboot/board/corscience/tricorder/
H A Dtricorder-eeprom.c24 uint16_t version; in handle_eeprom_v0() member
94 switch (be16_to_cpu(eeprom->version)) { in tricorder_get_eeprom()
101 be16_to_cpu(eeprom->version)); in tricorder_get_eeprom()
129 const char *version, const char *serial, const char *interface) in tricorder_eeprom_write() argument
143 eeprom.version = cpu_to_be16(TRICORDER_EEPROM_VERSION); in tricorder_eeprom_write()
148 length = min(sizeof(eeprom.board_version), strlen(version)); in tricorder_eeprom_write()
149 strncpy(eeprom.board_version, version, length); in tricorder_eeprom_write()
198 char *version = argv[4]; in do_tricorder_eeprom() local
206 return tricorder_eeprom_write(dev_addr, name, version, in do_tricorder_eeprom()
/rk3399_rockchip-uboot/board/cobra5272/
H A DREADME38 FLASH version (for further info see subsection below)
51 # u-boot FLASH version & RAM version
57 startup automatically => "FLASH version"
59 2. as a RAM version which will not load from flash automatically as it needs a
61 is linked to => "RAM version"
63 This version may be very helpful when installing u-boot for the first time
71 Flash version
110 RAM version
128 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
154 version by typing (in dir ./u-boot-x-x-x/)
[all …]
/rk3399_rockchip-uboot/fs/jffs2/
H A Dsummary.h40 __u32 version; /* inode version */ member
51 __u32 version; /* dirent version */ member
62 __u32 version; /* version number */ member
95 __u32 version; /* inode version */ member
107 __u32 version; /* dirent version */ member
119 __u32 version; member
H A Djffs2_nand_1pass.c145 new->version = node->version; in insert_inode()
163 new->version = node->version; in insert_dirent()
186 return jNew->version > jOld->version; in compare_inodes()
223 if (jNew->version > jOld->version) { in compare_dirents()
279 if (jNode->version >= latestVersion) { in jffs2_1pass_read_inode()
281 latestVersion = jNode->version; in jffs2_1pass_read_inode()
292 if (jNode->version >= latestVersion) { in jffs2_1pass_read_inode()
294 latestVersion = jNode->version; in jffs2_1pass_read_inode()
369 u32 version = 0; in jffs2_1pass_find_inode() local
377 if (jDir->version < version) in jffs2_1pass_find_inode()
[all …]
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A DKconfig7 Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
18 Secure boot and trust architecture compatible version 2
23 Secure boot and trust architecture compatible version 4
28 Secure boot and trust architecture compatible version 5
33 Secure boot and trust architecture compatible version 6
/rk3399_rockchip-uboot/cmd/
H A Dtftp_update.c33 u32 version; member
42 u32 version; member
64 static int tftpfw_version_set(u32 version) in tftpfw_version_set() argument
68 ret = vendor_storage_write(FIRMWARE_VER_ID, &version, sizeof(version)); in tftpfw_version_set()
75 u32 version; in tftpfw_version_get() local
78 ret = vendor_storage_read(FIRMWARE_VER_ID, &version, sizeof(version)); in tftpfw_version_get()
81 version = 0; /* first initial as 0 */ in tftpfw_version_get()
83 ret = tftpfw_version_set(version); in tftpfw_version_get()
91 return version; in tftpfw_version_get()
277 printf(" version: %d\n", hdr->version); in print_hdr_local()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.h31 #define VOP_MAJOR(version) ((version) >> 8) argument
32 #define VOP_MINOR(version) ((version) & 0xff) argument
35 #define VOP2_MAJOR(version) (((version) >> 24) & 0xff) argument
36 #define VOP2_MINOR(version) (((version) >> 16) & 0xff) argument
37 #define VOP2_BUILD(version) ((version) & 0xffff) argument
/rk3399_rockchip-uboot/tools/
H A Dsocfpgaimage.c51 uint8_t version; member
76 static void build_header(uint8_t *buf, uint8_t version, uint8_t flags, in build_header() argument
80 header.version = version; in build_header()
107 uint8_t version, uint8_t flags, in sign_buffer() argument
116 build_header(buf + HEADER_OFFSET, version, flags, len + 4); in sign_buffer()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dloaderimage.c77 uint32_t version; member
143 char *magic, *version, *name; in main() local
217 version = UBOOT_VERSION_STRING; in main()
225 version = TRUST_VERSION_STRING; in main()
233 version = KERNEL_VERSION_STRING; in main()
290 hdr.version = curr_version; in main()
310 if (hdr.version > 0) in main()
311 SHA_update(&ctx, (void *)&hdr.version, 8); in main()
327 if (hdr.version > 0) in main()
328 sha256_update(&ctx, (void *)&hdr.version, 8); in main()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_rgb.c56 if (rk628->version == RK628F_VERSION) { in rk628_rgb_decoder_enable()
82 if (rk628->version != RK628F_VERSION) in rk628_rgb_encoder_enable()
120 if (rk628->version == RK628F_VERSION) in rk628_rgb_encoder_enable()
137 if (rk628->version == RK628F_VERSION) { in rk628_rgb_encoder_enable()
203 if (rk628->version == RK628F_VERSION) in rk628_bt1120_decoder_timing_cfg()
232 if (rk628->version == RK628F_VERSION) in rk628_bt1120_decoder_enable()
258 if (rk628->version == RK628F_VERSION) { in rk628_bt1120_decoder_enable()
303 if (rk628->version != RK628F_VERSION) in rk628_bt1120_encoder_enable()
333 if (rk628->version == RK628F_VERSION) in rk628_bt1120_encoder_enable()
353 if (rk628->version == RK628F_VERSION) { in rk628_bt1120_encoder_enable()
/rk3399_rockchip-uboot/include/linux/
H A Dhdmi.h51 unsigned char version; member
144 unsigned char version; member
167 unsigned char version; member
207 unsigned char version; member
280 unsigned char version; member
311 unsigned char version; member
326 unsigned char version; member

12345678910>>...34