/u-boot/common/ |
A D | splash_source.c | 72 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 D | image_header.py | 61 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 D | env.c | 48 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 D | nand.c | 160 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 D | README.splashprepare | 14 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 D | omap_elm.h | 45 struct location { struct 70 struct location error_location[ELM_MAX_CHANNELS]; /* 0x800,0x900 ... */ argument
|
/u-boot/doc/arch/ |
A D | arm64.rst | 31 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 D | at91ek.rst | 26 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 D | subvolume.c | 96 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 D | disk-io.h | 25 struct btrfs_key *location); 27 struct btrfs_key *location);
|
A D | disk-io.c | 631 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 D | Kconfig | 23 prompt "QUICC Engine FMan ethernet firmware location" 40 bool "Remote memory location (PCI)"
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | northbridge.c | 40 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 D | elf.py | 244 def DecodeElf(data, location): argument 284 if start < location: 285 offset = location - start 286 start = location
|
/u-boot/drivers/net/ |
A D | natsemi.c | 228 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 D | 135_fdtmap_hdr_middle.dts | 11 location = "end";
|
A D | 136_fdtmap_hdr_startbad.dts | 13 location = "start";
|
A D | 137_fdtmap_hdr_endbad.dts | 9 location = "end";
|
A D | 138_fdtmap_hdr_nosize.dts | 13 location = "end";
|
A D | 116_fdtmap_hdr.dts | 14 location = "end";
|
A D | 119_fdtmap_hdr_missing.dts | 13 location = "start";
|
A D | 117_fdtmap_hdr_start.dts | 16 location = "start";
|
A D | 188_image_entryarg.dts | 18 location = "end";
|
A D | 132_replace.dts | 18 location = "end";
|
/u-boot/arch/x86/cpu/queensbay/ |
A D | Kconfig | 45 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.
|