Searched refs:fw_printenv (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | Makefile | 25 always := fw_printenv 26 hostprogs-y := fw_printenv 32 fw_printenv-objs := fw_env_main.o $(lib-y) 37 $(obj)/.strip: $(obj)/fw_printenv
|
| H A D | README | 5 In order to cross-compile fw_printenv, run 10 You should then create a symlink from fw_setenv to fw_printenv. They use 62 drivers, a lock file at /var/lock/fw_printenv.lock is used to serialize access
|
| H A D | .gitignore | 2 fw_printenv
|
| H A D | fw_env.h | 44 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts);
|
| H A D | fw_env_main.c | 280 if (fw_printenv(argc, argv, noheader, &env_opts) != 0) in main()
|
| H A D | fw_env.c | 252 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts) in fw_printenv() function
|
| /OK3568_Linux_fs/buildroot/package/libubootenv/ |
| H A D | 0001-src-CMakeLists.txt-do-not-force-the-build-of-a-share.patch | 42 add_executable(fw_printenv fw_printenv.c) 45 target_link_libraries(fw_printenv ubootenv) 51 install (TARGETS fw_printenv DESTINATION ${CMAKE_INSTALL_BINDIR})
|
| H A D | Config.in | 8 The package provides the fw_printenv / fw_setenv utilities,
|
| /OK3568_Linux_fs/buildroot/package/mender/ |
| H A D | Config.in | 19 - fw_printenv must be functional on the device. 28 - The mender-grubenv package provides a fw_printenv script, 29 which is not compatible with the uboot-tools fw_printenv
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | Config.in | 79 bool "fw_printenv" 82 Install the fw_printenv / fw_setenv tools on the target system 84 The fw_printenv and fw_setenv tools from Das U-Boot
|
| H A D | uboot-tools.mk | 70 $(INSTALL) -m 0755 -D $(@D)/tools/env/fw_printenv $(TARGET_DIR)/usr/sbin/fw_printenv 71 ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 10266 #3571: u-boot: fw_printenv does not build
|