mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Multi uImage support on ARM
@ 2011-10-08 14:17 Jean-Christophe PLAGNIOL-VILLARD
  2011-10-08 14:29 ` [PATCH 1/5] bootm: ensure the uImage is mapped first to allow option to used it Jean-Christophe PLAGNIOL-VILLARD
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-10-08 14:17 UTC (permalink / raw)
  To: barebox

Hi,

	This the final patch seires to add the Multi uImage support to
	barebox

	This does not support yet the script type but allow us to boot a uImage
	with a kernel and an initrd inside

	It will be easy to add the DT support too

	And enable it on arm.

Jean-Christophe PLAGNIOL-VILLARD (5):
      bootm: ensure the uImage is mapped first to allow option to used it
      get_fake_image_handle: set nb_data_entries to 1 and update the header size
      bootm: add -L option to specify the initrd load address
      arm/bootm: enable multi uimage support
      defaultenv: add bootm_opt var to allow the board to pass parameter to bootm

 arch/arm/lib/bootm.c |    5 -----
 commands/bootm.c     |   42 +++++++++++++++++++++++++++++++++++-------
 defaultenv/bin/boot  |    2 +-
 3 files changed, 36 insertions(+), 13 deletions(-)

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:[~2011-10-12  6:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-08 14:17 [PATCH 0/5] Multi uImage support on ARM Jean-Christophe PLAGNIOL-VILLARD
2011-10-08 14:29 ` [PATCH 1/5] bootm: ensure the uImage is mapped first to allow option to used it Jean-Christophe PLAGNIOL-VILLARD
2011-10-08 14:29 ` [PATCH 2/5] get_fake_image_handle: set nb_data_entries to 1 and update the header size Jean-Christophe PLAGNIOL-VILLARD
2011-10-08 14:29 ` [PATCH 3/5] bootm: add -L option to specify the initrd load address Jean-Christophe PLAGNIOL-VILLARD
2011-10-08 14:29 ` [PATCH 4/5] arm/bootm: enable multi uimage support Jean-Christophe PLAGNIOL-VILLARD
2011-10-08 14:29 ` [PATCH 5/5] defaultenv: add bootm_opt var to allow the board to pass parameter to bootm Jean-Christophe PLAGNIOL-VILLARD
2011-10-09  9:37 ` [PATCH 0/5] Multi uImage support on ARM Sascha Hauer
2011-10-10 22:06   ` Jean-Christophe PLAGNIOL-VILLARD
2011-10-12  6:55     ` Sascha Hauer

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