All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/master
Date: Wed, 24 Jul 2013 00:42:14 +0200	[thread overview]
Message-ID: <CACUy__UcuWNPa+_hv2Z_fAHDsfFfB9sA=ypE30=CPHpF4D4Teg@mail.gmail.com> (raw)

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

             reply	other threads:[~2013-07-23 22:42 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 22:42 Daniel Schwierzeck [this message]
2013-07-24 13:35 ` [U-Boot] [PATCH] qemu-malta: Update for SPDX license identifiers Tom Rini
2013-07-25 13:06   ` Tom Rini
2013-07-25 13:06 ` [U-Boot] [GIT PULL] u-boot-mips/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-09-23 16:58 Daniel Schwierzeck
2018-09-24 15:01 ` Tom Rini
2018-08-08 15:31 Daniel Schwierzeck
2018-08-10  3:27 ` Tom Rini
2017-11-28 21:13 Daniel Schwierzeck
2017-11-29  4:23 ` Tom Rini
2016-11-30 18:13 Daniel Schwierzeck
2016-11-30 19:01 ` Tom Rini
2016-11-30 19:21   ` Daniel Schwierzeck
2016-12-01  0:45 ` Tom Rini
2016-09-21 15:49 Daniel Schwierzeck
2016-09-22 15:35 ` Tom Rini
2016-06-10 10:52 Daniel Schwierzeck
2016-06-19 14:01 ` Tom Rini
2016-05-31  9:36 Daniel Schwierzeck
2016-05-31 14:50 ` Tom Rini
2016-05-26  0:13 Daniel Schwierzeck
2016-05-26 15:49 ` Tom Rini
2016-04-19 11:24 Daniel Schwierzeck
2016-04-21 11:25 ` Tom Rini
2016-03-09 11:01 Daniel Schwierzeck
2016-03-10 16:01 ` Tom Rini
2016-01-16 20:45 Daniel Schwierzeck
2016-01-17  3:00 ` Tom Rini
2015-11-06 13:10 Daniel Schwierzeck
2015-11-07 13:18 ` Tom Rini
2015-08-24 11:24 Daniel Schwierzeck
2015-08-24 13:43 ` Tom Rini
2015-08-24 15:47   ` Daniel Schwierzeck
2015-07-02  9:34 Daniel Schwierzeck
2015-07-10 12:55 ` Tom Rini
2015-04-24 10:20 Daniel Schwierzeck
2015-04-28 14:51 ` Tom Rini
2015-01-30 14:42 Daniel Schwierzeck
2015-02-02 18:57 ` Tom Rini
2015-01-21 13:14 Daniel Schwierzeck
2015-01-23 21:56 ` Tom Rini
2014-11-27 15:25 Daniel Schwierzeck
2014-11-27 18:09 ` Tom Rini
2014-10-31 18:50 Daniel Schwierzeck
2014-11-04  2:33 ` Tom Rini
2014-04-20 11:28 Daniel Schwierzeck
2014-04-21  8:37 ` Masahiro Yamada
2014-04-21  9:10   ` Daniel Schwierzeck
2014-04-21  9:46     ` Masahiro Yamada
2014-04-23 15:15 ` Tom Rini
2014-03-04 22:49 Daniel Schwierzeck
2014-03-05  0:03 ` Tom Rini
2013-11-26 23:56 Daniel Schwierzeck
2013-12-02 16:12 ` Tom Rini
2013-11-15 23:03 Daniel Schwierzeck
2013-11-17 19:17 ` Tom Rini
2013-11-09 20:53 Daniel Schwierzeck
2013-11-11 17:30 ` Tom Rini
2013-11-11 19:00   ` Daniel Schwierzeck
2013-11-11 19:11     ` Tom Rini
2013-11-11 19:13 ` Tom Rini
2013-08-13 10:42 Daniel Schwierzeck
2013-08-13 13:13 ` Tom Rini
2013-01-31  0:21 Daniel Schwierzeck
2013-01-31  0:30 ` Tom Rini
2013-01-16 10:11 Daniel Schwierzeck
2013-01-21 21:08 ` Tom Rini
2012-12-12 13:00 Daniel Schwierzeck
2012-12-12 13:52 ` Tom Rini
2012-12-08 20:57 Daniel Schwierzeck
2012-12-10 15:07 ` Tom Rini
2012-11-27 23:19 Daniel Schwierzeck
2012-11-28 13:04 ` Tom Rini
2012-10-16 22:01 Daniel Schwierzeck
2012-10-17 21:10 ` Tom Rini
2012-06-03 22:04 Daniel Schwierzeck
2012-06-07 21:39 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACUy__UcuWNPa+_hv2Z_fAHDsfFfB9sA=ypE30=CPHpF4D4Teg@mail.gmail.com' \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.