| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.c | 102 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 D | README | 3 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.
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | Kconfig | 4 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. 64 The environment white list. 77 environment area within the total memory of your EEPROM. 85 EEPROM, which holds the environment, is on the I2C bus. 94 EEPROM which holds the environment, is reached over 102 Define this if you want to use the FAT file system for the environment. [all …]
|
| /OK3568_Linux_fs/buildroot/boot/barebox/barebox-aux/ |
| H A D | Config.in | 43 bool "Generate an environment image" 45 Generate a custom environment image. This environment will 54 environment. Depending on your setup, it will probably be 62 string "Embedded environment path" 65 embedded barebox environment. This image will be used when 66 the environment found in the environment sector is 70 TOPDIR etc. to refer to the custom environment. 72 Depending on your setup, the custom embedded environment
|
| /OK3568_Linux_fs/buildroot/boot/barebox/barebox/ |
| H A D | Config.in | 48 bool "Generate an environment image" 50 Generate a custom environment image. This environment will 59 environment. Depending on your setup, it will probably be 67 string "Embedded environment path" 70 embedded barebox environment. This image will be used when 71 the environment found in the environment sector is 75 TOPDIR etc. to refer to the custom environment. 77 Depending on your setup, the custom embedded environment
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.marubun-pcmcia | 38 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 D | README.enetaddr | 18 - 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 D | README.spear | 36 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 D | README.at91 | 20 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:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 4 Subject: [PATCH 3/4] tests: use a dictionaries for environment 6 meson environment() can't be passed to configure_file and it is needed for installed_tests, 7 use a dictionary as this is simplest solution to install the environment. 24 - env = environment() 32 + # meson environment object can't be passed to configure_file and 33 + # installed tests uses configure_file to install the environment. 35 + # to install the environment.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/ |
| H A D | cmake-native_3.22.3.bb | 7 file://environment.d-cmake.sh \ 8 file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ 56 mkdir -p ${D}${base_prefix}/environment-setup.d 57 install -m 644 ${WORKDIR}/environment.d-cmake.sh ${D}${base_prefix}/environment-setup.d/cmake.sh 65 SYSROOT_DIRS_NATIVE += "${datadir}/cmake ${base_prefix}/environment-setup.d"
|
| H A D | cmake_3.22.3.bb | 11 file://environment.d-cmake.sh \ 12 file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ 52 mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d 53 … install -m 644 ${WORKDIR}/environment.d-cmake.sh ${D}${SDKPATHNATIVE}/environment-setup.d/cmake.sh
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | Config.in.host | 45 Generate a valid binary environment image from a text file 46 describing the key=value pairs of the environment. 54 The environment image will be called uboot-env.bin. 59 string "Source files for environment" 62 Text files describing the environment. Files should have 72 string "Size of environment" 82 U-Boot environment should be duplicated in two locations (for 88 ensure that the U-Boot environment image generated by 89 Buildroot is compatible with the "redundant environment"
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | working-projects.rst | 79 cross-toolchain environment setup script in the directory that the 82 the string "environment-setup" and contains the machine architecture, 88 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 110 environment variable provides the minimal arguments for GNU 118 is derived from the name of the environment setup script found in the 122 script is ``environment-setup-armv5te-poky-linux-gnueabi``. Thus, the 136 To learn about environment variables established when you run the 137 cross-toolchain environment setup script and how they are used or 161 environment variables established when you run the cross-toolchain 162 environment setup script. The environment variables are subject to [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | toolchain-scripts.bbclass | 13 # This function creates an environment-setup-script for use in a deployable SDK 15 # Create environment setup script. Remember that $SDKTARGETSYSROOT should 26 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-$multimach_target_sys} 35 …echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"… 66 # This function creates an environment-setup-script in the TMPDIR which enables 70 script=${TMPDIR}/environment-setup-${REAL_MULTIMACH_TARGET_SYS} 116 # Append environment subscripts 117 if [ -d "\$OECORE_TARGET_SYSROOT/environment-setup.d" ]; then 118 for envfile in \$OECORE_TARGET_SYSROOT/environment-setup.d/*.sh; do 122 if [ -d "\$OECORE_NATIVE_SYSROOT/environment-setup.d" ]; then [all …]
|
| /OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/ |
| H A D | readme.txt | 5 the buildroot environment for the MacchiatoBin board based on the 59 U-Boot environment 62 By default current configuration provides U-Boot that keeps environment 64 so that U-Boot will keep environment in SPI flash. On the first boot 65 SPI flash may be empty or it may contain a stale environment that 73 The example environment from uEnv-example.txt can be written to
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-toolchain.txt | 12 +output/host/bin/+ to your PATH environment variable and then to 19 overriden by setting the environment variable +BR2_SDK_PREFIX+) and 38 +environment-setup+ script installed in +output/host/+ and therefore 40 +. your/sdk/path/environment-setup+ to export a number of environment 47 environment is setup only for cross-compilation, and no longer for
|
| /OK3568_Linux_fs/u-boot/board/keymile/scripts/ |
| H A D | README | 5 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
|
| /OK3568_Linux_fs/u-boot/board/buffalo/lsxl/ |
| H A D | README | 8 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
|
| /OK3568_Linux_fs/buildroot/package/environment-setup/ |
| H A D | environment-setup.mk | 7 ENVIRONMENT_SETUP_FILE = $(HOST_DIR)/environment-setup 10 cp package/environment-setup/environment-setup $(ENVIRONMENT_SETUP_FILE)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0003-comment-out-sections-shutdown-and-environment-in-gen.patch | 4 Subject: [PATCH 3/4] comment out sections shutdown and environment in 40 if self.environment: 41 - pkgs += "@^%s\n" % self.environment 42 + pkgs += "#@^%s\n" % self.environment
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-environment-extsdk.bb | 1 # meta-environment for extensible SDK 3 require meta-environment.bb 5 PN = "meta-environment-extsdk-${MACHINE}"
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | android.txt | 4 I. Set the Android NDK environment 13 2. Set cross-compiling environment variables for NDK toolchain and sysroot. 28 Set the environment for the target you want using: 33 NDK sysroot environment variable. 42 3. Set the NDK toolchain environment variable. 70 Some perf features need environment variables to run properly.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | runbuilds.py | 63 br.environment = bec.be 131 br.environment.lock = BuildEnvironment.LOCK_FREE 132 br.environment.save() 163 ~Q(environment=None)): 164 br.environment.lock = BuildEnvironment.LOCK_FREE 165 br.environment.save() 192 builddir = '%s-toaster-%d' % (br.environment.builddir,br.project.id)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 857.patch | 103 - print "C++11 build environment partially enabled" 105 + print("C++11 build environment partially enabled") 108 - print "C++11 build environment is not supported on this version of G++" 109 + print("C++11 build environment is not supported on this version of G++") 111 - print "C++11 build environment enabled" 112 + print("C++11 build environment enabled") 128 - print "C++11 build environment disabled" 129 + print("C++11 build environment disabled")
|