All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2008-08-25 22:38 Kim Phillips
  2008-08-26 21:19 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2008-08-25 22:38 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

please pull some enhanced usb phy specification, migration to generic
pci for the 8349EMDS, a new vendor dir matrix_vision, and more 83xx
register definitions:

The following changes since commit a49d10cf027d059ee15c262010a05cdaec0961e1:
  Wolfgang Denk (1):
        Minor coding style cleanup, updte CHANGELOG

are available in the git repository at:

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

Andre Schwarz (1):
      change mvBL-M7 default env and move to vendor subdir

Anton Vorontsov (3):
      fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
      83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
      83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup

Ira W. Snyder (3):
      MPC8349EMDS: use 83XX_GENERIC_PCI setup code
      mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
      MPC8349EMDS: Add PCI Agent (PCISLAVE) support

Kim Phillips (2):
      Merge branch 'next'
      fix out of tree building

Nick Spence (1):
      MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices

 Makefile                                           |    4 +-
 board/freescale/mpc8315erdb/mpc8315erdb.c          |   39 ++-
 board/freescale/mpc8349emds/mpc8349emds.c          |    9 +
 board/freescale/mpc8349emds/pci.c                  |  414 +++++---------------
 board/{ => matrix_vision}/mvblm7/Makefile          |    0
 board/{ => matrix_vision}/mvblm7/config.mk         |    0
 board/{ => matrix_vision}/mvblm7/fpga.c            |    0
 board/{ => matrix_vision}/mvblm7/fpga.h            |    0
 board/{ => matrix_vision}/mvblm7/mvblm7.c          |    0
 board/{ => matrix_vision}/mvblm7/mvblm7.h          |    0
 board/{ => matrix_vision}/mvblm7/mvblm7_autoscript |   10 +-
 board/{ => matrix_vision}/mvblm7/pci.c             |    0
 common/fdt_support.c                               |   30 ++-
 cpu/mpc83xx/pci.c                                  |   26 ++
 include/asm-ppc/immap_83xx.h                       |    4 +-
 include/configs/MPC8315ERDB.h                      |    2 +
 include/configs/MPC8349EMDS.h                      |   26 ++-
 include/configs/MVBLM7.h                           |   56 ++--
 include/mpc83xx.h                                  |    7 +
 19 files changed, 273 insertions(+), 354 deletions(-)
 rename board/{ => matrix_vision}/mvblm7/Makefile (100%)
 rename board/{ => matrix_vision}/mvblm7/config.mk (100%)
 rename board/{ => matrix_vision}/mvblm7/fpga.c (100%)
 rename board/{ => matrix_vision}/mvblm7/fpga.h (100%)
 rename board/{ => matrix_vision}/mvblm7/mvblm7.c (100%)
 rename board/{ => matrix_vision}/mvblm7/mvblm7.h (100%)
 rename board/{ => matrix_vision}/mvblm7/mvblm7_autoscript (80%)
 rename board/{ => matrix_vision}/mvblm7/pci.c (100%)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2008-08-25 22:38 Kim Phillips
@ 2008-08-26 21:19 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2008-08-26 21:19 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20080825173851.19e56e32.kim.phillips@freescale.com> you wrote:
> Hello Wolfgang,
> 
> please pull some enhanced usb phy specification, migration to generic
> pci for the 8349EMDS, a new vendor dir matrix_vision, and more 83xx
> register definitions:
> 
> The following changes since commit a49d10cf027d059ee15c262010a05cdaec0961e1:
>   Wolfgang Denk (1):
>         Minor coding style cleanup, updte CHANGELOG
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Andre Schwarz (1):
>       change mvBL-M7 default env and move to vendor subdir
> 
> Anton Vorontsov (3):
>       fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
>       83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
>       83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
> 
> Ira W. Snyder (3):
>       MPC8349EMDS: use 83XX_GENERIC_PCI setup code
>       mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
>       MPC8349EMDS: Add PCI Agent (PCISLAVE) support
> 
> Kim Phillips (2):
>       Merge branch 'next'
>       fix out of tree building
> 
> Nick Spence (1):
>       MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
> 
>  Makefile                                           |    4 +-
>  board/freescale/mpc8315erdb/mpc8315erdb.c          |   39 ++-
>  board/freescale/mpc8349emds/mpc8349emds.c          |    9 +
>  board/freescale/mpc8349emds/pci.c                  |  414 +++++---------------
>  board/{ => matrix_vision}/mvblm7/Makefile          |    0
>  board/{ => matrix_vision}/mvblm7/config.mk         |    0
>  board/{ => matrix_vision}/mvblm7/fpga.c            |    0
>  board/{ => matrix_vision}/mvblm7/fpga.h            |    0
>  board/{ => matrix_vision}/mvblm7/mvblm7.c          |    0
>  board/{ => matrix_vision}/mvblm7/mvblm7.h          |    0
>  board/{ => matrix_vision}/mvblm7/mvblm7_autoscript |   10 +-
>  board/{ => matrix_vision}/mvblm7/pci.c             |    0
>  common/fdt_support.c                               |   30 ++-
>  cpu/mpc83xx/pci.c                                  |   26 ++
>  include/asm-ppc/immap_83xx.h                       |    4 +-
>  include/configs/MPC8315ERDB.h                      |    2 +
>  include/configs/MPC8349EMDS.h                      |   26 ++-
>  include/configs/MVBLM7.h                           |   56 ++--
>  include/mpc83xx.h                                  |    7 +
>  19 files changed, 273 insertions(+), 354 deletions(-)
>  rename board/{ => matrix_vision}/mvblm7/Makefile (100%)
>  rename board/{ => matrix_vision}/mvblm7/config.mk (100%)
>  rename board/{ => matrix_vision}/mvblm7/fpga.c (100%)
>  rename board/{ => matrix_vision}/mvblm7/fpga.h (100%)
>  rename board/{ => matrix_vision}/mvblm7/mvblm7.c (100%)
>  rename board/{ => matrix_vision}/mvblm7/mvblm7.h (100%)
>  rename board/{ => matrix_vision}/mvblm7/mvblm7_autoscript (80%)
>  rename board/{ => matrix_vision}/mvblm7/pci.c (100%)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
######## This message was made from 100% recycled electrons. ########

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2008-09-03 21:11 Kim Phillips
  2008-09-03 21:46 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2008-09-03 21:11 UTC (permalink / raw)
  To: u-boot

WD, please pull:

The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51:
  Jean-Christophe PLAGNIOL-VILLARD (1):
        device: make device_register() clone the device

are available in the git repository at:

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

