public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-ppc4xx/master
Date: Wed, 7 Oct 2009 09:38:38 +0200	[thread overview]
Message-ID: <200910070938.38170.sr@denx.de> (raw)

Hi Wolfgang,

please pull those fixes and updates (initial version was posted before the
merge window was closed). Thanks.

The following changes since commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7:
  Ben Warren (1):
        Add information about return values of xxx_eth_register() in documentation

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Mike Nuss (1):
      PPC4xx: Denali core: Fix incorrect DDR row bits

Niklaus Giger (4):
      ppc4xx: Cleanup some HW register names
      ppc_4xx: Apply new HW register names
      ppc4xx: Rework cmd reginfo
      ppc4xx: respect 80-chars per line in ppc*.h files

Stefan Roese (2):
      ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
      ppc4xx: Add PPC405EX(r) Rev D support

 board/amcc/bamboo/bamboo.c            |   32 +-
 board/amcc/canyonlands/canyonlands.c  |   25 +-
 board/amcc/ebony/ebony.c              |   22 +-
 board/amcc/katmai/katmai.c            |   25 +-
 board/amcc/kilauea/kilauea.c          |    3 +
 board/amcc/luan/epld.h                |   22 +-
 board/amcc/luan/luan.c                |   22 +-
 board/amcc/makalu/makalu.c            |    3 +
 board/amcc/ocotea/ocotea.c            |   22 +-
 board/amcc/sequoia/sequoia.c          |   28 +-
 board/amcc/taishan/showinfo.c         |  112 ++--
 board/amcc/taishan/taishan.c          |   22 +-
 board/amcc/yosemite/yosemite.c        |   32 +-
 board/amcc/yucca/yucca.c              |   25 +-
 board/esd/common/cmd_loadpci.c        |    2 +-
 board/esd/du440/du440.c               |   28 +-
 board/esd/pmc440/cmd_pmc440.c         |   10 +-
 board/esd/pmc440/pmc440.c             |   32 +-
 board/exbitgen/init.S                 |    4 +-
 board/gdsys/gdppc440etx/gdppc440etx.c |   32 +-
 board/gdsys/intip/intip.c             |   22 +-
 board/korat/korat.c                   |   28 +-
 board/lwmon5/lwmon5.c                 |   32 +-
 board/netstal/hcu5/hcu5.c             |   28 +-
 board/pcs440ep/pcs440ep.c             |   32 +-
 board/prodrive/alpr/alpr.c            |   52 +-
 board/prodrive/p3p440/p3p440.c        |   22 +-
 board/sandburst/common/ppc440gx_i2c.h |    2 +-
 board/sandburst/common/sb_common.c    |   22 +-
 board/xes/xpedite1000/xpedite1000.c   |   24 +-
 common/cmd_reginfo.c                  |  158 +----
 cpu/ppc4xx/4xx_pci.c                  |   48 +-
 cpu/ppc4xx/4xx_pcie.c                 |    3 +-
 cpu/ppc4xx/Makefile                   |    4 +
 cpu/ppc4xx/cpu.c                      |   30 +-
 cpu/ppc4xx/cpu_init.c                 |    4 +-
 cpu/ppc4xx/denali_spd_ddr2.c          |    2 +-
 cpu/ppc4xx/miiphy.c                   |   24 +-
 cpu/ppc4xx/reginfo.c                  |  370 +++++++++
 cpu/ppc4xx/speed.c                    |    6 +-
 drivers/net/4xx_enet.c                |  100 ++--
 include/4xx_i2c.h                     |    2 +-
 include/asm-ppc/processor.h           |    6 +-
 include/ppc405.h                      |  530 +++++++-------
 include/ppc440.h                      | 1401 +++++++++++++++++++--------------
 include/ppc4xx.h                      |   36 +-
 include/ppc4xx_enet.h                 |  314 ++++----
 post/cpu/ppc4xx/ether.c               |   50 +-
 48 files changed, 2151 insertions(+), 1704 deletions(-)
 create mode 100644 cpu/ppc4xx/reginfo.c

             reply	other threads:[~2009-10-07  7:38 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07  7:38 Stefan Roese [this message]
2009-10-07 22:08 ` [U-Boot] Please pull u-boot-ppc4xx/master Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2016-09-27 16:27 Stefan Roese
2016-09-27 21:34 ` Tom Rini
2016-08-09  7:31 Stefan Roese
2016-08-10  0:45 ` Tom Rini
2016-03-21  8:44 Stefan Roese
2016-03-22 14:55 ` Tom Rini
2015-11-30 11:56 Stefan Roese
2015-11-30 20:17 ` Tom Rini
2014-11-19  8:03 Stefan Roese
2014-11-20 14:17 ` Tom Rini
2014-11-05  9:27 Stefan Roese
2014-11-05 15:59 ` Tom Rini
2014-07-25  9:10 Stefan Roese
2014-07-28 21:48 ` Tom Rini
2014-04-24 11:20 Stefan Roese
2014-04-25 19:45 ` Tom Rini
2013-09-07  7:50 Stefan Roese
2013-09-09 14:56 ` Tom Rini
2013-08-19  8:37 Stefan Roese
2013-08-19 13:40 ` Tom Rini
2013-04-22  8:27 Stefan Roese
2013-04-22 17:51 ` Tom Rini
2012-12-06 14:57 Stefan Roese
2012-12-06 15:44 ` Tom Rini
2012-09-03  9:42 Stefan Roese
2012-09-03 19:19 ` Wolfgang Denk
2012-04-30 13:11 Stefan Roese
2012-04-30 14:57 ` Wolfgang Denk
2011-12-01  8:18 Stefan Roese
2011-12-01 23:04 ` Wolfgang Denk
2011-10-12  9:59 Stefan Roese
2011-10-12 20:46 ` Wolfgang Denk
2011-09-19 12:01 Stefan Roese
2011-09-19 21:19 ` Wolfgang Denk
2011-07-28 17:19 Stefan Roese
2011-08-02 19:52 ` Wolfgang Denk
2011-05-12 14:17 Stefan Roese
2011-05-12 17:28 ` Wolfgang Denk
2011-04-21  9:30 Stefan Roese
2011-04-24 22:58 ` Wolfgang Denk
2011-02-07 10:38 Stefan Roese
2011-02-09 19:54 ` Wolfgang Denk
2011-01-11  9:41 Stefan Roese
2010-12-15 12:42 Stefan Roese
2010-12-16 21:35 ` Wolfgang Denk
2010-11-28 10:34 Stefan Roese
2010-11-28 16:45 ` Wolfgang Denk
2010-10-25 15:32 Stefan Roese
2010-10-26 18:58 ` Wolfgang Denk
2010-10-20  8:42 Stefan Roese
2010-10-20 19:21 ` Wolfgang Denk
2010-10-21  4:44   ` Stefan Roese
2010-10-21  6:08     ` Wolfgang Denk
2010-10-21  6:21       ` Stefan Roese
2010-10-04  9:27 Stefan Roese
2010-10-05 12:37 ` Wolfgang Denk
2010-09-22  8:36 Stefan Roese
2010-09-22 20:56 ` Wolfgang Denk
2010-09-03  9:16 Stefan Roese
2010-09-07 19:54 ` Wolfgang Denk
2010-08-09 14:25 Stefan Roese
2010-08-10 20:53 ` Wolfgang Denk
2010-07-23  8:26 Stefan Roese
2010-07-24 18:41 ` Wolfgang Denk
2010-07-01  8:36 Stefan Roese
2010-07-04 21:39 ` Wolfgang Denk
2010-05-17  9:02 Stefan Roese
2010-05-17 21:15 ` Wolfgang Denk
2010-04-29  8:23 Stefan Roese
2010-04-30 22:44 ` Wolfgang Denk
2010-04-19 13:47 Stefan Roese
2010-04-24 19:18 ` Wolfgang Denk
2010-04-14  8:36 Stefan Roese
2010-04-16  9:22 ` Wolfgang Denk
2010-03-30 11:10 Stefan Roese
2010-03-30 20:21 ` Wolfgang Denk
2010-03-24 13:49 Stefan Roese
2010-03-27 23:03 ` Wolfgang Denk
2010-03-04  9:10 Stefan Roese
2010-03-04 20:29 ` Wolfgang Denk
2010-02-03  9:10 Stefan Roese
2010-02-03 19:23 ` Wolfgang Denk
2010-01-23  8:20 Stefan Roese
2010-01-21  7:47 Stefan Roese
2010-01-21 21:28 ` Wolfgang Denk
2009-11-17 12:40 Stefan Roese
2009-11-17 21:33 ` Wolfgang Denk
2009-11-09 12:34 Stefan Roese
2009-11-11 22:00 ` Wolfgang Denk
2009-10-23 14:20 Stefan Roese
2009-10-24 20:25 ` Wolfgang Denk
2009-10-02 12:03 Stefan Roese
2009-10-03 21:41 ` Wolfgang Denk
2009-09-28  8:56 Stefan Roese
2009-09-30 21:27 ` Wolfgang Denk
2009-08-25 15:47 Stefan Roese
2009-08-25 20:53 ` Wolfgang Denk
2009-08-26  4:30   ` Stefan Roese
2009-08-18  7:23 Stefan Roese
2009-08-18 11:58 ` Wolfgang Denk
2009-08-18 17:06   ` Stefan Roese
2009-08-18 19:23     ` Wolfgang Denk
2009-07-30 12:18 Stefan Roese
2009-07-30 12:32 ` Wolfgang Denk
2009-07-28  5:29 Stefan Roese
2009-07-29  7:27 ` 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=200910070938.38170.sr@denx.de \
    --to=sr@denx.de \
    --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