All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RFC] Menu Frameworj
@ 2009-06-13 19:10 Jean-Christophe PLAGNIOL-VILLARD
  2009-06-13 19:13 ` [U-Boot] [RFC/PATCH 1/2] Add menu Framework Jean-Christophe PLAGNIOL-VILLARD
  2009-06-13 23:09 ` [U-Boot] [RFC] Menu Frameworj Wolfgang Denk
  0 siblings, 2 replies; 28+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-06-13 19:10 UTC (permalink / raw)
  To: u-boot

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.

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

end of thread, other threads:[~2009-06-16 15:17 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-13 19:10 [U-Boot] [RFC] Menu Frameworj Jean-Christophe PLAGNIOL-VILLARD
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.