Nick Spence (5):
      MPC83XX: Fix GPIO configuration - set gpio level before direction
      mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
      mpc83xx: Store and display Arbiter Event Register values
      mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
      mpc83xx: fix mpc8313 in-tree building with NAND

 MAKEALL                       |    2 +-
 Makefile                      |    3 +
 cpu/mpc83xx/cpu_init.c        |  140 ++++++++++++++++++++++++++++++++++++++++-
 cpu/mpc83xx/start.S           |   71 +++++++++++++-------
 include/asm-ppc/global_data.h |    4 +
 5 files changed, 191 insertions(+), 29 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2008-09-03 21:11 Kim Phillips
@ 2008-09-03 21:46 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2008-09-03 21:46 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20080903161129.54dd4173.kim.phillips@freescale.com> you wrote:
> WD, please pull:
> 
> The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51:
>   Jean-Christophe PLAGNIOL-VILLARD (1):
>         device: make device_register() clone the device
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Nick Spence (5):
>       MPC83XX: Fix GPIO configuration - set gpio level before direction
>       mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
>       mpc83xx: Store and display Arbiter Event Register values
>       mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
>       mpc83xx: fix mpc8313 in-tree building with NAND
> 
>  MAKEALL                       |    2 +-
>  Makefile                      |    3 +
>  cpu/mpc83xx/cpu_init.c        |  140 ++++++++++++++++++++++++++++++++++++++++-
>  cpu/mpc83xx/start.S           |   71 +++++++++++++-------
>  include/asm-ppc/global_data.h |    4 +
>  5 files changed, 191 insertions(+), 29 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In a survey taken several years ago, all  incoming  freshmen  at  MIT
were  asked  if  they  expected  to graduate in the top half of their
class. Ninety-seven percent responded that they did.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2008-10-21 23:56 Kim Phillips
  2008-10-22  7:28 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2008-10-21 23:56 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

Please pull:

The following changes since commit def0819e920b05b34b56d8b42e1e43d9b89a52d6:
  Wolfgang Denk (1):
        FDT: don't use private kernel header files

are available in the git repository at:

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

Anton Vorontsov (8):
      mpc83xx: mpc8360emds: rework LBC SDRAM setup
      mpc83xx: fix serdes setup for the MPC8378E boards
      mpc83xx: serdes: add forgotten shifts for rfcks
      mpc83xx: add TSECs' HRCWH masks for MPC837x processors
      mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
      mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
      mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
      mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS

Richard Retanubun (1):
      mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function

 board/freescale/mpc8360emds/mpc8360emds.c |   39 +++++--
 board/freescale/mpc837xemds/mpc837xemds.c |  172 ++++++++++++++++++++++++++++-
 board/freescale/mpc837xemds/pci.c         |    3 +
 board/freescale/mpc837xerdb/mpc837xerdb.c |    2 +-
 cpu/mpc83xx/cpu.c                         |    5 -
 cpu/mpc83xx/serdes.c                      |    2 +-
 include/asm-ppc/fsl_serdes.h              |   10 +-
 include/configs/MPC8360EMDS.h             |   25 ++---
 include/configs/MPC837XEMDS.h             |   20 +++-
 include/mpc83xx.h                         |    2 +
 10 files changed, 234 insertions(+), 46 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2008-10-21 23:56 Kim Phillips
@ 2008-10-22  7:28 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2008-10-22  7:28 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20081021185638.17e2b548.kim.phillips@freescale.com> you wrote:
> Dear Wolfgang Denk,
> 
> Please pull:
> 
> The following changes since commit def0819e920b05b34b56d8b42e1e43d9b89a52d6:
>   Wolfgang Denk (1):
>         FDT: don't use private kernel header files
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (8):
>       mpc83xx: mpc8360emds: rework LBC SDRAM setup
>       mpc83xx: fix serdes setup for the MPC8378E boards
>       mpc83xx: serdes: add forgotten shifts for rfcks
>       mpc83xx: add TSECs' HRCWH masks for MPC837x processors
>       mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
>       mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
>       mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
>       mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
> 
> Richard Retanubun (1):
>       mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
> 
>  board/freescale/mpc8360emds/mpc8360emds.c |   39 +++++--
>  board/freescale/mpc837xemds/mpc837xemds.c |  172 ++++++++++++++++++++++++++++-
>  board/freescale/mpc837xemds/pci.c         |    3 +
>  board/freescale/mpc837xerdb/mpc837xerdb.c |    2 +-
>  cpu/mpc83xx/cpu.c                         |    5 -
>  cpu/mpc83xx/serdes.c                      |    2 +-
>  include/asm-ppc/fsl_serdes.h              |   10 +-
>  include/configs/MPC8360EMDS.h             |   25 ++---
>  include/configs/MPC837XEMDS.h             |   20 +++-
>  include/mpc83xx.h                         |    2 +
>  10 files changed, 234 insertions(+), 46 deletions(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The day-to-day travails of the IBM programmer are so amusing to  most
of us who are fortunate enough never to have been one - like watching
Charlie Chaplin trying to cook a shoe.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-02-23 22:54 Kim Phillips
  2009-02-24 21:54 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-02-23 22:54 UTC (permalink / raw)
  To: u-boot

Wolfgang,

please pull what is primarily PCIe support for the 837xRDB:

The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
  Wolfgang Denk (1):
        Update CHANGELOG;  Prepare 2009.03-rc1

are available in the git repository at:

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

Anton Vorontsov (6):
      PCI: Add pci_last_busno() helper
      mpc83xx: PCIe: Don't start bus enumeration at 0
      mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
      mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
      mpc83xx: PCI: Fix hard-coded first_busno value
      mpc83xx: MPC837XERDB: Add PCIe support

Heiko Schocher (1):
      83xx: add missing TIMING_CFG1_CASLAT_* defines

Valeriy Glushkov (1):
      mpc8349itx: allow SATA boot from the onboard SIL1334

 board/freescale/mpc837xerdb/pci.c |   57 +++++++++++++++++++++++++++++++++++++
 cpu/mpc83xx/pci.c                 |    6 ++--
 cpu/mpc83xx/pcie.c                |   13 +++++---
 drivers/pci/pci.c                 |   13 ++++++++
 include/configs/MPC8349ITX.h      |   23 +++++++++++++-
 include/configs/MPC837XERDB.h     |   21 +++++++++++++
 include/mpc83xx.h                 |    2 +
 include/pci.h                     |    2 +
 8 files changed, 127 insertions(+), 10 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-02-23 22:54 Kim Phillips
@ 2009-02-24 21:54 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-02-24 21:54 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090223165401.39c72a6d.kim.phillips@freescale.com> you wrote:
> Wolfgang,
> 
> please pull what is primarily PCIe support for the 837xRDB:
> 
> The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
>   Wolfgang Denk (1):
>         Update CHANGELOG;  Prepare 2009.03-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (6):
>       PCI: Add pci_last_busno() helper
>       mpc83xx: PCIe: Don't start bus enumeration at 0
>       mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
>       mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
>       mpc83xx: PCI: Fix hard-coded first_busno value
>       mpc83xx: MPC837XERDB: Add PCIe support
> 
> Heiko Schocher (1):
>       83xx: add missing TIMING_CFG1_CASLAT_* defines
> 
> Valeriy Glushkov (1):
>       mpc8349itx: allow SATA boot from the onboard SIL1334
> 
>  board/freescale/mpc837xerdb/pci.c |   57 +++++++++++++++++++++++++++++++++++++
>  cpu/mpc83xx/pci.c                 |    6 ++--
>  cpu/mpc83xx/pcie.c                |   13 +++++---
>  drivers/pci/pci.c                 |   13 ++++++++
>  include/configs/MPC8349ITX.h      |   23 +++++++++++++-
>  include/configs/MPC837XERDB.h     |   21 +++++++++++++
>  include/mpc83xx.h                 |    2 +
>  include/pci.h                     |    2 +
>  8 files changed, 127 insertions(+), 10 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Blast medicine anyway!  We've learned to tie into every organ in the
human body but one.  The brain!  The brain is what life is all about.
	-- McCoy, "The Menagerie", stardate 3012.4

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-03-06  0:53 Kim Phillips
  2009-03-08 23:39 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-03-06  0:53 UTC (permalink / raw)
  To: u-boot

WD,

please pull Heiko's v4 patchset for kmeter1 improvements, spd sdram
fixes, SerDes init correction, and 256MB+ RAM fixes and DHCP for the
8349ITX:

The following changes since commit 00cc5595a7caac8066b408774383a956c2e26797:
  Anatolij Gustschin (1):
        lcd: Fix compilation warning in common/lcd.c

are available in the git repository at:

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

Anton Vorontsov (1):
      mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal

Dave Liu (1):
      83xx: Fix some bugs in spd sdram code

Heiko Schocher (7):
      i2c, dtt: move dtt_init () to board_init_r ()
      83xx, kmeter1: add I2C, dtt, eeprom support
      83xx, i2c: add mux support for fsl_i2c
      83xx, kmeter1: autodetect size of DDR II RAM
      83xx, kmeter1: updates for 2009.03
      83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
      8360, kmeter1: added bootcount feature.

Valeriy Glushkov (1):
      MPC8349ITX: several config issues fixed

 board/freescale/mpc837xemds/pci.c |   14 ++--
 board/keymile/common/common.c     |    2 +-
 board/keymile/kmeter1/kmeter1.c   |   81 +++++++++++++++++++------
 cpu/mpc83xx/cpu.c                 |   34 ++++++++++
 cpu/mpc83xx/fdt.c                 |   18 ++++++
 cpu/mpc83xx/spd_sdram.c           |   26 +++++++-
 drivers/i2c/fsl_i2c.c             |   22 +++++++-
 include/configs/MPC8349ITX.h      |    5 ++
 include/configs/keymile-common.h  |    7 --
 include/configs/kmeter1.h         |  120 +++++++++++++++++++++++++++----------
 lib_ppc/board.c                   |    5 +-
 11 files changed, 263 insertions(+), 71 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-03-06  0:53 Kim Phillips
@ 2009-03-08 23:39 ` Wolfgang Denk
  2009-03-09 23:38   ` Kim Phillips
  0 siblings, 1 reply; 36+ messages in thread
From: Wolfgang Denk @ 2009-03-08 23:39 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090305185343.fe92230c.kim.phillips@freescale.com> you wrote:
> WD,
> 
> please pull Heiko's v4 patchset for kmeter1 improvements, spd sdram
> fixes, SerDes init correction, and 256MB+ RAM fixes and DHCP for the
> 8349ITX:
> 
> The following changes since commit 00cc5595a7caac8066b408774383a956c2e26797:
>   Anatolij Gustschin (1):
>         lcd: Fix compilation warning in common/lcd.c
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (1):
>       mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
> 
> Dave Liu (1):
>       83xx: Fix some bugs in spd sdram code
> 
> Heiko Schocher (7):
>       i2c, dtt: move dtt_init () to board_init_r ()

You were not supposed to add this to your tree!!!




>       83xx, kmeter1: add I2C, dtt, eeprom support
>       83xx, i2c: add mux support for fsl_i2c
>       83xx, kmeter1: autodetect size of DDR II RAM
>       83xx, kmeter1: updates for 2009.03
>       83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
>       8360, kmeter1: added bootcount feature.
> 
> Valeriy Glushkov (1):
>       MPC8349ITX: several config issues fixed
> 
>  board/freescale/mpc837xemds/pci.c |   14 ++--
>  board/keymile/common/common.c     |    2 +-
>  board/keymile/kmeter1/kmeter1.c   |   81 +++++++++++++++++++------
>  cpu/mpc83xx/cpu.c                 |   34 ++++++++++
>  cpu/mpc83xx/fdt.c                 |   18 ++++++
>  cpu/mpc83xx/spd_sdram.c           |   26 +++++++-
>  drivers/i2c/fsl_i2c.c             |   22 +++++++-
>  include/configs/MPC8349ITX.h      |    5 ++
>  include/configs/keymile-common.h  |    7 --
>  include/configs/kmeter1.h         |  120 +++++++++++++++++++++++++++----------
>  lib_ppc/board.c                   |    5 +-
>  11 files changed, 263 insertions(+), 71 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Unix is simple, but it takes a genius to understand the simplicity."
					             - Dennis Ritchie

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-03-08 23:39 ` Wolfgang Denk
@ 2009-03-09 23:38   ` Kim Phillips
  2009-03-09 23:45     ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-03-09 23:38 UTC (permalink / raw)
  To: u-boot

On Mon, 09 Mar 2009 00:39:16 +0100
Wolfgang Denk <wd@denx.de> wrote:

> > Heiko Schocher (7):
> >       i2c, dtt: move dtt_init () to board_init_r ()
> 
> You were not supposed to add this to your tree!!!

argh, the fact that Heiko had already applied this to his tree slipped
me.  Apologies to both you and Heiko.

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-03-09 23:38   ` Kim Phillips
@ 2009-03-09 23:45     ` Wolfgang Denk
  2009-03-10  0:32       ` Kim Phillips
  0 siblings, 1 reply; 36+ messages in thread
From: Wolfgang Denk @ 2009-03-09 23:45 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090309183845.f55f0801.kim.phillips@freescale.com> you wrote:
> On Mon, 09 Mar 2009 00:39:16 +0100
> Wolfgang Denk <wd@denx.de> wrote:
> 
> > > Heiko Schocher (7):
> > >       i2c, dtt: move dtt_init () to board_init_r ()
> > 
> > You were not supposed to add this to your tree!!!
> 
> argh, the fact that Heiko had already applied this to his tree slipped
> me.  Apologies to both you and Heiko.

No problem. Were you able to check if I resolved the merge conflicts
correctly?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"May the forces of evil become confused on the way to your house."
- George Carlin

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-03-09 23:45     ` Wolfgang Denk
@ 2009-03-10  0:32       ` Kim Phillips
  0 siblings, 0 replies; 36+ messages in thread
From: Kim Phillips @ 2009-03-10  0:32 UTC (permalink / raw)
  To: u-boot

On Tue, 10 Mar 2009 00:45:41 +0100
Wolfgang Denk <wd@denx.de> wrote:

> Dear Kim Phillips,
> 
> In message <20090309183845.f55f0801.kim.phillips@freescale.com> you wrote:
> > argh, the fact that Heiko had already applied this to his tree slipped
> > me.  Apologies to both you and Heiko.
> 
> No problem. Were you able to check if I resolved the merge conflicts
> correctly?

everything appears to be intact.

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-03-14 23:04 Kim Phillips
  2009-03-15 21:12 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-03-14 23:04 UTC (permalink / raw)
  To: u-boot

Hello WD,

Please pull a couple of fixes for mpc83xx:

The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Jerry Van Baren (1):
      mpc83xx: Add bank configuration to FSL spd_sdram.c

Norbert van Bolhuis (1):
      mpc83xx: correctly set encryption and I2C bus 0 clock

 cpu/mpc83xx/cpu_init.c  |    2 +-
 cpu/mpc83xx/spd_sdram.c |   16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-03-14 23:04 Kim Phillips
@ 2009-03-15 21:12 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-03-15 21:12 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090314180439.70dc92f1.kim.phillips@freescale.com> you wrote:
> 
> Please pull a couple of fixes for mpc83xx:
> 
> The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Jerry Van Baren (1):
>       mpc83xx: Add bank configuration to FSL spd_sdram.c
> 
> Norbert van Bolhuis (1):
>       mpc83xx: correctly set encryption and I2C bus 0 clock
> 
>  cpu/mpc83xx/cpu_init.c  |    2 +-
>  cpu/mpc83xx/spd_sdram.c |   16 ++++++++++------
>  2 files changed, 11 insertions(+), 7 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There are certain things men must do to remain men.
	-- Kirk, "The Ultimate Computer", stardate 4929.4

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-04-01 22:11 Kim Phillips
@ 2009-04-01 22:04 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-04-01 22:04 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090401171142.1b0f4927.kim.phillips@freescale.com> you wrote:
> WD, please pull:
> 
> The following changes since commit ed9953d6903c9673135a96ae1644f61cb0eac5ce:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-i2c
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Scott Wood (1):
>       mpc83xx: Set guarded bit on BAT that covers the end of the address space
> 
>  include/configs/MPC8313ERDB.h |    2 +-
>  include/configs/MPC8349EMDS.h |    3 ++-
>  include/configs/MPC8349ITX.h  |    3 ++-
>  include/configs/MVBLM7.h      |    3 ++-
>  include/configs/SIMPC8313.h   |    2 +-
>  include/configs/sbc8349.h     |    3 ++-
>  6 files changed, 10 insertions(+), 6 deletions(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is better to marry than to burn.
                                - Bible ``I Corinthians'' ch. 7, v. 9

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-04-01 22:11 Kim Phillips
  2009-04-01 22:04 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-04-01 22:11 UTC (permalink / raw)
  To: u-boot

WD, please pull:

The following changes since commit ed9953d6903c9673135a96ae1644f61cb0eac5ce:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-i2c

are available in the git repository at:

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

Scott Wood (1):
      mpc83xx: Set guarded bit on BAT that covers the end of the address space

 include/configs/MPC8313ERDB.h |    2 +-
 include/configs/MPC8349EMDS.h |    3 ++-
 include/configs/MPC8349ITX.h  |    3 ++-
 include/configs/MVBLM7.h      |    3 ++-
 include/configs/SIMPC8313.h   |    2 +-
 include/configs/sbc8349.h     |    3 ++-
 6 files changed, 10 insertions(+), 6 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-04-24 20:23 Kim Phillips
  2009-04-27 21:41 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-04-24 20:23 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

Please pull a couple of fixes for 83xx:

The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:
  David Brownell (1):
        fix DaVinci NS16550_REG_SIZE regression

are available in the git repository at:

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

Anatolij Gustschin (1):
      mpc83xx: MPC8360ERDK: fix environment offset configuration bug

Heiko Schocher (1):
      83xx: searching "muram-data" by compatible property

 cpu/mpc83xx/fdt.c             |    4 ++--
 include/configs/MPC8360ERDK.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-04-24 20:23 Kim Phillips
@ 2009-04-27 21:41 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-04-27 21:41 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090424152306.aac80f94.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull a couple of fixes for 83xx:
> 
> The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:
>   David Brownell (1):
>         fix DaVinci NS16550_REG_SIZE regression
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anatolij Gustschin (1):
>       mpc83xx: MPC8360ERDK: fix environment offset configuration bug
> 
> Heiko Schocher (1):
>       83xx: searching "muram-data" by compatible property
> 
>  cpu/mpc83xx/fdt.c             |    4 ++--
>  include/configs/MPC8360ERDK.h |    4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Yes, it is written.  Good shall always destroy evil.
	-- Sirah the Yang, "The Omega Glory", stardate unknown

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-07-14 22:15 Kim Phillips
  2009-07-16 20:12 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-07-14 22:15 UTC (permalink / raw)
  To: u-boot

Wolfgang, please pull some ITX board USB config tweaking, and some
regular maintenance fixes for 83xx:

The following changes since commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1:
  Wolfgang Denk (1):
        mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map

are available in the git repository at:

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

Kim Phillips (2):
      mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
      mpc83xx: increase MONITOR_LEN to offset growing pains

Valeriy Glushkov (2):
      usb: mpc834x: added support of the MPH USB controller in addition to the DR one
      usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)

 cpu/mpc83xx/cpu_init.c        |    2 ++
 include/asm-ppc/immap_83xx.h  |   11 ++++++++++-
 include/configs/MPC8313ERDB.h |    3 ++-
 include/configs/MPC8315ERDB.h |    1 +
 include/configs/MPC8323ERDB.h |    2 +-
 include/configs/MPC832XEMDS.h |    2 +-
 include/configs/MPC8349EMDS.h |    2 +-
 include/configs/MPC8349ITX.h  |   33 ++++++++++++++++++++++++++++++---
 include/configs/MPC8360EMDS.h |    2 +-
 include/configs/MPC8360ERDK.h |    1 +
 include/configs/MPC837XERDB.h |    2 +-
 include/configs/SIMPC8313.h   |    1 +
 include/configs/kmeter1.h     |    2 +-
 13 files changed, 53 insertions(+), 11 deletions(-)

Thanks,

Kim

p.s. I cannot reply "applied" to my own patch postings because I don't
get them any more (even though in mailman, I have "Receive your own
posts to the list?" set to 'yes').

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-07-14 22:15 Kim Phillips
@ 2009-07-16 20:12 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-07-16 20:12 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090714171545.161c6ff8.kim.phillips@freescale.com> you wrote:
> Wolfgang, please pull some ITX board USB config tweaking, and some
> regular maintenance fixes for 83xx:
> 
> The following changes since commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1:
>   Wolfgang Denk (1):
>         mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Kim Phillips (2):
>       mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
>       mpc83xx: increase MONITOR_LEN to offset growing pains
> 
> Valeriy Glushkov (2):
>       usb: mpc834x: added support of the MPH USB controller in addition to the DR one
>       usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
> 
>  cpu/mpc83xx/cpu_init.c        |    2 ++
>  include/asm-ppc/immap_83xx.h  |   11 ++++++++++-
>  include/configs/MPC8313ERDB.h |    3 ++-
>  include/configs/MPC8315ERDB.h |    1 +
>  include/configs/MPC8323ERDB.h |    2 +-
>  include/configs/MPC832XEMDS.h |    2 +-
>  include/configs/MPC8349EMDS.h |    2 +-
>  include/configs/MPC8349ITX.h  |   33 ++++++++++++++++++++++++++++++---
>  include/configs/MPC8360EMDS.h |    2 +-
>  include/configs/MPC8360ERDK.h |    1 +
>  include/configs/MPC837XERDB.h |    2 +-
>  include/configs/SIMPC8313.h   |    1 +
>  include/configs/kmeter1.h     |    2 +-
>  13 files changed, 53 insertions(+), 11 deletions(-)

Applied, thanks.

> p.s. I cannot reply "applied" to my own patch postings because I don't
> get them any more (even though in mailman, I have "Receive your own
> posts to the list?" set to 'yes').

We had this discussion sevral times before, and I cannot see any
problems on the mailing list server. The messages seem to go out
normally.

There has been speculation that some receiving MTAs automatically and
without notice drop messages for which they have already seen the
message ID - do you have a chance to check your local server logs?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Were there fewer fools, knaves would starve.              - Anonymous

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-07-19  1:09 Kim Phillips
  2009-07-20 20:52 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-07-19  1:09 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang D.,

I realize this is very last-minute, but converting 83xx PCI has been
overdue for a while now, and I'm expecting enough time to test before
the next release.  So, if there are no quarrels, please pull 83xx:

The following changes since commit d39041fcadb1231430201d298c31f6be03d654f7:
  Wolfgang Denk (1):
        PATI board: fix compiler warnings

are available in the git repository at:

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

Kim Phillips (1):
      mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI

 board/freescale/mpc832xemds/Makefile |    4 +-
 board/freescale/mpc832xemds/pci.c    |  285 +++++++-------------------
 board/freescale/mpc8349emds/Makefile |    4 +-
 board/freescale/mpc8349emds/pci.c    |    6 +-
 board/freescale/mpc8349itx/Makefile  |    4 +-
 board/freescale/mpc8349itx/pci.c     |  361 +++++----------------------------
 board/freescale/mpc8360emds/Makefile |    4 +-
 board/freescale/mpc8360emds/pci.c    |  287 +++++++--------------------
 board/freescale/mpc837xemds/Makefile |    4 +-
 board/freescale/mpc837xemds/pci.c    |    4 +-
 board/freescale/mpc837xerdb/Makefile |    4 +-
 board/freescale/mpc837xerdb/pci.c    |    4 +-
 board/sbc8349/Makefile               |    4 +-
 board/sbc8349/pci.c                  |  340 +++-----------------------------
 board/tqc/tqm834x/Makefile           |    4 +-
 board/tqc/tqm834x/pci.c              |  213 +++-----------------
 include/configs/MPC832XEMDS.h        |   32 ++--
 include/configs/MPC8349ITX.h         |    1 +
 include/configs/MPC8360EMDS.h        |   28 ++--
 include/configs/TQM834x.h            |   14 +-
 include/configs/sbc8349.h            |    1 +
 21 files changed, 342 insertions(+), 1266 deletions(-)

Thank you,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-07-19  1:09 Kim Phillips
@ 2009-07-20 20:52 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-07-20 20:52 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090718200944.7c9d3eec.kim.phillips@freescale.com> you wrote:
> Hello Wolfgang D.,
> 
> I realize this is very last-minute, but converting 83xx PCI has been
> overdue for a while now, and I'm expecting enough time to test before
> the next release.  So, if there are no quarrels, please pull 83xx:
> 
> The following changes since commit d39041fcadb1231430201d298c31f6be03d654f7:
>   Wolfgang Denk (1):
>         PATI board: fix compiler warnings
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Kim Phillips (1):
>       mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
> 
>  board/freescale/mpc832xemds/Makefile |    4 +-
>  board/freescale/mpc832xemds/pci.c    |  285 +++++++-------------------
>  board/freescale/mpc8349emds/Makefile |    4 +-
>  board/freescale/mpc8349emds/pci.c    |    6 +-
>  board/freescale/mpc8349itx/Makefile  |    4 +-
>  board/freescale/mpc8349itx/pci.c     |  361 +++++----------------------------
>  board/freescale/mpc8360emds/Makefile |    4 +-
>  board/freescale/mpc8360emds/pci.c    |  287 +++++++--------------------
>  board/freescale/mpc837xemds/Makefile |    4 +-
>  board/freescale/mpc837xemds/pci.c    |    4 +-
>  board/freescale/mpc837xerdb/Makefile |    4 +-
>  board/freescale/mpc837xerdb/pci.c    |    4 +-
>  board/sbc8349/Makefile               |    4 +-
>  board/sbc8349/pci.c                  |  340 +++-----------------------------
>  board/tqc/tqm834x/Makefile           |    4 +-
>  board/tqc/tqm834x/pci.c              |  213 +++-----------------
>  include/configs/MPC832XEMDS.h        |   32 ++--
>  include/configs/MPC8349ITX.h         |    1 +
>  include/configs/MPC8360EMDS.h        |   28 ++--
>  include/configs/TQM834x.h            |   14 +-
>  include/configs/sbc8349.h            |    1 +
>  21 files changed, 342 insertions(+), 1266 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You may call me by my name, Wirth, or by my value, Worth.
- Nicklaus Wirth

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-08-27  2:35 Kim Phillips
  2009-08-27 22:22 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-08-27  2:35 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang Denk,

Please pull a couple of minor fix patches for the upcoming release:

The following changes since commit 85f9823cd74bd2d9a7854ca0b2244e43b5214e5a:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

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

Kim Phillips (2):
      mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
      mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay

 include/configs/MPC8349EMDS.h |    2 +-
 include/configs/MPC8349ITX.h  |    6 +++---
 include/configs/MPC8360ERDK.h |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-08-27  2:35 Kim Phillips
@ 2009-08-27 22:22 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-08-27 22:22 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090826213528.ce5c76f5.kim.phillips@freescale.com> you wrote:
> Hi Wolfgang Denk,
> 
> Please pull a couple of minor fix patches for the upcoming release:
> 
> The following changes since commit 85f9823cd74bd2d9a7854ca0b2244e43b5214e5a:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Kim Phillips (2):
>       mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
>       mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
> 
>  include/configs/MPC8349EMDS.h |    2 +-
>  include/configs/MPC8349ITX.h  |    6 +++---
>  include/configs/MPC8360ERDK.h |    2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Remember that Beethoven wrote his first symphony in C ...

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-09-25 23:39 Kim Phillips
  2009-09-27  2:23 ` Kim Phillips
  2009-09-30 21:21 ` Wolfgang Denk
  0 siblings, 2 replies; 36+ messages in thread
From: Kim Phillips @ 2009-09-25 23:39 UTC (permalink / raw)
  To: u-boot

Hi WD,

Please pull some minor enhancements for 83xx:

The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
  Wolfgang Denk (1):
        mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]

are available in the git repository at:

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

Anton Vorontsov (5):
      net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
      net: uec: Fix uccf.h and uec.h headers to include headers they depend on
      mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
      mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
      mpc83xx: mpc8360emds: Add QE USB device tree fixups

Paul Gortmaker (1):
      sbc8349: tidy up Makefile to use new configuration script.

 Makefile                                  |   15 +------
 board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++++++++++++++++++++---
 drivers/qe/uccf.h                         |    1 +
 drivers/qe/uec.h                          |    4 ++
 drivers/qe/uec_phy.c                      |   15 +++++-
 include/configs/MPC8360EMDS.h             |    6 ++-
 include/configs/sbc8349.h                 |   15 ++++++
 7 files changed, 104 insertions(+), 25 deletions(-)

I might just ask you to pull the "retain POR values" patch, but it's
too close to the window, and I want to give the opportunity for a good
review cycle on it.

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-09-25 23:39 Kim Phillips
@ 2009-09-27  2:23 ` Kim Phillips
  2009-09-30 21:22   ` Wolfgang Denk
  2009-09-30 21:21 ` Wolfgang Denk
  1 sibling, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-09-27  2:23 UTC (permalink / raw)
  To: u-boot

On Fri, 25 Sep 2009 18:39:46 -0500
Kim Phillips <kim.phillips@freescale.com> wrote:

> I might just ask you to pull the "retain POR values" patch, but it's
> too close to the window, and I want to give the opportunity for a good
> review cycle on it.

At least Heiko commented on it, and I fixed and tested it ok, so please
now pull:

The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
  Wolfgang Denk (1):
        mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]

