Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 138) sorted by relevance

123456

/u-boot/common/
A Dsplash_source.c72 if (!location) in splash_storage_read_raw()
75 offset = location->offset; in splash_storage_read_raw()
76 switch (location->storage) { in splash_storage_read_raw()
119 switch (location->storage) { in splash_select_fs_dev()
130 if (location->ubivol != NULL) in splash_select_fs_dev()
236 if (location->ubivol != NULL) in splash_load_fs()
237 res = splash_mount_ubifs(location); in splash_load_fs()
242 res = splash_select_fs_dev(location); in splash_load_fs()
258 splash_select_fs_dev(location); in splash_load_fs()
262 if (location->ubivol != NULL) in splash_load_fs()
[all …]
/u-boot/tools/binman/etype/
A Dimage_header.py61 self.location = fdt_util.GetString(self._node, 'location')
73 base = (0 if self.location != 'end' else image_size)
86 if self.location not in ['start', 'end']:
88 self.location)
90 if self.location != order and not self.section.GetSort():
92 (order, self.location))
93 if self.location != 'end':
/u-boot/env/
A Denv.c48 if (loc == entry->location) in _env_driver_lookup()
95 static bool env_has_inited(enum env_location location) in env_has_inited() argument
97 return gd->env_has_init & BIT(location); in env_has_inited()
100 static void env_set_inited(enum env_location location) in env_set_inited() argument
109 gd->env_has_init |= BIT(location); in env_set_inited()
191 if (!env_has_inited(drv->location)) in env_load()
246 if (!env_has_inited(drv->location)) { in env_reload()
278 if (!env_has_inited(drv->location)) { in env_save()
307 if (!env_has_inited(drv->location)) in env_erase()
332 env_set_inited(drv->location); in env_init()
[all …]
A Dnand.c160 static int erase_and_write_env(const struct nand_env_location *location, in erase_and_write_env() argument
170 printf("Erasing %s...\n", location->name); in erase_and_write_env()
171 if (nand_erase_opts(mtd, &location->erase_opts)) in erase_and_write_env()
174 printf("Writing to %s... ", location->name); in erase_and_write_env()
175 ret = writeenv(location->erase_opts.offset, env_new); in erase_and_write_env()
186 static const struct nand_env_location location[] = { in env_nand_save() local
217 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new); in env_nand_save()
227 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new); in env_nand_save()
384 .location = ENVL_NAND,
/u-boot/doc/
A DREADME.splashprepare14 supported locations, and a way of controlling the selected splash location
18 - If splashsource is set to a supported location name as defined by board code,
19 use that splash location.
20 - If splashsource is undefined, use the first splash location as default.
23 A splash source location can describe either storage with raw data, a storage
30 selected splash location. The name of splash image within the FIT shall be
/u-boot/include/linux/mtd/
A Domap_elm.h45 struct location { struct
70 struct location error_location[ELM_MAX_CHANNELS]; /* 0x800,0x900 ... */ argument
/u-boot/doc/arch/
A Darm64.rst31 Since kernel version 4.2 Linux is more relaxed about the DT location, so it
35 4. Spin-table is used to wake up secondary processors. One location
36 (or per processor location) is defined to hold the kernel entry point
37 for secondary processors. It must be ensured that the location is
39 enter slave_cpu branch execution in start.S. The location address
/u-boot/doc/board/atmel/
A Dat91ek.rst26 You can choose your storage location at config step (here for at91sam9260ek)::
50 You can choose your storage location at config step (here for at91sam9260ek)::
73 You can choose your storage location at config step (here for at91sam9260ek)::
97 You can choose your storage location at config step (here for at91sam9m10g45ek)::
117 You can choose your storage location at config step (here for at91sam9rlek)::
137 You can choose your storage location at config step (here for at91sam9x5ek)::
160 You can choose your storage location at config step (here for sama5d3xek)::
/u-boot/fs/btrfs/
A Dsubvolume.c96 struct btrfs_key location; in list_one_subvol() local
135 location.objectid = key.offset; in list_one_subvol()
136 location.type = BTRFS_ROOT_ITEM_KEY; in list_one_subvol()
137 location.offset = (u64)-1; in list_one_subvol()
138 root = btrfs_read_fs_root(fs_info, &location); in list_one_subvol()
A Ddisk-io.h25 struct btrfs_key *location);
27 struct btrfs_key *location);
A Ddisk-io.c631 struct btrfs_key *location) in btrfs_read_fs_root_no_cache() argument
643 if (location->offset == (u64)-1) { in btrfs_read_fs_root_no_cache()
645 location->objectid, root); in btrfs_read_fs_root_no_cache()
654 location->objectid); in btrfs_read_fs_root_no_cache()
672 memcpy(&root->root_key, location, sizeof(*location)); in btrfs_read_fs_root_no_cache()
722 struct btrfs_key *location) in btrfs_read_fs_root() argument
727 u64 objectid = location->objectid; in btrfs_read_fs_root()
729 if (location->objectid == BTRFS_ROOT_TREE_OBJECTID) in btrfs_read_fs_root()
731 if (location->objectid == BTRFS_CHUNK_TREE_OBJECTID) in btrfs_read_fs_root()
733 if (location->objectid == BTRFS_CSUM_TREE_OBJECTID) in btrfs_read_fs_root()
[all …]
/u-boot/drivers/qe/
A DKconfig23 prompt "QUICC Engine FMan ethernet firmware location"
40 bool "Remote memory location (PCI)"
/u-boot/arch/x86/cpu/broadwell/
A Dnorthbridge.c40 uint enable, uint oc_pin, uint location) in pei_data_usb2_port() argument
45 pei_data->usb2_ports[port].location = location; in pei_data_usb2_port()
/u-boot/tools/binman/
A Delf.py244 def DecodeElf(data, location): argument
284 if start < location:
285 offset = location - start
286 start = location
/u-boot/drivers/net/
A Dnatsemi.c228 static void write_eeprom(struct eth_device *dev, long addr, int location,
231 static int read_eeprom(struct eth_device *dev, long addr, int location);
232 static int mdio_read(struct eth_device *dev, int phy_id, int location);
437 write_eeprom(struct eth_device *dev, long addr, int location, short value)
442 short write_cmd = location | EE_WriteCmd;
496 read_eeprom(struct eth_device *dev, long addr, int location) in read_eeprom() argument
501 int read_cmd = location | EE_ReadCmd; in read_eeprom()
540 mdio_read(struct eth_device *dev, int phy_id, int location) in mdio_read() argument
542 if (phy_id == 1 && location < 32) in mdio_read()
543 return INL(dev, BasicControl+(location<<2))&0xffff; in mdio_read()
/u-boot/tools/binman/test/
A D135_fdtmap_hdr_middle.dts11 location = "end";
A D136_fdtmap_hdr_startbad.dts13 location = "start";
A D137_fdtmap_hdr_endbad.dts9 location = "end";
A D138_fdtmap_hdr_nosize.dts13 location = "end";
A D116_fdtmap_hdr.dts14 location = "end";
A D119_fdtmap_hdr_missing.dts13 location = "start";
A D117_fdtmap_hdr_start.dts16 location = "start";
A D188_image_entryarg.dts18 location = "end";
A D132_replace.dts18 location = "end";
/u-boot/arch/x86/cpu/queensbay/
A DKconfig45 hex "Chipset Micro Code state machine binary location"
49 The location of the CMC binary is determined by a strap. It must be
50 put in flash at a location matching the strap-determined base address.

Completed in 23 milliseconds

123456