public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] implement set individual variables to default
@ 2011-09-22 15:06 Gerlando Falauto
  2011-09-22 15:06 ` [U-Boot] [PATCH 1/2] env: " Gerlando Falauto
  2011-09-22 15:06 ` [U-Boot] [PATCH 2/2] km/common: enable "env default" for all keymile boards Gerlando Falauto
  0 siblings, 2 replies; 10+ messages in thread
From: Gerlando Falauto @ 2011-09-22 15:06 UTC (permalink / raw)
  To: u-boot

This patch seriese implements the feature for resetting individual
environment variables to their default values as described in:
http://www.denx.de/wiki/U-Boot/TaskSetEnvironmentDefaults
and enables it for all keymile boards. see commit msg of first patch
for command usage.

Initial RFC was posted and the inputs were taken into account:
http://lists.denx.de/pipermail/u-boot/2011-September/100635.html

Gerlando Falauto (2):
  env: set individual variables to default
  km/common: enable "env default" for all keymile boards

 README                              |    2 +
 common/cmd_nvedit.c                 |   22 ++++++--
 common/env_common.c                 |  109 +++++++++++++++++++++++++++++++++++
 include/config_cmd_all.h            |    1 +
 include/configs/km/keymile-common.h |    1 +
 include/environment.h               |    5 ++
 6 files changed, 135 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-21 22:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 15:06 [U-Boot] [PATCH 0/2] implement set individual variables to default Gerlando Falauto
2011-09-22 15:06 ` [U-Boot] [PATCH 1/2] env: " Gerlando Falauto
2011-09-22 19:51   ` Wolfgang Denk
2011-09-23  7:31     ` Gerlando Falauto
2011-09-23  9:55       ` Wolfgang Denk
2011-09-28  9:20         ` Gerlando Falauto
2011-09-28 21:08           ` Wolfgang Denk
2011-09-29  6:13             ` Gerlando Falauto
2011-09-22 15:06 ` [U-Boot] [PATCH 2/2] km/common: enable "env default" for all keymile boards Gerlando Falauto
2011-10-21 22:37   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox