Home
last modified time | relevance | path

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

12345678910>>...39

/u-boot/board/bosch/shc/
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"
62 bool "C Sample board version"
64 activate, if you want to build for the C sample version
68 bool "C2 Sample board version"
74 bool "C3 Sample board version"
80 bool "Series board version"
[all …]
/u-boot/tools/patman/
A Dseries.py172 changes[version] += changelist
188 for version in versions:
198 line = 'Changes in v%d:' % version
226 for version in range(1, int(self.version) + 1):
227 if self.changes.get(version):
228 del changes_copy[version]
230 if version > 1:
233 for version in changes_copy:
364 if not self.changes.get(version):
365 self.changes[version] = []
[all …]
A Dcommit.py52 def add_change(self, version, info): argument
59 if not self.changes.get(version):
60 self.changes[version] = []
61 self.changes[version].append(info)
/u-boot/board/xilinx/versal-net/
A Dboard.c77 u32 version; in soc_detection() local
79 version = readl(PMC_TAP_VERSION); in soc_detection()
80 platform_id = FIELD_GET(PLATFORM_MASK, version); in soc_detection()
83 readl(PMC_TAP_IDCODE), version, in soc_detection()
87 FIELD_GET(PMC_VERSION_MASK, version), in soc_detection()
88 FIELD_GET(PS_VERSION_MASK, version), in soc_detection()
89 FIELD_GET(RTL_VERSION_MASK, version)); in soc_detection()
91 platform_version = FIELD_GET(PLATFORM_VERSION_MASK, version); in soc_detection()
/u-boot/board/LaCie/common/
A Dcommon.c75 ushort version; in lacie_read_mac_address() local
83 (uchar *) &version, 2); in lacie_read_mac_address()
89 version = be16_to_cpu(version); in lacie_read_mac_address()
90 if (version < 1 || version > 3) { in lacie_read_mac_address()
92 version); in lacie_read_mac_address()
/u-boot/board/aristainetos/common/
A DKconfig2 int "select version of aristainetos board"
4 version of aristainetos board version
5 5 version 2c and 2d
6 6 version 2c-cslb
/u-boot/test/dm/
A Dtpm.c21 static int get_tpm_version(enum tpm_version version, struct udevice **devp) in get_tpm_version() argument
31 if (tpm_get_version(dev) == version) { in get_tpm_version()
41 static int test_tpm_init(struct unit_test_state *uts, enum tpm_version version) in test_tpm_init() argument
46 ut_assertok(get_tpm_version(version, &dev)); in test_tpm_init()
92 enum tpm_version version, bool reinit) in test_tpm_autostart() argument
97 ut_assertok(get_tpm_version(version, &dev)); in test_tpm_autostart()
/u-boot/arch/arm/mach-zynq/
A Dcpu.c132 u32 version; in print_cpuinfo() local
138 version = zynq_get_silicon_version() << 1; in print_cpuinfo()
139 if (version > (PCW_SILICON_VERSION_3 << 1)) in print_cpuinfo()
140 version += 1; in print_cpuinfo()
143 printf("Silicon: v%d.%d\n", version >> 1, version & 1); in print_cpuinfo()
/u-boot/drivers/gpio/
A Drk_gpio.c41 u32 version; member
49 if (priv->version) in rockchip_gpio_get_value()
63 if (priv->version && offset >= 16) in rockchip_gpio_set_value()
65 else if (priv->version) in rockchip_gpio_set_value()
78 if (priv->version && offset >= 16) in rockchip_gpio_direction_input()
80 else if (priv->version) in rockchip_gpio_direction_input()
96 if (priv->version && offset >= 16) in rockchip_gpio_direction_output()
98 else if (priv->version) in rockchip_gpio_direction_output()
120 if (priv->version && offset >= 16) in rockchip_gpio_get_function()
122 else if (priv->version) in rockchip_gpio_get_function()
[all …]
/u-boot/scripts/dtc/pylibfdt/
A Dsetup.py106 version = '%s.%s.%s' % (makevars['VERSION'], makevars['PATCHLEVEL'],
114 return swig_opts, version, files, cflags, objdir
122 version = sic(os.environ.get('VERSION'))
124 version = os.environ.get('VERSION')
130 if not all((swig_opts, version, files, cflags, objdir)):
131 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
148 version=version,
/u-boot/board/nokia/rx51/
A Drx51.c119 char *version; in init_omap_tags() local
128 version = omap[i].u.version.version; in init_omap_tags()
130 hw_build_ptr = version; in init_omap_tags()
132 nolo_version_ptr = version; in init_omap_tags()
134 boot_mode_ptr = version; in init_omap_tags()
146 char *version; in reuse_omap_atags() local
155 version = t->u.version.version; in reuse_omap_atags()
158 strcpy(hw_build_ptr, version); in reuse_omap_atags()
164 strcpy(boot_mode_ptr, version); in reuse_omap_atags()
328 memset(t->u.version.version, 0, 12); in setup_board_tags()
[all …]
/u-boot/arch/arm/cpu/armv7/sunxi/
A Dsram.c28 uint version = sunxi_get_sram_id(); in sunxi_sram_init() local
31 if (version == 0x1650) in sunxi_sram_init()
36 if (version != 0x1667) in sunxi_sram_init()
/u-boot/board/ti/common/
A Dboard_detect.c220 ep->version[0] = 0x0; in ti_emmc_boardid_get()
265 strlcpy(ep->version, brdid.version, TI_EEPROM_HDR_REV_LEN + 1); in ti_emmc_boardid_get()
315 ep->version[0] = 0x0; in ti_i2c_eeprom_am_get()
329 if (am_ep.version[0] == 0x1a && am_ep.version[1] == 0x00 && in ti_i2c_eeprom_am_get()
330 am_ep.version[2] == 0x00 && am_ep.version[3] == 0x00) in ti_i2c_eeprom_am_get()
333 strlcpy(ep->version, am_ep.version, TI_EEPROM_HDR_REV_LEN + 1); in ti_i2c_eeprom_am_get()
361 ep->version[0] = 0x0; in ti_i2c_eeprom_dra7_get()
412 strlcpy(ep->version, record->data.board_info.version, in ti_i2c_eeprom_am6_parse_record()
413 sizeof(ep->version)); in ti_i2c_eeprom_am6_parse_record()
615 return ep->version; in board_ti_get_rev()
[all …]
A Dcape_detect.c56 sanitize_field(eeprom_header.version, sizeof(eeprom_header.version)); in extension_board_scan()
73 strncpy(process_cape_version, eeprom_header.version, 4); in extension_board_scan()
90 strncpy(cape->version, process_cape_version, 4); in extension_board_scan()
/u-boot/board/cobra5272/
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
105 RAM version
119 => u-boot as RAM version, chainloaded by another bootloader or using bdm cable
145 version by typing (in dir ./u-boot-x-x-x/)
[all …]
/u-boot/fs/jffs2/
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
/u-boot/drivers/virtio/
A Dvirtio_mmio.c31 if (priv->version == 1) { in virtio_mmio_get_config()
76 if (priv->version == 1) { in virtio_mmio_set_config()
116 if (priv->version == 1) in virtio_mmio_generation()
175 if (priv->version == 2 && uc_priv->legacy) { in virtio_mmio_set_features()
203 if (readl(priv->base + (priv->version == 1 ? in virtio_mmio_setup_vq()
225 if (priv->version == 1) { in virtio_mmio_setup_vq()
269 if (priv->version == 1) { in virtio_mmio_setup_vq()
287 if (priv->version == 1) { in virtio_mmio_del_vq()
363 if (priv->version < 1 || priv->version > 2) { in virtio_mmio_probe()
365 udev->name, priv->version); in virtio_mmio_probe()
[all …]
/u-boot/include/linux/
A Dcompiler_types.h233 #define __diag_GCC(version, severity, string) argument
239 #define __diag_ignore(compiler, version, option, comment) \ argument
240 __diag_ ## compiler(version, ignore, option)
241 #define __diag_warn(compiler, version, option, comment) \ argument
242 __diag_ ## compiler(version, warn, option)
243 #define __diag_error(compiler, version, option, comment) \ argument
244 __diag_ ## compiler(version, error, option)
/u-boot/test/boot/
A Dvbe_simple.c27 const char *version, *bl_version; in vbe_simple_test_base() local
76 version = ofnode_read_string(node, "cur-version"); in vbe_simple_test_base()
77 ut_assertnonnull(version); in vbe_simple_test_base()
78 ut_asserteq_str(TEST_VERSION, version); in vbe_simple_test_base()
/u-boot/boot/
A Dvbe_simple_os.c21 const char *version, *str; in vbe_simple_fixup_node() local
24 version = strdup(state->fw_version); in vbe_simple_fixup_node()
25 if (!version) in vbe_simple_fixup_node()
28 ret = ofnode_write_string(node, "cur-version", version); in vbe_simple_fixup_node()
/u-boot/drivers/mmc/
A Dgen_atmel_mci.c62 return readl(&mci->version) & 0x00000fff; in atmel_mci_get_version()
84 if (version >= 0x200) in mci_set_blklen()
116 if (version >= 0x500) {
137 if (version >= 0x500)
145 if (version >= 0x200)
152 if (version >= 0x500)
402 if ((version & 0xf00) >= 0x300) {
476 unsigned int version; local
493 if ((version & 0xf00) >= 0x300) {
532 u32 version; local
[all …]
/u-boot/drivers/misc/sentinel/
A Ds400_api.c29 msg.version = AHAB_VERSION; in ahab_release_rdc()
74 msg.version = AHAB_VERSION; in ahab_auth_oem_ctnr()
104 msg.version = AHAB_VERSION; in ahab_release_container()
132 msg.version = AHAB_VERSION; in ahab_verify_image()
161 msg.version = AHAB_VERSION; in ahab_forward_lifecycle()
201 msg.version = AHAB_VERSION; in ahab_read_common_fuse()
238 msg.version = AHAB_VERSION; in ahab_write_fuse()
271 msg.version = AHAB_VERSION; in ahab_release_caam()
310 msg.version = AHAB_VERSION; in ahab_get_fw_version()
341 msg.version = AHAB_VERSION; in ahab_dump_buffer()
[all …]
/u-boot/tools/
A Dsocfpgaimage.c74 uint8_t version; member
83 uint8_t version; member
139 .version = 0, in sfp_build_header()
147 .version = 1, in sfp_build_header()
191 if (header_v0.version == 0) { in sfp_verify_header()
195 } else if (header_v0.version == 1) { in sfp_verify_header()
208 *ver = header_v0.version; in sfp_verify_header()
291 printf("Version\t\t: 0x%08x\n", header->version); in socfpgaimage_print_header_v0()
304 printf("Version\t\t: 0x%08x\n", header->version); in socfpgaimage_print_header_v1()
324 if (header_v0->version == 0) in socfpgaimage_print_header()
/u-boot/drivers/crypto/fsl/
A DKconfig10 Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
22 Select Crypto driver for 64 bits CAAM version
32 Secure boot and trust architecture compatible version 2
37 Secure boot and trust architecture compatible version 4
42 Secure boot and trust architecture compatible version 5
47 Secure boot and trust architecture compatible version 6
/u-boot/board/kontron/sl28/
A Dsl28.c101 int version = __sl28cpld_read(SL28CPLD_VERSION); in print_cpld_version() local
103 if (version < 0) in print_cpld_version()
104 printf("CPLD: error reading version (%d)\n", version); in print_cpld_version()
106 printf("CPLD: v%d\n", version); in print_cpld_version()

Completed in 46 milliseconds

12345678910>>...39