All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/8] MIPS: bootm updates
@ 2013-08-11 19:39 Daniel Schwierzeck
  2013-08-11 19:39 ` [U-Boot] [PATCH v3 1/8] MIPS: bootm: fix checkpatch.pl warnings Daniel Schwierzeck
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Daniel Schwierzeck @ 2013-08-11 19:39 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

Changes in v3:
- rebased to current master
- drop patches 6, 8 and 9, which need further discussion and review
- removed boot_prep_linux_legacy due to dropped patches

Changes in v2:
- fix multi-line comment
- use debug() macro

Daniel Schwierzeck (8):
  MIPS: bootm: fix checkpatch.pl warnings
  MIPS: bootm: optimize 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: add support for generic relocation of init ramdisks
  MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu
    Malta
  MIPS: bootm: drop obsolete Qemu specific bootm implementation

 arch/mips/include/asm/config.h  |   3 +
 arch/mips/lib/Makefile          |   4 -
 arch/mips/lib/bootm.c           | 241 ++++++++++++++++++++++++++--------------
 arch/mips/lib/bootm_qemu_mips.c |  62 -----------
 4 files changed, 160 insertions(+), 150 deletions(-)
 delete mode 100644 arch/mips/lib/bootm_qemu_mips.c

-- 
1.8.1.2

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

end of thread, other threads:[~2013-08-14 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 19:39 [U-Boot] [PATCH v3 0/8] MIPS: bootm updates Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 1/8] MIPS: bootm: fix checkpatch.pl warnings Daniel Schwierzeck
2013-08-14 13:06   ` Gabor Juhos
2013-08-11 19:39 ` [U-Boot] [PATCH v3 2/8] MIPS: bootm: optimize kernel entry call Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 3/8] MIPS: bootm: add support for LMB Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 4/8] MIPS: bootm: refactor initialisation of kernel cmdline Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 5/8] MIPS: bootm: refactor initialisation of kernel environment Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 6/8] MIPS: bootm: add support for generic relocation of init ramdisks Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 7/8] MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta Daniel Schwierzeck
2013-08-11 19:39 ` [U-Boot] [PATCH v3 8/8] MIPS: bootm: drop obsolete Qemu specific bootm implementation Daniel Schwierzeck

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.