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

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Jul 24 00:42:14 CEST 2013


Hi Tom,

The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:

  Prepare v2013.07 (2013-07-23 07:58:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to ef422fdc0e1684f4809e28ecbedaa922b7b50af5:

  MIPS: mips32/cache.S: use v1 register for indirect function calls
(2013-07-24 00:20:07 +0200)

----------------------------------------------------------------
Gabor Juhos (24):
      MIPS: mips64: fix typos in copyright text of start.S
      net: pcnet: use pci_virt_to_mem to obtain buffer addresses
      MIPS: import gt64120.h header from Linux
      MIPS: start.S: emulate REVISION register for qemu-malta
      MIPS: qemu-malta: add support for emulated MIPS Malta board
      MIPS: qemu-malta: add reset support
      MIPS: qemu-malta: enable flash support
      MIPS: qemu-malta: setup GT64120 registers as done by YAMON
      MIPS: qemu-malta: add PCI support
      MIPS: qemu-malta: bring up ethernet
      MIPS: mips32/time.c: fix checkpatch errors/warnings
      MIPS: mips64/interrupt.c: remove superfluous include
      MIPS: remove obsolete TODO items
      MIPS: mips32/cache.S: remove superfluous register assignment
      MIPS: mips32/start.S: use t8 register for dynamic relocation
      MIPS: mips32/start.S: rework relocation info check
      MIPS: xburst/start.S: save relocation address in s2 register
      MIPS: xburst/start.S: save relocation offset in s1 register
      MIPS: xburst/start.S: save gd in s0 register
      MIPS: xburst/start.S: use t8 register for dynamic relocation
      MIPS: xburst/start.S: rework relocation info check
      MIPS: mips32/cache.S: save return address in t9 register
      MIPS: mips32/cache.S: store cache line size in t8 register
      MIPS: mips32/cache.S: use v1 register for indirect function calls

 arch/mips/cpu/mips32/cache.S      |  17 ++--
 arch/mips/cpu/mips32/start.S      |  32 +++++---
 arch/mips/cpu/mips32/time.c       |   5 +-
 arch/mips/cpu/mips64/interrupts.c |   1 -
 arch/mips/cpu/mips64/start.S      |   6 +-
 arch/mips/cpu/xburst/start.S      |  41 +++++-----
 arch/mips/include/asm/malta.h     |  23 ++++++
 board/qemu-malta/Makefile         |  45 +++++++++++
 board/qemu-malta/lowlevel_init.S  |  71 +++++++++++++++++
 board/qemu-malta/qemu-malta.c     |  49 ++++++++++++
 boards.cfg                        |   2 +
 doc/README.mips                   |   4 -
 drivers/net/pcnet.c               |   2 +-
 drivers/pci/Makefile              |   1 +
 drivers/pci/pci_gt64120.c         | 178
+++++++++++++++++++++++++++++++++++++++++
 include/configs/qemu-malta.h      | 116 +++++++++++++++++++++++++++
 include/gt64120.h                 | 550
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/pci_gt64120.h             |  19 +++++
 18 files changed, 1110 insertions(+), 52 deletions(-)
 create mode 100644 arch/mips/include/asm/malta.h
 create mode 100644 board/qemu-malta/Makefile
 create mode 100644 board/qemu-malta/lowlevel_init.S
 create mode 100644 board/qemu-malta/qemu-malta.c
 create mode 100644 drivers/pci/pci_gt64120.c
 create mode 100644 include/configs/qemu-malta.h
 create mode 100644 include/gt64120.h
 create mode 100644 include/pci_gt64120.h


More information about the U-Boot mailing list