are available in the git repository at:

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

Anton Vorontsov (5):
      net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
      net: uec: Fix uccf.h and uec.h headers to include headers they depend on
      mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
      mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
      mpc83xx: mpc8360emds: Add QE USB device tree fixups

Kim Phillips (1):
      mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

Paul Gortmaker (1):
      sbc8349: tidy up Makefile to use new configuration script.

 Makefile                                  |   15 +--
 board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++-
 cpu/mpc83xx/cpu_init.c                    |  261 +++++++++++++++++------------
 drivers/qe/uccf.h                         |    1 +
 drivers/qe/uec.h                          |    4 +
 drivers/qe/uec_phy.c                      |   15 ++-
 include/configs/MPC8313ERDB.h             |    3 +-
 include/configs/MPC8315ERDB.h             |    3 +-
 include/configs/MPC8323ERDB.h             |    3 +-
 include/configs/MPC832XEMDS.h             |    3 +-
 include/configs/MPC8349EMDS.h             |    3 +-
 include/configs/MPC8349ITX.h              |    3 +-
 include/configs/MPC8360EMDS.h             |    9 +-
 include/configs/MPC8360ERDK.h             |    3 +-
 include/configs/MPC837XEMDS.h             |    3 +-
 include/configs/MPC837XERDB.h             |    3 +-
 include/configs/MVBLM7.h                  |    3 +-
 include/configs/SIMPC8313.h               |    4 +-
 include/configs/TQM834x.h                 |    3 +-
 include/configs/kmeter1.h                 |    4 +-
 include/configs/sbc8349.h                 |   18 ++-
 include/configs/vme8349.h                 |    3 +-
 22 files changed, 292 insertions(+), 148 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-09-25 23:39 Kim Phillips
  2009-09-27  2:23 ` Kim Phillips
@ 2009-09-30 21:21 ` Wolfgang Denk
  1 sibling, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-09-30 21:21 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090925183946.1a30eefe.kim.phillips@freescale.com> you wrote:
