Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 D.gitignore2 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 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