From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 21 Jan 2015 14:14:53 +0100 Subject: [U-Boot] [GIT PULL] u-boot-mips/master Message-ID: <54BFA64D.8050108@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 768f6096f9c389b5ed36bee2957bee16b085fc4a: Merge git://git.denx.de/u-boot-arc (2015-01-20 16:41:11 -0500) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to e520023882c7187a7cbaecfea0726ea158440aef: MIPS: add support for pre-relocation malloc (2015-01-21 14:07:23 +0100) ---------------------------------------------------------------- Daniel Schwierzeck (9): MIPS: bootm: refactor preparation of Linux kernel command line MIPS: bootm: refactor preparation of Linux kernel environment MIPS: bootm: add mem, rd_start and rd_size to kernel command line MIPS: bootm: prepare a flattened device tree for the kernel MIPS: bootm: add bootstage reporting MIPS: replace $(CPU) with Kconfig symbols MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE MIPS: add support for CONFIG_SYS_INIT_SP_ADDR MIPS: add support for pre-relocation malloc Thomas Langer (1): MIPS: use common code from lib/time.c arch/mips/Kconfig | 45 +++++++++++++++++++++++++++++++++++++++++++++ arch/mips/Makefile | 6 ++++-- arch/mips/cpu/mips32/start.S | 29 ++++++++++++++++++++++++++++- arch/mips/cpu/mips32/time.c | 59 ++++------------------------------------------------------- arch/mips/cpu/mips64/start.S | 29 ++++++++++++++++++++++++++++- arch/mips/cpu/mips64/time.c | 59 ++++------------------------------------------------------- arch/mips/include/asm/config.h | 2 -- arch/mips/lib/bootm.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- include/configs/malta.h | 2 -- 9 files changed, 206 insertions(+), 123 deletions(-)