> Hi WD,
> 
> Please pull some minor enhancements for 83xx:
> 
> The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
>   Wolfgang Denk (1):
>         mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (5):
>       net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
>       net: uec: Fix uccf.h and uec.h headers to include headers they depend on
>       mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
>       mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
>       mpc83xx: mpc8360emds: Add QE USB device tree fixups
> 
> Paul Gortmaker (1):
>       sbc8349: tidy up Makefile to use new configuration script.
> 
>  Makefile                                  |   15 +------
>  board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++++++++++++++++++++---
>  drivers/qe/uccf.h                         |    1 +
>  drivers/qe/uec.h                          |    4 ++
>  drivers/qe/uec_phy.c                      |   15 +++++-
>  include/configs/MPC8360EMDS.h             |    6 ++-
>  include/configs/sbc8349.h                 |   15 ++++++
>  7 files changed, 104 insertions(+), 25 deletions(-)

Applied, thanks.

> I might just ask you to pull the "retain POR values" patch, but it's
> too close to the window, and I want to give the opportunity for a good
> review cycle on it.

OK, apply when you feel it's OK.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Who alone has reason to *lie  himself  out*  of  actuality?  He  who
*suffers* from it."                             - Friedrich Nietzsche

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-09-27  2:23 ` Kim Phillips
@ 2009-09-30 21:22   ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-09-30 21:22 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20090926212320.6a29616b.kim.phillips@freescale.com> you wrote:
> On Fri, 25 Sep 2009 18:39:46 -0500
> Kim Phillips <kim.phillips@freescale.com> wrote:
> 
> > I might just ask you to pull the "retain POR values" patch, but it's
> > too close to the window, and I want to give the opportunity for a good
> > review cycle on it.
> 
> At least Heiko commented on it, and I fixed and tested it ok, so please
> now pull:

OK.

> The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
>   Wolfgang Denk (1):
>         mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (5):
>       net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
>       net: uec: Fix uccf.h and uec.h headers to include headers they depend on
>       mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
>       mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
>       mpc83xx: mpc8360emds: Add QE USB device tree fixups
> 
> Kim Phillips (1):
>       mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields
> 
> Paul Gortmaker (1):
>       sbc8349: tidy up Makefile to use new configuration script.
> 
>  Makefile                                  |   15 +--
>  board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++-
>  cpu/mpc83xx/cpu_init.c                    |  261 +++++++++++++++++------------
>  drivers/qe/uccf.h                         |    1 +
>  drivers/qe/uec.h                          |    4 +
>  drivers/qe/uec_phy.c                      |   15 ++-
>  include/configs/MPC8313ERDB.h             |    3 +-
>  include/configs/MPC8315ERDB.h             |    3 +-
>  include/configs/MPC8323ERDB.h             |    3 +-
>  include/configs/MPC832XEMDS.h             |    3 +-
>  include/configs/MPC8349EMDS.h             |    3 +-
>  include/configs/MPC8349ITX.h              |    3 +-
>  include/configs/MPC8360EMDS.h             |    9 +-
>  include/configs/MPC8360ERDK.h             |    3 +-
>  include/configs/MPC837XEMDS.h             |    3 +-
>  include/configs/MPC837XERDB.h             |    3 +-
>  include/configs/MVBLM7.h                  |    3 +-
>  include/configs/SIMPC8313.h               |    4 +-
>  include/configs/TQM834x.h                 |    3 +-
>  include/configs/kmeter1.h                 |    4 +-
>  include/configs/sbc8349.h                 |   18 ++-
>  include/configs/vme8349.h                 |    3 +-
>  22 files changed, 292 insertions(+), 148 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
...the increased productivity fostered by a friendly environment  and
quality  tools  is  essential  to  meet  ever  increasing demands for
software.               - M. D. McIlroy, E. N. Pinson and B. A. Tague

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2009-10-16 22:33 Kim Phillips
  2009-10-18 19:25 ` Wolfgang Denk
  2009-10-24 20:20 ` Wolfgang Denk
  0 siblings, 2 replies; 36+ messages in thread
From: Kim Phillips @ 2009-10-16 22:33 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

Please pull a fix for 8313 rev.2+ networking device trees and a minor
consistency fix:

The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
  Wolfgang Denk (1):
        Merge branch 'reloc'

are available in the git repository at:

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

Kim Phillips (1):
      mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)

Paul Gortmaker (1):
      mpc83xx: cosmetic comment update relating to SPD EEPROM

 cpu/mpc83xx/fdt.c         |   39 +++++++++++++++++++++++++++++++++++++++
 include/configs/sbc8349.h |    2 +-
 include/configs/vme8349.h |    2 +-
 3 files changed, 41 insertions(+), 2 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-10-16 22:33 [U-Boot] Please pull u-boot-mpc83xx.git Kim Phillips
@ 2009-10-18 19:25 ` Wolfgang Denk
  2009-10-22 15:29   ` Kim Phillips
  2009-10-24 20:20 ` Wolfgang Denk
  1 sibling, 1 reply; 36+ messages in thread
