Searched refs:version (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dsram.c29 uint version = sunxi_get_sram_id(); local
32 if (version == 0x1650)
37 if (version != 0x1667)
/u-boot/include/power/
H A Dbattery.h11 unsigned int version; member in struct:battery
/u-boot/arch/arm/include/asm/arch-bcmns3/
H A Dbl33_info.h11 /* Increase version number each time this file is modified */
20 unsigned int version; member in struct:bl33_info
/u-boot/tools/dtoc/
H A Dsetup.py5 version='1.0', variable
/u-boot/tools/binman/
H A Dsetup.py5 version='1.0', variable
/u-boot/tools/patman/
H A Dsetup.py5 version='1.0', variable
H A Dseries.py21 valid_series = ['to', 'cc', 'version', 'changes', 'prefix', 'notes', 'name',
32 changes: (dict) List of changes for each version, The key is
33 the integer version number
136 print('Version: ', self.get('version'))
149 """Create a list of changes for each version.
171 for version, changelist in self.changes.items():
172 changes[version] += changelist
174 for version, changelist in commit.changes.items():
175 changes[version] += [[commit, text] for text in changelist]
179 if 'version' i
[all...]
H A Dcommit.py22 The dict is indexed by change version (an integer)
52 def add_change(self, version, info):
53 """Add a new change line to the change list for a version.
56 version: Patch set version (integer: 1, 2, 3)
57 info: Description of change in this version
59 if not self.changes.get(version):
60 self.changes[version] = []
61 self.changes[version].append(info)
/u-boot/include/
H A Dextension_board.h14 char version[32]; member in struct:extension
H A Dopensbi.h13 /** Maximum supported info version */
30 /** Info version */
31 unsigned long version; member in struct:fw_dynamic_info
H A Dimx_container.h25 u8 version; member in struct:container_hdr
49 u8 version; member in struct:signature_block_hdr
61 u8 version; member in struct:generate_key_blob_hdr
76 container->version == CONTAINER_HDR_VERSION;
/u-boot/scripts/
H A Dshow-gnu-make17 if $m --version 2>/dev/null | grep -q GNU; then
H A Dbinutils-version.sh3 # binutils-version [-p] gas-command
5 # Prints the binutils version of `gas-command' in a canonical 4-digit form
17 version_string=$($gas --version | head -1 | \
/u-boot/scripts/kconfig/
H A Dgconf-cfg.sh22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
24 echo >&2 "* GTK+ is present but version >= 2.0.0 is required."
/u-boot/board/ti/common/
H A Dcape_detect.h14 char version[4]; member in struct:am335x_cape_eeprom_id
/u-boot/common/
H A Dversion.c8 #include <version.h>
/u-boot/board/ge/common/
H A Dvpd_reader.h20 int (*process_block)(struct vpd_cache *, u8 id, u8 version,
36 int (*process_block)(struct vpd_cache *, u8 id, u8 version, u8 type,
/u-boot/cmd/
H A Dversion.c29 printf("coreboot-%s (%s)\n", lib_sysinfo.version, lib_sysinfo.build);
35 version, 1, 1, do_version,
36 "print monitor, compiler and linker version",
/u-boot/board/LaCie/common/
H A Dcommon.c75 ushort version; local
80 /* Check layout version for EEPROM data */
83 (uchar *) &version, 2);
89 version = be16_to_cpu(version);
90 if (version < 1 || version > 3) {
91 printf("Error: unknown version %d for EEPROM data\n",
92 version);
/u-boot/test/dm/
H A Dtpm.c15 * get_tpm_version() - Get a TPM of the given version
17 * @version: Version to get
21 static int get_tpm_version(enum tpm_version version, struct udevice **devp) argument
26 * For now we have to probe each TPM, since the version is set up in
27 * of_to_plat(). We could require TPMs to declare their version when
31 if (tpm_get_version(dev) == version) {
41 static int test_tpm_init(struct unit_test_state *uts, enum tpm_version version) argument
46 ut_assertok(get_tpm_version(version, &dev));
87 * @version: TPM version t
91 test_tpm_autostart(struct unit_test_state *uts, enum tpm_version version, bool reinit) argument
[all...]
/u-boot/board/phytium/pomelo/
H A Dsec.c16 u32 version; member in struct:common_config
24 .version = 0x1,
/u-boot/board/phytium/pe2201/
H A Dsec.c16 u32 version; member in struct:common_config
24 .version = 0x1,
/u-boot/tools/
H A Domapimage.h22 uint8_t version; member in struct:ch_settings
/u-boot/board/siemens/common/
H A Dfactoryset.h21 int version; member in struct:factorysetcontainer
/u-boot/test/boot/
H A Dvbe_simple.c27 const char *version, *bl_version; local
40 /* Read the version back */
76 version = ofnode_read_string(node, "cur-version");
77 ut_assertnonnull(version);
78 ut_asserteq_str(TEST_VERSION, version);
83 bl_version = ofnode_read_string(node, "bootloader-version");

Completed in 290 milliseconds

1234567891011>>