public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/master
Date: Mon, 11 Nov 2013 14:13:20 -0500	[thread overview]
Message-ID: <20131111191320.GE420@bill-the-cat> (raw)
In-Reply-To: <CACUy__WCedqOwGvWa+-jVc3JNLpT7Y6ayy54j9NGsJ8B2=veLA@mail.gmail.com>

On Sat, Nov 09, 2013 at 09:53:23PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> The following changes since commit 15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-usb
> (2013-11-08 15:25:29 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to ab41305d3b7c1afa29c0b7fafce854c24445423a:
> 
>   malta: define CONFIG_MEMSIZE_IN_BYTES (2013-11-09 17:21:02 +0100)
> 
> ----------------------------------------------------------------
> Gabor Juhos (1):
>       malta: define CONFIG_MEMSIZE_IN_BYTES
> 
> Paul Burton (18):
>       mips32: detect L1 cache sizes if they're not defined
>       pcnet: code style cleanup
>       pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send
>       pcnet: add cache flushing & invalidation
>       pcnet: enable the NOUFLO feature
>       pci.h: allow inclusion in assembly source
>       qemu-malta: rename to just "malta"
>       malta: setup super I/O UARTs
>       malta: support for coreFPGA6 boards
>       malta: display "U-boot" on the LCD screen
>       malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP
>       malta: remove cache size definitions
>       malta: disable L2 caches
>       malta: enable RTC support
>       malta: store environment in flash
>       malta: setup PIIX4 interrupt route
>       malta: add script & instructions to flash U-boot
>       malta: add myself to maintainers
> 
>  arch/mips/cpu/mips32/cache.S                |  90
> +++++++++++++++++++++++++++++++++++++-------
>  arch/mips/cpu/mips32/cpu.c                  |  73
> +++++++++++++++++++++++++++++++++---
>  arch/mips/cpu/mips32/start.S                |   2 +-
>  arch/mips/include/asm/malta.h               |  50 ++++++++++++++++++++++---
>  arch/mips/include/asm/mipsregs.h            |   6 +++
>  arch/mips/lib/bootm.c                       |  12 +++---
>  board/{qemu-malta => imgtec/malta}/Makefile |   3 +-
>  board/imgtec/malta/flash-malta-boot.tcl     |  40 ++++++++++++++++++++
>  board/imgtec/malta/lowlevel_init.S          | 238
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/imgtec/malta/malta.c                  | 208
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/imgtec/malta/superio.c                |  63
> +++++++++++++++++++++++++++++++
>  board/imgtec/malta/superio.h                |  15 ++++++++
>  board/qemu-malta/lowlevel_init.S            |  69
> ----------------------------------
>  board/qemu-malta/qemu-malta.c               |  47 -----------------------
>  boards.cfg                                  |   4 +-
>  doc/README.malta                            |  16 ++++++++
>  drivers/net/pcnet.c                         | 279
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
>  drivers/pci/Makefile                        |   1 +
>  drivers/pci/pci_msc01.c                     | 125
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/rtc/mc146818.c                      |   2 +-
>  include/configs/{qemu-malta.h => malta.h}   |  45 +++++++++++++---------
>  include/msc01.h                             | 135
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/pci.h                               |   6 ++-
>  include/pci_ids.h                           |   3 ++
>  include/pci_msc01.h                         |  17 +++++++++
>  25 files changed, 1254 insertions(+), 295 deletions(-)
>  rename board/{qemu-malta => imgtec/malta}/Makefile (81%)
>  create mode 100644 board/imgtec/malta/flash-malta-boot.tcl
>  create mode 100644 board/imgtec/malta/lowlevel_init.S
>  create mode 100644 board/imgtec/malta/malta.c
>  create mode 100644 board/imgtec/malta/superio.c
>  create mode 100644 board/imgtec/malta/superio.h
>  delete mode 100644 board/qemu-malta/lowlevel_init.S
>  delete mode 100644 board/qemu-malta/qemu-malta.c
>  create mode 100644 doc/README.malta
>  create mode 100644 drivers/pci/pci_msc01.c
>  rename include/configs/{qemu-malta.h => malta.h} (72%)
>  create mode 100644 include/msc01.h
>  create mode 100644 include/pci_msc01.h

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131111/2bff3b9c/attachment.pgp>

  parent reply	other threads:[~2013-11-11 19:13 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09 20:53 [U-Boot] [GIT PULL] u-boot-mips/master 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 [this message]
  -- 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-08-13 10:42 Daniel Schwierzeck
2013-08-13 13:13 ` Tom Rini
2013-07-23 22:42 Daniel Schwierzeck
2013-07-25 13:06 ` 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=20131111191320.GE420@bill-the-cat \
    --to=trini@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox