| /rk3399_rockchip-uboot/ |
| H A D | .travis.yml | 50 env: 121 # each env setting here is a dedicated build 122 - env: 125 - env: 127 - env: 129 - env: 131 - env: 134 - env: 136 - env: 138 - env: [all …]
|
| /rk3399_rockchip-uboot/env/ |
| H A D | envf.c | 18 * Example: ./tools/mkenvimage -s 0x8000 -p 0x0 -o env.img env.txt 36 * In case of env and env-backup partitions are too large that exceeds the limit 37 * of CONFIG_SPL_SYS_MALLOC_F_LEN. we prefer to use a static address as an env 116 env_t *env; in env_read() local 120 env = spl_env; in env_read() 122 env = malloc(size); in env_read() 123 if (!env) in env_read() 130 if (blk_dread(desc, blk_off, blk_cnt, (void *)env) != blk_cnt) { in env_read() 135 if (crc32(0, env->data, data_size) != env->crc) { in env_read() 141 *envp = env; in env_read() [all …]
|
| H A D | ubi.c | 42 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 51 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 82 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 123 printf("\n** Unable to read env from %s:%s **\n", in env_ubi_load() 129 printf("\n** Unable to read redundant env from %s:%s **\n", in env_ubi_load() 160 printf("\n** Unable to read env from %s:%s **\n", in env_ubi_load()
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | board.c | 74 char *env; in get_eth_env_param() local 77 env = env_get(env_name); in get_eth_env_param() 78 if (env) in get_eth_env_param() 79 res = simple_strtol(env, NULL, 0); in get_eth_env_param() 145 char *env; in ft_board_setup() local 154 env = env_get("mem_lpae"); in ft_board_setup() 155 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup() 156 env = env_get("uinitrd_fixup"); in ft_board_setup() 157 unitrd_fixup = env && simple_strtol(env, NULL, 0); in ft_board_setup() 183 env = env_get("mem_reserve_head"); in ft_board_setup() [all …]
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | platinum.h | 131 "setubipartition=env set ubipartition ubi\0" \ 132 "setubirfs=env set ubirfs $ubipartition:rootfs$boot_vol\0" 135 "setubipartition=env set ubipartition ubi$boot_vol\0" \ 136 "setubirfs=env set ubirfs ubi0:rootfs\0" 157 "setnfspath=env set nfspath /home/nfs/$user/$project/root\0" \ 158 "settftpfilelinux=env set tftpfilelinux $user/$project/$uimage\0" \ 159 "settftpfiledtb=env set tftpfiledtb $user/$project/$dtb\0" \ 160 "setubifilelinux=env set ubifilelinux boot/$uimage\0" \ 161 "setubipfiledtb=env set ubifiledtb boot/$dtb\0" \ 162 "setmmcrootdev=env set mmcrootdev /dev/mmcblk0p$mmcrootpart\0" \ [all …]
|
| H A D | ls2080ardb.h | 360 "mcinitcmd=env exists secureboot && " \ 366 "mcinitcmd=env exists secureboot && " \ 401 "env exists devplist || setenv devplist 1; " \ 418 "env exists secureboot && load ${devtype} " \ 428 "$kernel_start $kernel_size ; env exists secureboot &&" \ 434 "$kernel_size ; env exists secureboot && " \ 443 "env exists mcinitcmd && env exists secureboot "\ 445 "env exists mcinitcmd && " \ 448 "env exists secureboot && esbc_halt; " 452 "env exists mcinitcmd && env exists secureboot "\ [all …]
|
| H A D | mk808_rk3066.h | 23 "4M(u-boot-env)," \ 24 "4M(u-boot-env.backup)," \ 39 "u-boot-env raw 0x2400000 0x400000;" \ 40 "u-boot-env.backup raw 0x2800000 0x400000;" \
|
| H A D | apf27.h | 94 "512K(env)," \ 148 "then env default env_version; " \ 149 "else env set flash_env_version ${env_version}; env save; "\ 154 "env default flash_reset_env; "\ 157 "flash_reset_env=env default -f -a; saveenv; run update_env;" \ 170 "-u-boot-env.txt\0" \ 171 "flash_env=env import -t ${loadaddr}; env save; \0" \
|
| H A D | dra7xx_evm.h | 26 /* MMC ENV related defines */ 118 * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB) 119 * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB) 187 "128k(NAND.u-boot-env)," \ 188 "128k(NAND.u-boot-env.backup1)," \ 225 "128k(NOR.u-boot-env)," \ 226 "128k(NOR.u-boot-env.backup1)," \
|
| H A D | sama5d4ek.h | 54 /* override the bootcmd, bootargs and other configuration for spi flash env*/ 56 /* override the bootcmd, bootargs and other configuration for nandflash env*/ 58 /* override the bootcmd, bootargs and other configuration for sd/mmc env */
|
| H A D | sama5d4_xplained.h | 56 /* override the bootcmd, bootargs and other configuration for spi flash env */ 58 /* override the bootcmd, bootargs and other configuration for nandflash env */ 60 /* override the bootcmd, bootargs and other configuration for sd/mmc env */
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | config.txt | 24 u-boot,mmc-env-partition 29 if u-boot,mmc-env-offset* is present, this setting will take 31 mmc-env-offset* will be tried. 33 u-boot,mmc-env-offset 34 u-boot,mmc-env-offset-redundant 35 If present, the values of the 'u-boot,mmc-env-offset' and/or 36 of the u-boot,mmc-env-offset-redundant' properties overrides
|
| /rk3399_rockchip-uboot/include/environment/ti/ |
| H A D | dfu.h | 19 "u-env.raw raw 0x1300 0x200;" \ 35 "u-env.raw raw 0x1300 0x200;" \ 69 "u-boot-env raw 0x110000 0x010000;" \ 70 "u-boot-env.backup raw 0x120000 0x010000;" \ 78 "u-boot-env raw 0x1C0000 0x010000;" \ 79 "u-boot-env.backup raw 0x1D0000 0x010000;" \
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 174 char *env, *nxt; in fw_getenv() local 176 for (env = environment.data; *env; env = nxt + 1) { in fw_getenv() 179 for (nxt = env; *nxt; ++nxt) { in fw_getenv() 186 val = envmatch (name, env); in fw_getenv() 200 char *env, *nxt; in fw_getdefenv() local 202 for (env = default_environment; *env; env = nxt + 1) { in fw_getdefenv() 205 for (nxt = env; *nxt; ++nxt) { in fw_getdefenv() 212 val = envmatch(name, env); in fw_getdefenv() 268 if (argc == 0) { /* Print all env variables */ in fw_printenv() 269 char *env, *nxt; in fw_printenv() local [all …]
|
| H A D | fw_env.config | 10 # MTD device name Device offset Env. size Flash sector size Number of sectors 15 # MTD device name Device offset Env. size Flash sector size Number of sectors 30 #/boot/uboot.env 0x0000 0x4000
|
| /rk3399_rockchip-uboot/test/env/ |
| H A D | Kconfig | 2 bool "Enable env unit tests" 5 This enables the 'ut env' command which runs a series of unit 6 tests on the env code.
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_efi_loader.py | 62 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 66 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 78 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 97 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None) 108 """Grab an env described file via TFTP and return its address 110 A file as described by an env config <env_conf> is downloaded from the TFTP 116 f = u_boot_console.config.env.get(env_conf, None) 183 check_smbios = u_boot_console.config.env.get('env__efi_loader_check_smbios', False)
|
| H A D | test_env.py | 48 self.env = {} 53 self.env[var] = value 65 for var in self.env: 81 if var not in self.env: 110 if var in state_test_env.env: 111 del state_test_env.env[var] 138 state_test_env.env[var] = value 173 value = state_test_env.env[var]
|
| H A D | test_net.py | 70 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 74 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 86 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 105 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None) 144 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None) 184 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None)
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | keystone.c | 46 char *env; in misc_init_r() local 49 env = env_get("ks2_debug"); in misc_init_r() 51 if (env) in misc_init_r() 52 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.srio-pcie-boot-corenet | 7 do without flash for u-boot image, ucode and ENV. All the images can be fetched 53 b) Program slave's U-Boot image, UCode, and ENV parameters into master's 67 and ENV stored in master's NorFlash. 77 k) Slave will set a specific TLB entry in order to fetch UCode and ENV 80 UCode and ENV. 106 UCode, ENV stored in master's NorFlash, and any other configurations 114 NOTE: When the Slave's ENV parameters are stored in Master's NorFlash, 115 it can fetch them through PCIE or SRIO interface. But the ENV
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | qfw.c | 122 char *env; in qemu_fwcfg_do_load() local 126 env = env_get("loadaddr"); in qemu_fwcfg_do_load() 127 load_addr = env ? in qemu_fwcfg_do_load() 128 (void *)simple_strtoul(env, NULL, 16) : in qemu_fwcfg_do_load() 135 env = env_get("ramdiskaddr"); in qemu_fwcfg_do_load() 136 initrd_addr = env ? in qemu_fwcfg_do_load() 137 (void *)simple_strtoul(env, NULL, 16) : in qemu_fwcfg_do_load()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | spl.c | 554 char *env = NULL; local 558 env = envf_get(desc, part_type[id]); 559 if (!env) 560 env = envf_get(desc, part_type[++id]); 561 if (env) { 562 if (!strstr(env, part_type[id])) { 563 part_list = calloc(1, strlen(env) + strlen(part_type[id]) + 2); 567 strcat(part_list, env); 570 part_list = env; 579 env = envf_get(desc, "sys_bootargs"); [all …]
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 193 env = self.toolchain.MakeEnvironment(self.builder.full_path) 228 'mrproper', *args, env=env) 231 *(args + config_args), env=env) 238 env=env) 313 env = result.toolchain.MakeEnvironment(self.builder.full_path) 319 raise_on_error=False, env=env) 329 raise_on_error=False, env=env) 344 raise_on_error=False, env=env)
|
| /rk3399_rockchip-uboot/board/samsung/common/bootscripts/ |
| H A D | autoboot.cmd | 38 #### Routine: boot_fit - check that env $boardname is set and boot proper config of ITB image 51 #### Routine: setboot_uimg - prepare env to boot uImage 60 #### Routine: setboot_zimg - prepare env to boot zImage 69 #### Routine: boot_img - boot the kernel after env setup
|