- 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot