public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC] Menu Frameworj
Date: Sat, 13 Jun 2009 21:10:11 +0200	[thread overview]
Message-ID: <20090613191011.GK25406@game.jcrosoft.org> (raw)

Hi,

	The following patch will introduce a menu framework
	that allow us to create list menu to simplify u-boot and make it more
	convivial for the end-user.

	This kind of menu is very usefull when you do not have a keyboard or a
	serial console attached to your board to allow you to interract with
	u-boot

	For the develloper part,
	The framework introduce two API

	1) C
	that allow you to create menu, submenu, entry and complex menu action

	2) Command
	that allow you as the C API to create menu, submenu, entry and complex
	menu action but this time the actions will be store in a env var and
	then be evaluated and excecuted.

	NB the current code need somework to be mainline as doc, error message
	but it's functionnal. So feel free to test and improve

Best Regards,
J.

             reply	other threads:[~2009-06-13 19:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-13 19:10 Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-06-13 19:13 ` [U-Boot] [RFC/PATCH 1/2] Add menu Framework Jean-Christophe PLAGNIOL-VILLARD
2009-06-13 19:13   ` [U-Boot] [RFC/PATCH 1/2] r2dplus: add menu example support Jean-Christophe PLAGNIOL-VILLARD
2009-06-13 23:15     ` Wolfgang Denk
2009-06-15 13:04       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-13 23:14   ` [U-Boot] [RFC/PATCH 1/2] Add menu Framework Wolfgang Denk
2009-06-15 13:04     ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-16 10:54       ` Detlev Zundel
2009-06-16 15:17         ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-15  6:04   ` Mike Frysinger
2009-06-15  8:16     ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-13 23:09 ` [U-Boot] [RFC] Menu Frameworj Wolfgang Denk
2009-06-14  8:27   ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14  8:51     ` Wolfgang Denk
2009-06-14  9:22       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 10:22         ` Wolfgang Denk
2009-06-14 10:29           ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 10:44             ` Wolfgang Denk
2009-06-14 11:00               ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 15:05               ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14  9:24       ` Mike Frysinger
2009-06-14  9:24         ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 10:26           ` Wolfgang Denk
2009-06-14 10:35             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 10:46               ` Wolfgang Denk
2009-06-14 11:15           ` Mike Frysinger
2009-06-14 11:20             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-14 11:49               ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090613191011.GK25406@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox