Home
last modified time | relevance | path

Searched hist:aa701b94336b358798d676eef12a7b90bdac23f5 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.h497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
H A DMakefile497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
H A Dfw_env.c497f2053f8cdd5df412e8dd01db525eb04201ebb Wed Oct 03 09:38:46 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Use a board-specific default env

Originally added in aa701b94336b358798d676eef12a7b90bdac23f5

Before this patch, there was a hard-coded env that was used as default
if the env in flash is detected as invalid. Now this tool (compiled
for a given board) will share the default env with the u-boot for the
board.

Fix include of config.h

Need to define "TEXT_BASE" when building the fw_env tool so that the
default env will be correct for environments which use it.

Define __ASSEMBLY__ when calling #include <config.h> so that we only
get #defines (all we're interested in).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
aa701b94336b358798d676eef12a7b90bdac23f5 Thu Dec 22 08:59:55 UTC 2011 Grant Erickson <marathon96@gmail.com> tools/env: allow overwrite of ethaddr on default

This patch allows the U-Boot user space companion utility, fw_setenv,
to overwrite the 'ethaddr' key/value pair if the current value is set
to a per-board-configured default.

This change allows 'fw_setenv' to match the behavior of 'setenv' /
'env set' on the U-Boot command line.

Signed-off-by: Grant Erickson <marathon96@gmail.com>
Fixed excessive white space.
Signed-off-by: Wolfgang Denk <wd@denx.de>