mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Omap xloader boot menu support and beagle env
@ 2012-04-14 16:15 Jean-Christophe PLAGNIOL-VILLARD
  2012-04-14 16:17 ` [PATCH 1/3] beagle: add default env support Jean-Christophe PLAGNIOL-VILLARD
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-04-14 16:15 UTC (permalink / raw)
  To: barebox

Hi,

	The following patch seri add the support of a boot menu in the xloader

	This will allow to choice where we boot from.
	As example if the nand boot is broken we can choose to boot from mmc.
	The autoboot is set to 1s as most of the time you expect to boot from the
	default boot.

	As the xloader need to be really small to fit in the sram the boot menu allow
	to add user interaction.

	This pull request also include 
	menu: enable the fancy color support only if HUSH is enabled

	send previously

The following changes since commit c406f591292ccc2af583445c0a8b5f9ade0310e2:

  at91sam9260ek/9g20ek: udpate defconfig (2012-04-13 15:55:28 +0200)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git omap

for you to fetch changes up to 3687e2b6dbc2e7319c6abf8023f122f7e9ec8403:

  beagle/xload: update defconfig (2012-04-15 00:25:26 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (4):
      menu: enable the fancy color support only if HUSH is enabled
      beagle: add default env support
      beagle: add xloader boot menu support
      beagle/xload: update defconfig

 arch/arm/boards/beagle/env/config                |   39 ++++++++
 arch/arm/configs/omap3530_beagle_defconfig       |   16 +++-
 arch/arm/configs/omap3530_beagle_xload_defconfig |    2 +
 arch/arm/mach-omap/xload.c                       |  115 ++++++++++++++++++++-
 common/menu.c                                    |   21 +++-
 5 files changed, 177 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boards/beagle/env/config

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-04-18 10:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-14 16:15 [PATCH 0/3] Omap xloader boot menu support and beagle env Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 16:17 ` [PATCH 1/3] beagle: add default env support Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 17:52   ` Eric Bénard
2012-04-15  1:29     ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 16:17 ` [PATCH 2/3] beagle: add xloader boot menu support Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 16:17 ` [PATCH 3/3] beagle/xload: update defconfig Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 20:16 ` [PATCH 0/3] Omap xloader boot menu support and beagle env Sascha Hauer
2012-04-15  1:39   ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-18 10:08 ` Sascha Hauer

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