[U-Boot] [U-Boot, v4, 4/6] command: commands: Add macros to declare commands with subcmds

Tom Rini trini at konsulko.com
Wed Jan 16 02:39:24 UTC 2019


On Mon, Dec 03, 2018 at 10:54:21PM +0100, Boris Brezillon wrote:

> Most cmd/xxx.c source files expose several commands through a single
> entry point. Some of them are doing the sub-command parsing manually in
> their do_<cmd>() function, others are declaring a table of sub-commands
> and then use find_cmd_tbl() to delegate the request to the sub command
> handler.
> 
> In either case, the amount of code to do that is not negligible and
> repetitive, not to mention that almost no commands are implementing
> the auto-completion hook, which means most u-boot commands lack
> auto-completion.
> 
> Provide several macros to easily define commands exposing sub-commands.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon at bootlin.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190115/f237b494/attachment.sig>


More information about the U-Boot mailing list