From: Wolfgang Denk @ 2009-10-18 19:25 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20091016173304.ca71eb5a.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull a fix for 8313 rev.2+ networking device trees and a minor
> consistency fix:
> 
> The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
>   Wolfgang Denk (1):
>         Merge branch 'reloc'
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx master
> 
> Kim Phillips (1):
>       mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)


Sorry, but has this patch ever been posted on a mailing list? I cannot
find any traces of it.


> Paul Gortmaker (1):
>       mpc83xx: cosmetic comment update relating to SPD EEPROM
> 
>  cpu/mpc83xx/fdt.c         |   39 +++++++++++++++++++++++++++++++++++++++
>  include/configs/sbc8349.h |    2 +-
>  include/configs/vme8349.h |    2 +-
>  3 files changed, 41 insertions(+), 2 deletions(-)


Sorry, put on hold until I understand where this IPIC1 patch is coming
from.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There are two ways of constructing a software design. One way  is  to
make  it  so  simple that there are obviously no deficiencies and the
other is to make it so complicated that there are  no  obvious  defi-
ciencies.                             - Charles Anthony Richard Hoare

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-10-18 19:25 ` Wolfgang Denk
@ 2009-10-22 15:29   ` Kim Phillips
  2009-10-24 20:19     ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2009-10-22 15:29 UTC (permalink / raw)
  To: u-boot

