Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 155) sorted by relevance

1234567

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c102 struct environment { struct
110 static struct environment environment = { argument
176 for (env = environment.data; *env; env = nxt + 1) { in fw_getenv()
180 if (nxt >= &environment.data[ENV_SIZE]) { in fw_getenv()
270 for (env = environment.data; *env; env = nxt + 1) { in fw_printenv()
272 if (nxt >= &environment.data[ENV_SIZE]) { in fw_printenv()
317 ret = env_aes_cbc_crypt(environment.data, 1, in fw_env_flush()
329 *environment.crc = crc32(0, (uint8_t *) environment.data, ENV_SIZE); in fw_env_flush()
357 for (nxt = env = environment.data; *env; env = nxt + 1) { in fw_env_write()
359 if (nxt >= &environment.data[ENV_SIZE]) { in fw_env_write()
[all …]
H A DREADME3 the U-Boot's environment variables.
40 that does not have support for redundant environment enabled.
45 be used to access the environment.
47 The DEVICEx_OFFSET constants define the environment offset within the
50 ENVx_SIZE defines the size in bytes taken by the environment, which
51 may be less then flash sector size, if the environment takes less
55 partition where the environment resides.
58 this environment instance. On NAND this is used to limit the range
61 To prevent losing changes to the environment and to prevent confusing the MTD
63 to the environment.
/rk3399_rockchip-uboot/env/
H A DKconfig4 prompt "Select the location of the environment"
28 At present the environment can be stored in only one place. Use this
31 partition on the device) or a filesystem (where the environment
37 Define this if you don't want to or can't have an environment stored
41 environment.
54 environment area within the total memory of your EEPROM.
62 EEPROM, which holds the environment, is on the I2C bus.
71 EEPROM which holds the environment, is reached over
79 Define this if you want to use the FAT file system for the environment.
82 This must be enabled. Otherwise it cannot save the environment file.
[all …]
H A Dremote.c15 env_t *env_ptr = &environment;
/rk3399_rockchip-uboot/doc/
H A DREADME.marubun-pcmcia38 You should do the setting matched to your environment.
40 ( for MS7722SE01 environment )
44 You should do the setting matched to your environment.
46 ( for MS7722SE01 environment )
50 You should do the setting matched to your environment.
52 ( for MS7722SE01 environment )
56 You should do the setting matched to your environment.
58 ( for MS7722SE01 environment )
H A DREADME.enetaddr18 - environment ("ethaddr", "eth1addr", ...)
34 2. Read from environment in net/eth.c after initialize()
35 3. The environment variable will be compared to the driver initialized
37 environment variable will be used unchanged.
38 If the environment variable is not set, it will be initialized from
44 b) The user hasn't set an 'ethmacskip' environment variable
57 address(es) and initializing the respective environment variable(s) from it.
58 Note that this shall be done if, and only if, the environment does not already
59 contain these environment variables, i.e. existing variable definitions must
62 During runtime, the ethernet layer will use the environment variables to sync
[all …]
H A DREADME.spear36 spear320 build with environment variables placed at default
43 spear320 build with environment variables placed in NAND device
45 spear320 build with usbtty terminal as default and environment
48 spear320 build with usbtty terminal as default and environment
51 Build with usbtty terminal as default and environment placed in
71 usage. Basically, environment has precedence over board specific storage. The
73 environment variables. Although, we can check the mac id programmed in i2c
H A DREADME.SNTP6 parameter of server's IP address or environment variable
9 environment variable "time offset".
12 don't need to set the above environment variables yourself.
H A DREADME.at9120 U-Boot environment variables can be stored at different places:
42 U-Boot environment variables can be stored at different places:
63 U-Boot environment variables can be stored at different places:
86 U-Boot environment variables can be stored at different places:
103 U-Boot environment variables can be stored at different places:
120 U-Boot environment variables can be stored at different places:
141 U-Boot environment variables can be stored at different places:
H A DREADME.bootmenu21 The assembling of the menu is done via a set of environment variables
39 character in the environment variable)
42 and it overrides the delay value defined by "bootmenu_delay" environment
43 variable. If the environment variable "bootmenu_delay" is not set or if
51 entries specified by environment variables. When selecting this entry
55 Example environment:
H A DREADME.plan92 configuration information to the kernel. An environment variable named
9 bootargs environment variable will be copied.
H A DREADME.AMCC-eval-boards-cleanup13 o Added config option to use redundant environment in flash. This is also
14 the default setting. Option for environment in nvram is still available
H A DREADME.pxe24 'pxe get' requires two environment variables to be set:
35 'pxe get' optionally supports these two environment variables being set:
65 There are some environment variables that may need to be set, depending
69 an environment variable named pxefile_addr_r must be supplied. This is
83 environment variables are required to be set.
104 location is given by the pxefile_addr_r environment variable. The pxe code is
142 indicated in the kernel_addr_r environment variable, and
150 the initrd_addr_r environment variable, and that address
155 the fdt_addr_r environment variable, and that address will
159 relative to <path>. If the fdtfile environment variable
[all …]
H A DREADME.iomux18 (iomux_doenv()) of the environment setting implementation.
37 not able to modify the environment, however, so that "pri stdin" still
62 If not defined in the environment, the first input device is assigned
66 devices can be set at boot time if defined in the environment.
72 device as it is discovered. This means that the environment settings
H A DREADME.srio-pcie-boot-corenet55 c) Set environment variable "bootmaster" to "SRIO1" or "PCIE1" and save
56 environment for master.
104 3. Necessary modifications based on a specific environment.
105 For a specific environment, the addresses of the slave's U-Boot image,
110 4. Set and save the environment variable "bootmaster" with "SRIO1", "SRIO2"
117 the Slave's u-boot environment, because the Slave can not erase,
H A DREADME.autoboot54 "bootretry" environment variable
60 retry feature. If the environment variable "bootretry" is
73 doesn't do anything unless the environment variable
82 "bootdelaykey" environment variable
83 "bootstopkey" environment variable
92 specified by the corresponding environment variable),
H A DREADME.NetConsole5 'stdout' environment variables. To switch to the networked console,
11 We use an environment variable 'ncip' to set the IP address and the
17 the 'ncinport' environment variable and the destination port can be
18 configured by setting the 'ncoutport' environment variable.
89 in the ELDK-NFS-based environment.
/rk3399_rockchip-uboot/board/keymile/scripts/
H A DREADME5 To load and configure these usecase, two environment variables in the u-boot
6 default environment must be parsed:
7 run develop : setup environment to configure for rootfs via nfs
8 run ramfs : setup environment to configure for rootfs in ram
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME8 bootloader and its environment. The linux kernel and the initial ramdisk
16 to recover from a bad environment setting or an empty environment, you can
20 generated if no valid address could be loaded from the environment variable
33 environment and reset the board. In this case the visual indication will
40 environment by first erasing the environment and then entering the rescue
50 have an empty environment, the board comes up with the amber LED blinking.
87 The environment defines several different boot sources:
122 70000 - 7ffff u-boot environment
/rk3399_rockchip-uboot/net/
H A DKconfig17 not be added to the environment.
26 bool "Control TFTP timeout and count through environment"
30 environment variable tftptimeout, and the TFTP maximum
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/
H A DREADME38 A default upgrade scripts is included in the default environment variable example:
45 This build enables dual / failover environment environment.
/rk3399_rockchip-uboot/board/freescale/mx28evk/
H A DREADME40 "make mx28evk_config" - store environment variables into MMC
44 "make mx28evk_nand_config" - store environment variables into NAND flash
48 "make mx28evk_spi_config" - store environment variables into SPI NOR flash
/rk3399_rockchip-uboot/tools/
H A Denvcrc.c65 extern env_t environment;
75 unsigned char *envptr = (unsigned char *)&environment, in main()
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME26 "kermit" script to automatically initialize the environment
28 development when your environment variables are stored in an
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME47 To keep your old U-Boot's environment variables, do a:
55 Ensure that all networking-related environment variables are set

1234567