public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH: cmdcfg: 00/19] Introduce initial versions of new Command Config files.
@ 2007-06-11 23:56 Jon Loeliger
  2007-06-12 15:22 ` Timur Tabi
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jon Loeliger @ 2007-06-11 23:56 UTC (permalink / raw)
  To: u-boot

Wolfgang,

This series of 19 patches introduces new CONFIG_CMD_*
names to replace the existing CFG_CMD_* and eliminates
the need for the bit-wise command configuration scheme.

In this step, the new names are introduced in "all"
and "default" files.  Individual boards can then be
configured with either of those starting points and
augmented with additional #define or #undef statements
as desired.

This patch series implements a "temporary step" in
which both the old and new configuration mechanism
are still fully supported, but the old style using
CFG_CMD_* is deprecated.  All references that used
to exist with CFG_CMD_* are now duplicated to have
    (CFG_CMD_x || CONFIG_CMD_x)
as a temporary measure, until all the individual
board config files are updated to use the new symbols.
When that happens, the old symbols will be removed.

An example new style command config file is shown
in include/configs/MPC8641HPCN.h.

I've made this series of patches available as a git
repository called u-boot-cfg.git:

gitweb:
    http://www.jdl.com/git_repos

git:
    git clone git://www.jdl.com/software/u-boot-cfg.git

Enjoy!

jdl

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

end of thread, other threads:[~2007-07-05  1:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-11 23:56 [U-Boot-Users] [PATCH: cmdcfg: 00/19] Introduce initial versions of new Command Config files Jon Loeliger
2007-06-12 15:22 ` Timur Tabi
2007-06-12 15:59   ` Wolfgang Denk
2007-06-12 16:07     ` Jon Loeliger
2007-06-12 16:08     ` Timur Tabi
2007-06-12 16:56       ` Wolfgang Denk
2007-06-12 17:41         ` Timur Tabi
2007-06-12 17:33 ` Ben Warren
2007-07-03 22:45 ` Wolfgang Denk
2007-07-05  0:59   ` Jon Loeliger
2007-07-05  1:43     ` Wolfgang Denk

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