On Sun, 18 Oct 2009 21:25:59 +0200
Wolfgang Denk <wd@denx.de> wrote:
 
> > Kim Phillips (1):
> >       mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
> 
> 
> Sorry, but has this patch ever been posted on a mailing list? I cannot
> find any traces of it.

http://lists.denx.de/pipermail/u-boot/2009-October/062377.html

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-10-22 15:29   ` Kim Phillips
@ 2009-10-24 20:19     ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-10-24 20:19 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20091022102910.720e578c.kim.phillips@freescale.com> you wrote:
> On Sun, 18 Oct 2009 21:25:59 +0200
> Wolfgang Denk <wd@denx.de> wrote:
>  
> > > Kim Phillips (1):
> > >       mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
> > 
> > 
> > Sorry, but has this patch ever been posted on a mailing list? I cannot
> > find any traces of it.
> 
> http://lists.denx.de/pipermail/u-boot/2009-October/062377.html

Strange. It's missing in my local archive. Sorry for the noise.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Earth -- mother of the most beautiful women in the universe.
	-- Apollo, "Who Mourns for Adonais?" stardate 3468.1

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2009-10-16 22:33 [U-Boot] Please pull u-boot-mpc83xx.git Kim Phillips
  2009-10-18 19:25 ` Wolfgang Denk
