public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/11] MIPS: bootm updates
@ 2013-06-08 22:42 Daniel Schwierzeck
  2013-06-08 22:42 ` [U-Boot] [PATCH 01/11] MIPS: bootm: fix checkpatch.pl warnings Daniel Schwierzeck
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Daniel Schwierzeck @ 2013-06-08 22:42 UTC (permalink / raw)
  To: u-boot

- refactoring and optimization of bootm command
- add support for logical memory blocks (LMB)
- make external init ramdisks working again with recent kernels
- add support for bootm subcommand 'cmdline'
- prepare bootm for upcoming device tree support
- add bootm support for newly added MIPS Malta Qemu
- drop obsolete bootm support of MIPS Qemu


Daniel Schwierzeck (11):
  MIPS: bootm: fix checkpatch.pl warnings
  MIPS: bootm: optimise kernel entry call
  MIPS: bootm: add support for LMB
  MIPS: bootm: refactor initialisation of kernel cmdline
  MIPS: bootm: refactor initialisation of kernel environment
  MIPS: bootm: make initialisation of Linux environment optional
  MIPS: bootm: add support for generic relocation of init ramdisks
  MIPS: bootm: automatically initialise kernel cmdline variable 'mem'
  MIPS: bootm: automatically initialise kernel cmdline variables
    'rd_start' and 'rd_size'
  MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu
    Malta
  MIPS: bootm: drop obsolete Qemu specific bootm implementation

 README                          |   6 +
 arch/mips/include/asm/config.h  |   3 +
 arch/mips/lib/Makefile          |   4 -
 arch/mips/lib/bootm.c           | 274 +++++++++++++++++++++++++++-------------
 arch/mips/lib/bootm_qemu_mips.c |  78 ------------
 5 files changed, 198 insertions(+), 167 deletions(-)
 delete mode 100644 arch/mips/lib/bootm_qemu_mips.c

-- 
1.8.1.2

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

end of thread, other threads:[~2013-06-25 21:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 22:42 [U-Boot] [PATCH 0/11] MIPS: bootm updates Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 01/11] MIPS: bootm: fix checkpatch.pl warnings Daniel Schwierzeck
2013-06-09 12:25   ` [U-Boot] [PATCH v2 " Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 02/11] MIPS: bootm: optimise kernel entry call Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 03/11] MIPS: bootm: add support for LMB Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 04/11] MIPS: bootm: refactor initialisation of kernel cmdline Daniel Schwierzeck
2013-06-09  7:55   ` Wolfgang Denk
2013-06-09 11:43     ` Daniel Schwierzeck
2013-06-09 12:26   ` [U-Boot] [PATCH v2 " Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 05/11] MIPS: bootm: refactor initialisation of kernel environment Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 06/11] MIPS: bootm: make initialisation of Linux environment optional Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 07/11] MIPS: bootm: add support for generic relocation of init ramdisks Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 08/11] MIPS: bootm: automatically initialise kernel cmdline variable 'mem' Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 09/11] MIPS: bootm: automatically initialise kernel cmdline variables 'rd_start' and 'rd_size' Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 10/11] MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta Daniel Schwierzeck
2013-06-08 22:42 ` [U-Boot] [PATCH 11/11] MIPS: bootm: drop obsolete Qemu specific bootm implementation Daniel Schwierzeck
2013-06-10 11:51 ` [U-Boot] [PATCH 0/11] MIPS: bootm updates Gabor Juhos
2013-06-21 19:59 ` Langer Thomas
2013-06-25 20:57   ` Daniel Schwierzeck
2013-06-25 21:22     ` Daniel Schwierzeck

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