From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabor Juhos Date: Mon, 10 Jun 2013 13:51:44 +0200 Subject: [U-Boot] [PATCH 0/11] MIPS: bootm updates In-Reply-To: <1370731370-32767-1-git-send-email-daniel.schwierzeck@gmail.com> References: <1370731370-32767-1-git-send-email-daniel.schwierzeck@gmail.com> Message-ID: <51B5BDD0.7090409@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Daniel, > - 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 The series looks good. Acked-by: Gabor Juhos -Gabor