- 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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to