Home
last modified time | relevance | path

Searched refs:fw_printenv (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/env/
H A DMakefile25 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 DREADME5 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.gitignore2 fw_printenv
H A Dfw_env.h44 int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts);
H A Dfw_env_main.c280 if (fw_printenv(argc, argv, noheader, &env_opts) != 0) in main()
H A Dfw_env.c252 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 D0001-src-CMakeLists.txt-do-not-force-the-build-of-a-share.patch42 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 DConfig.in8 The package provides the fw_printenv / fw_setenv utilities,
/OK3568_Linux_fs/buildroot/package/mender/
H A DConfig.in19 - 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 DConfig.in79 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 Duboot-tools.mk70 $(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 DCHANGES10266 #3571: u-boot: fw_printenv does not build