[U-Boot] [GIT PULL] u-boot-mips/master

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Jan 21 14:14:53 CET 2015


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(-)



More information about the U-Boot mailing list