@ 2009-10-24 20:20 ` Wolfgang Denk
  1 sibling, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2009-10-24 20:20 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20091016173304.ca71eb5a.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull a fix for 8313 rev.2+ networking device trees and a minor
> consistency fix:
> 
> The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
>   Wolfgang Denk (1):
>         Merge branch 'reloc'
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx master
> 
> Kim Phillips (1):
>       mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
> 
> Paul Gortmaker (1):
>       mpc83xx: cosmetic comment update relating to SPD EEPROM
> 
>  cpu/mpc83xx/fdt.c         |   39 +++++++++++++++++++++++++++++++++++++++
>  include/configs/sbc8349.h |    2 +-
>  include/configs/vme8349.h |    2 +-
>  3 files changed, 41 insertions(+), 2 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"...all the  good  computer  designs  are  bootlegged;  the  formally
planned  products,  if  they  are built at all, are dogs!" - David E.
Lundstrom, "A Few Good Men From Univac", MIT Press, 1987

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
@ 2010-04-27 21:17 Kim Phillips
  2010-04-27 22:10 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Kim Phillips @ 2010-04-27 21:17 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

Please pull:

The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
  Stefan Roese (1):
        Move arch/ppc to arch/powerpc

are available in the git repository at:

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

Kim Phillips (3):
      mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families
      mpc83xx: enable command line autocompletion
      mpc83xx: turn on icache in core initialization to improve u-boot boot time

Rini van Zetten (1):
      mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk

 arch/powerpc/cpu/mpc83xx/cpu.c   |    4 +++-
 arch/powerpc/cpu/mpc83xx/speed.c |   10 +++++-----
 arch/powerpc/lib/board.c         |    2 +-
 include/configs/MPC8313ERDB.h    |    5 +++--
 include/configs/MPC8315ERDB.h    |    6 ++++--
 include/configs/MPC8323ERDB.h    |    6 ++++--
 include/configs/MPC832XEMDS.h    |    6 ++++--
 include/configs/MPC8349EMDS.h    |    4 +++-
 include/configs/MPC8349ITX.h     |    8 +++++---
 include/configs/MPC8360EMDS.h    |    6 ++++--
 include/configs/MPC8360ERDK.h    |    6 ++++--
 include/configs/MPC837XEMDS.h    |    6 ++++--
 include/configs/MPC837XERDB.h    |    6 ++++--
 include/configs/MVBLM7.h         |    4 +++-
 include/configs/SIMPC8313.h      |    7 ++++---
 include/configs/TQM834x.h        |    5 ++++-
 include/configs/kmeter1.h        |    3 ++-
 include/configs/sbc8349.h        |    4 +++-
 include/configs/vme8349.h        |    4 +++-
 19 files changed, 67 insertions(+), 35 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 36+ messages in thread

* [U-Boot] Please pull u-boot-mpc83xx.git
  2010-04-27 21:17 Kim Phillips
@ 2010-04-27 22:10 ` Wolfgang Denk
  0 siblings, 0 replies; 36+ messages in thread
From: Wolfgang Denk @ 2010-04-27 22:10 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20100427161706.735010ff.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull:
> 
> The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c:
>   Stefan Roese (1):
>         Move arch/ppc to arch/powerpc
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Kim Phillips (3):
>       mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families
>       mpc83xx: enable command line autocompletion
>       mpc83xx: turn on icache in core initialization to improve u-boot boot time
> 
> Rini van Zetten (1):
>       mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
> 
>  arch/powerpc/cpu/mpc83xx/cpu.c   |    4 +++-
>  arch/powerpc/cpu/mpc83xx/speed.c |   10 +++++-----
>  arch/powerpc/lib/board.c         |    2 +-
>  include/configs/MPC8313ERDB.h    |    5 +++--
>  include/configs/MPC8315ERDB.h    |    6 ++++--
>  include/configs/MPC8323ERDB.h    |    6 ++++--
>  include/configs/MPC832XEMDS.h    |    6 ++++--
>  include/configs/MPC8349EMDS.h    |    4 +++-
>  include/configs/MPC8349ITX.h     |    8 +++++---
>  include/configs/MPC8360EMDS.h    |    6 ++++--
>  include/configs/MPC8360ERDK.h    |    6 ++++--
>  include/configs/MPC837XEMDS.h    |    6 ++++--
>  include/configs/MPC837XERDB.h    |    6 ++++--
>  include/configs/MVBLM7.h         |    4 +++-
>  include/configs/SIMPC8313.h      |    7 ++++---
>  include/configs/TQM834x.h        |    5 ++++-
>  include/configs/kmeter1.h        |    3 ++-
>  include/configs/sbc8349.h        |    4 +++-
>  include/configs/vme8349.h        |    4 +++-
>  19 files changed, 67 insertions(+), 35 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Include the success of others in your dreams for your own success.

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2010-04-27 22:10 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 22:33 [U-Boot] Please pull u-boot-mpc83xx.git Kim Phillips
2009-10-18 19:25 ` Wolfgang Denk
2009-10-22 15:29   ` Kim Phillips
2009-10-24 20:19     ` Wolfgang Denk
2009-10-24 20:20 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-04-27 21:17 Kim Phillips
2010-04-27 22:10 ` Wolfgang Denk
2009-09-25 23:39 Kim Phillips
2009-09-27  2:23 ` Kim Phillips
2009-09-30 21:22   ` Wolfgang Denk
2009-09-30 21:21 ` Wolfgang Denk
2009-08-27  2:35 Kim Phillips
2009-08-27 22:22 ` Wolfgang Denk
2009-07-19  1:09 Kim Phillips
2009-07-20 20:52 ` Wolfgang Denk
2009-07-14 22:15 Kim Phillips
2009-07-16 20:12 ` Wolfgang Denk
2009-04-24 20:23 Kim Phillips
2009-04-27 21:41 ` Wolfgang Denk
2009-04-01 22:11 Kim Phillips
2009-04-01 22:04 ` Wolfgang Denk
2009-03-14 23:04 Kim Phillips
2009-03-15 21:12 ` Wolfgang Denk
2009-03-06  0:53 Kim Phillips
2009-03-08 23:39 ` Wolfgang Denk
2009-03-09 23:38   ` Kim Phillips
2009-03-09 23:45     ` Wolfgang Denk
2009-03-10  0:32       ` Kim Phillips
2009-02-23 22:54 Kim Phillips
2009-02-24 21:54 ` Wolfgang Denk
2008-10-21 23:56 Kim Phillips
2008-10-22  7:28 ` Wolfgang Denk
2008-09-03 21:11 Kim Phillips
2008-09-03 21:46 ` Wolfgang Denk
2008-08-25 22:38 Kim Phillips
2008-08-26 21:19 ` Wolfgang Denk

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.