| /u-boot/common/ |
| A D | splash_source.c | 97 if (!location) in splash_storage_read_raw() 100 offset = location->offset; in splash_storage_read_raw() 101 switch (location->storage) { in splash_storage_read_raw() 146 switch (location->storage) { in splash_select_fs_dev() 157 if (location->ubivol != NULL) in splash_select_fs_dev() 276 if (location->ubivol != NULL) in splash_load_fs() 277 res = splash_mount_ubifs(location); in splash_load_fs() 282 res = splash_select_fs_dev(location); in splash_load_fs() 298 splash_select_fs_dev(location); in splash_load_fs() 302 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() 92 static bool env_has_inited(enum env_location location) in env_has_inited() argument 94 return gd->env_has_init & BIT(location); in env_has_inited() 97 static void env_set_inited(enum env_location location) in env_set_inited() argument 106 gd->env_has_init |= BIT(location); in env_set_inited() 206 if (!env_has_inited(drv->location)) in env_load() 261 if (!env_has_inited(drv->location)) { in env_reload() 293 if (!env_has_inited(drv->location)) { in env_save() 324 if (!env_has_inited(drv->location)) { in env_erase() 351 env_set_inited(drv->location); in env_init() [all …]
|
| A D | nand.c | 155 static int erase_and_write_env(const struct nand_env_location *location, in erase_and_write_env() argument 165 printf("Erasing %s...\n", location->name); in erase_and_write_env() 166 if (nand_erase_opts(mtd, &location->erase_opts)) in erase_and_write_env() 169 printf("Writing to %s... ", location->name); in erase_and_write_env() 170 ret = writeenv(location->erase_opts.offset, env_new); in erase_and_write_env() 181 static const struct nand_env_location location[] = { in env_nand_save() local 208 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new); in env_nand_save() 218 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new); in env_nand_save() 375 .location = ENVL_NAND,
|
| A D | nowhere.c | 46 .location = ENVL_NOWHERE,
|
| /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/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-mdio.h | 326 static inline int cvmx_mdio_read(int bus_id, int phy_id, int location) in cvmx_mdio_read() argument 339 smi_cmd.s.reg_adr = location; in cvmx_mdio_read() 362 static inline int cvmx_mdio_write(int bus_id, int phy_id, int location, int val) in cvmx_mdio_write() argument 379 smi_cmd.s.reg_adr = location; in cvmx_mdio_write() 404 int location) in cvmx_mdio_45_read() argument 418 smi_wr.s.dat = location; in cvmx_mdio_45_read() 431 bus_id, phy_id, device, location); in cvmx_mdio_45_read() 444 bus_id, phy_id, device, location); in cvmx_mdio_45_read() 452 bus_id, phy_id, device, location); in cvmx_mdio_45_read() 471 int location, int val) in cvmx_mdio_45_write() argument [all …]
|
| /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/drivers/mtd/nand/raw/ |
| 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 | 32 Since kernel version 4.2 Linux is more relaxed about the DT location, so it 36 4. Spin-table is used to wake up secondary processors. One location 37 (or per processor location) is defined to hold the kernel entry point 38 for secondary processors. It must be ensured that the location is 40 enter slave_cpu branch execution in start.S. The location address
|
| /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 | 639 struct btrfs_key *location) in btrfs_read_fs_root_no_cache() argument 651 if (location->offset == (u64)-1) { in btrfs_read_fs_root_no_cache() 653 location->objectid, root); in btrfs_read_fs_root_no_cache() 662 location->objectid); in btrfs_read_fs_root_no_cache() 680 memcpy(&root->root_key, location, sizeof(*location)); in btrfs_read_fs_root_no_cache() 730 struct btrfs_key *location) in btrfs_read_fs_root() argument 735 u64 objectid = location->objectid; in btrfs_read_fs_root() 737 if (location->objectid == BTRFS_ROOT_TREE_OBJECTID) in btrfs_read_fs_root() 739 if (location->objectid == BTRFS_CHUNK_TREE_OBJECTID) in btrfs_read_fs_root() 741 if (location->objectid == BTRFS_CSUM_TREE_OBJECTID) in btrfs_read_fs_root() [all …]
|
| /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/drivers/qe/ |
| A D | Kconfig | 26 prompt "QUICC Engine FMan ethernet firmware location" 47 bool "Remote memory location (PCI)"
|
| /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.
|
| /u-boot/tools/binman/test/ |
| A D | 137_fdtmap_hdr_endbad.dts | 9 location = "end";
|
| A D | 138_fdtmap_hdr_nosize.dts | 13 location = "end";
|
| A D | 135_fdtmap_hdr_middle.dts | 11 location = "end";
|
| A D | 136_fdtmap_hdr_startbad.dts | 13 location = "start";
|
| 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";
|
| /u-boot/board/keymile/ |
| A D | README | 10 location in the NOR flash, u-boot execution will be transferred to the redundant 18 from secondary u-boot location.
|