public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
@ 2010-01-26 19:58 Kim Phillips
  2010-01-26 21:33 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Kim Phillips @ 2010-01-26 19:58 UTC (permalink / raw)
  To: u-boot

[with the u-boot list on cc this time]

Dear Wolfgang Denk,

Please pull a kmeter1 build fix:

The following changes since commit 2903ad33a71251a3a87485b5b185852c8998f209:
  Mike Frysinger (1):
        jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE

are available in the git repository at:

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

Heiko Schocher (1):
      83xx, kmeter1: fix compile error

 include/configs/kmeter1.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

Thanks,

Kim

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

* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
  2010-01-26 19:58 [U-Boot] [GIT PULL] Please " Kim Phillips
@ 2010-01-26 21:33 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2010-01-26 21:33 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20100126135857.fad74771.kim.phillips@freescale.com> you wrote:
> [with the u-boot list on cc this time]
> 
> Dear Wolfgang Denk,
> 
> Please pull a kmeter1 build fix:
> 
> The following changes since commit 2903ad33a71251a3a87485b5b185852c8998f209:
>   Mike Frysinger (1):
>         jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Heiko Schocher (1):
>       83xx, kmeter1: fix compile error
> 
>  include/configs/kmeter1.h |    7 ++-----
>  1 files changed, 2 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
Sometimes a man will tell his bartender things he'll never tell his doctor.
	-- Dr. Phillip Boyce, "The Menagerie" ("The Cage"),
	   stardate unknown.

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

* [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git
@ 2010-03-02 17:46 Kim Phillips
  2010-03-04 20:11 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Kim Phillips @ 2010-03-02 17:46 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

Please pull:

The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
  Jens Scharsig (1):
        new board (eb_cpux9k2)

are available in the git repository at:

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

Kim Phillips (3):
      mpc83xx: remove hardcoded network addresses from config files
      mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
      mpc83xx: fix out-of-tree mpc8315 nand build

Michael Zaidman (1):
      Bug: do_reset issued via netconsole does not reset mpc83xx cpu.

 Makefile                                        |    3 -
 cpu/mpc83xx/cpu.c                               |    8 +-
 include/configs/MPC8313ERDB.h                   |    7 --
 include/configs/MPC8315ERDB.h                   |    2 -
 include/configs/MPC8323ERDB.h                   |    6 --
 include/configs/MPC832XEMDS.h                   |    2 -
 include/configs/MPC8349EMDS.h                   |    8 --
 include/configs/MPC8349ITX.h                    |   12 ---
 include/configs/MPC8360EMDS.h                   |    2 -
 include/configs/MPC8360ERDK.h                   |    8 --
 include/configs/MPC837XEMDS.h                   |    2 -
 include/configs/MPC837XERDB.h                   |   12 ---
 include/configs/sbc8349.h                       |    8 --
 include/configs/vme8349.h                       |    4 +-
 nand_spl/board/freescale/mpc8315erdb/Makefile   |  108 +++++++++++++++++++++++
 nand_spl/board/freescale/mpc8315erdb/u-boot.lds |   52 +++++++++++
 16 files changed, 165 insertions(+), 79 deletions(-)
 create mode 100644 nand_spl/board/freescale/mpc8315erdb/Makefile
 create mode 100644 nand_spl/board/freescale/mpc8315erdb/u-boot.lds

Thanks,

Kim

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

* [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git
  2010-03-02 17:46 [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git Kim Phillips
@ 2010-03-04 20:11 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2010-03-04 20:11 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20100302114647.e5acc8d7.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull:
> 
> The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
>   Jens Scharsig (1):
>         new board (eb_cpux9k2)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Kim Phillips (3):
>       mpc83xx: remove hardcoded network addresses from config files
>       mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
>       mpc83xx: fix out-of-tree mpc8315 nand build
> 
> Michael Zaidman (1):
>       Bug: do_reset issued via netconsole does not reset mpc83xx cpu.
> 
>  Makefile                                        |    3 -
>  cpu/mpc83xx/cpu.c                               |    8 +-
>  include/configs/MPC8313ERDB.h                   |    7 --
>  include/configs/MPC8315ERDB.h                   |    2 -
>  include/configs/MPC8323ERDB.h                   |    6 --
>  include/configs/MPC832XEMDS.h                   |    2 -
>  include/configs/MPC8349EMDS.h                   |    8 --
>  include/configs/MPC8349ITX.h                    |   12 ---
>  include/configs/MPC8360EMDS.h                   |    2 -
>  include/configs/MPC8360ERDK.h                   |    8 --
>  include/configs/MPC837XEMDS.h                   |    2 -
>  include/configs/MPC837XERDB.h                   |   12 ---
>  include/configs/sbc8349.h                       |    8 --
>  include/configs/vme8349.h                       |    4 +-
>  nand_spl/board/freescale/mpc8315erdb/Makefile   |  108 +++++++++++++++++++++++
>  nand_spl/board/freescale/mpc8315erdb/u-boot.lds |   52 +++++++++++
>  16 files changed, 165 insertions(+), 79 deletions(-)
>  create mode 100644 nand_spl/board/freescale/mpc8315erdb/Makefile
>  create mode 100644 nand_spl/board/freescale/mpc8315erdb/u-boot.lds

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
Neckties strangle clear thinking.                       -- Lin Yutang

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

* [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git
@ 2010-05-08  0:23 Kim Phillips
  2010-05-08 23:19 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Kim Phillips @ 2010-05-08  0:23 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

Please pull usb and UPMA support for the mvBLM7 and SIMPC8313, respectively:

The following changes since commit 767fdc4af684770f5e97a6c5e19a8ac2616b8329:

  drivers/*/Makefile: fix conditional compile rule. (2010-05-06 00:41:08 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-mpc83xx.git master

Andre Schwarz (1):
      mpc83xx/mvBLM7: add usb commands and cleanup.

Ron Madrid (1):
      mpc83xx: Add UPMA configuration to SIMPC8313

 arch/powerpc/include/asm/fsl_lbc.h                 |    1 +
 board/matrix_vision/mvblm7/Makefile                |    1 +
 .../mvblm7/{mvblm7_autoscript => bootscript}       |    0
 board/sheldon/simpc8313/simpc8313.c                |   35 ++++++++++++++++++++
 include/configs/MVBLM7.h                           |    6 +++
 include/configs/SIMPC8313.h                        |   11 ++++++
 6 files changed, 54 insertions(+), 0 deletions(-)
 rename board/matrix_vision/mvblm7/{mvblm7_autoscript => bootscript} (100%)

Thanks,

Kim

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

* [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git
  2010-05-08  0:23 [U-Boot] [GIT PULL] please " Kim Phillips
@ 2010-05-08 23:19 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2010-05-08 23:19 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20100507192308.8bdee043.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull usb and UPMA support for the mvBLM7 and SIMPC8313, respectively:
> 
> The following changes since commit 767fdc4af684770f5e97a6c5e19a8ac2616b8329:
> 
>   drivers/*/Makefile: fix conditional compile rule. (2010-05-06 00:41:08 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Andre Schwarz (1):
>       mpc83xx/mvBLM7: add usb commands and cleanup.
> 
> Ron Madrid (1):
>       mpc83xx: Add UPMA configuration to SIMPC8313
> 
>  arch/powerpc/include/asm/fsl_lbc.h                 |    1 +
>  board/matrix_vision/mvblm7/Makefile                |    1 +
>  .../mvblm7/{mvblm7_autoscript => bootscript}       |    0
>  board/sheldon/simpc8313/simpc8313.c                |   35 ++++++++++++++++++++
>  include/configs/MVBLM7.h                           |    6 +++
>  include/configs/SIMPC8313.h                        |   11 ++++++
>  6 files changed, 54 insertions(+), 0 deletions(-)
>  rename board/matrix_vision/mvblm7/{mvblm7_autoscript => bootscript} (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
"Just think, with VLSI we can have 100 ENIACS on a chip!"
- Alan Perlis

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

* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
@ 2010-05-21 20:30 Kim Phillips
  2010-05-26 20:37 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Kim Phillips @ 2010-05-21 20:30 UTC (permalink / raw)
  To: u-boot

Wolfgang,

please pull one cpu init fix, and a typo fix*:

The following changes since commit 2f05e394fccf62a4693c6b8323de725f90d1f003:

  fsl_diu_fb.c: fix build warnings (2010-05-17 23:34:18 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-mpc83xx.git master

Horst Kronstorfer (1):
      Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.

Kim Phillips (1):
      mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c

 arch/powerpc/cpu/mpc83xx/cpu_init.c |   36 +++++++++++++++++-----------------
 arch/powerpc/cpu/mpc83xx/start.S    |    4 +-
 2 files changed, 20 insertions(+), 20 deletions(-)

Thanks,

Kim

* if you prefer these go into mpc83xx' next branch, we can do that, too.

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

* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
  2010-05-21 20:30 Kim Phillips
@ 2010-05-26 20:37 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2010-05-26 20:37 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20100521153045.5b6f38a8.kim.phillips@freescale.com> you wrote:
> Wolfgang,
> 
> please pull one cpu init fix, and a typo fix*:
> 
> The following changes since commit 2f05e394fccf62a4693c6b8323de725f90d1f003:
> 
>   fsl_diu_fb.c: fix build warnings (2010-05-17 23:34:18 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Horst Kronstorfer (1):
>       Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.
> 
> Kim Phillips (1):
>       mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c
> 
>  arch/powerpc/cpu/mpc83xx/cpu_init.c |   36 +++++++++++++++++-----------------
>  arch/powerpc/cpu/mpc83xx/start.S    |    4 +-
>  2 files changed, 20 insertions(+), 20 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 joys of love made her human and the  agonies  of  love  destroyed
her.
	-- Spock, "Requiem for Methuselah", stardate 5842.8

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

* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
@ 2011-11-08  0:42 Kim Phillips
  2011-11-08  6:51 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Kim Phillips @ 2011-11-08  0:42 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull some mpc83xx updates (mostly checkpatch cleanups):


The following changes since commit 688d8f33f27ea596efb6632388ee60360996eed0:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-11-08 00:38:52 +0100)

are available in the git repository at:

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

Heiko Schocher (2):
      cosmetic, powerpc, mpc83xx: checkpatch cleanup
      powerpc, mpc83xx: add DDR SDRAM Timing Configuration 3 definitions

Holger Brunck (1):
      powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c

Jerry Huang (2):
      powerpc/mpc83xx: Add 512MB DDR support for mpc8360emds
      powerpc/mpc83xx: Add 33.33MHz support for mpc8360emds

Joe Hershberger (25):
      mpc83xx: Fix ipic structure definition
      mpc83xx: cosmetic: MERGERBOX.h checkpatch compliance
      mpc83xx: cosmetic: MPC8308RDB.h checkpatch compliance
      mpc83xx: cosmetic: MPC8313ERDB.h checkpatch compliance
      mpc83xx: cosmetic: MPC8315ERDB.h checkpatch compliance
      mpc83xx: cosmetic: MPC8323ERDB.h checkpatch compliance
      mpc83xx: cosmetic: MPC832XEMDS.h checkpatch compliance
      mpc83xx: cosmetic: MPC8349EMDS.h checkpatch compliance
      mpc83xx: cosmetic: MPC8349ITX.h checkpatch compliance
      mpc83xx: cosmetic: MPC8360EMDS.h checkpatch compliance
      mpc83xx: cosmetic: MPC8360ERDK.h checkpatch compliance
      mpc83xx: cosmetic: MPC837XEMDS.h checkpatch compliance
      mpc83xx: cosmetic: MPC837XERDB.h checkpatch compliance
      mpc83xx: cosmetic: MVBLM7.h checkpatch compliance
      mpc83xx: cosmetic: SIMPC8313.h checkpatch compliance
      mpc83xx: cosmetic: TQM834x.h checkpatch compliance
      mpc83xx: cosmetic: kmeter1.h checkpatch compliance
      mpc83xx: cosmetic: mpc8308_p1m.h checkpatch compliance
      mpc83xx: cosmetic: sbc8349.h checkpatch compliance
      mpc83xx: cosmetic: ve8313.h checkpatch compliance
      mpc83xx: cosmetic: vme8349.h checkpatch compliance
      mpc83xx: Cleanup usage of BAT constants
      mpc83xx: Cleanup usage of DDR constants
      mpc83xx: Cleanup usage of LBC constants
      mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code

Kim Phillips (1):
      mpc83xx: fix global timer structure definition

 arch/powerpc/cpu/mpc83xx/spd_sdram.c      |    9 +
 arch/powerpc/include/asm/fsl_lbc.h        |    8 +-
 arch/powerpc/include/asm/immap_83xx.h     |   11 +-
 board/freescale/mpc8313erdb/sdram.c       |   10 +-
 board/freescale/mpc8349emds/mpc8349emds.c |   27 +-
 board/freescale/mpc8349itx/mpc8349itx.c   |   28 +-
 board/freescale/mpc8360emds/mpc8360emds.c |   69 ++++--
 board/keymile/common/common.c             |   71 +-----
 board/keymile/common/common.h             |    3 +
 board/keymile/km83xx/Makefile             |    2 +-
 board/keymile/km83xx/km83xx_i2c.c         |   88 ++++++
 board/sbc8349/sbc8349.c                   |   27 +-
 board/ve8313/ve8313.c                     |   10 +-
 boards.cfg                                |   15 +-
 doc/README.mpc8360emds                    |   18 +-
 include/configs/MERGERBOX.h               |   40 ++--
 include/configs/MPC8308RDB.h              |   66 +++--
 include/configs/MPC8313ERDB.h             |  308 +++++++++++++--------
 include/configs/MPC8315ERDB.h             |  287 +++++++++++---------
 include/configs/MPC8323ERDB.h             |  319 +++++++++++-----------
 include/configs/MPC832XEMDS.h             |  374 +++++++++++++++----------
 include/configs/MPC8349EMDS.h             |  327 ++++++++++++++---------
 include/configs/MPC8349ITX.h              |  333 ++++++++++++++---------
 include/configs/MPC8360EMDS.h             |  337 ++++++++++++++++-------
 include/configs/MPC8360ERDK.h             |  315 +++++++++++++--------
 include/configs/MPC837XEMDS.h             |  325 +++++++++++++---------
 include/configs/MPC837XERDB.h             |  291 ++++++++++++--------
 include/configs/MVBLM7.h                  |  125 ++++++---
 include/configs/SIMPC8313.h               |  296 +++++++++++---------
 include/configs/TQM834x.h                 |  278 ++++++++++++--------
 include/configs/km/km83xx-common.h        |   28 +-
 include/configs/kmeter1.h                 |   24 +-
 include/configs/kmsupx5.h                 |    8 +-
 include/configs/mpc8308_p1m.h             |   63 +++--
 include/configs/sbc8349.h                 |  287 ++++++++++++--------
 include/configs/suvd3.h                   |   10 +-
 include/configs/tuda1.h                   |   21 +-
 include/configs/tuxa1.h                   |   21 +-
 include/configs/ve8313.h                  |  230 +++++++++-------
 include/configs/vme8349.h                 |  115 +++++---
 include/mpc83xx.h                         |  427 ++++++++++++++++++++---------
 41 files changed, 3437 insertions(+), 2214 deletions(-)
 create mode 100644 board/keymile/km83xx/km83xx_i2c.c

Thanks,

Kim

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

* [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git
  2011-11-08  0:42 [U-Boot] [GIT PULL] Please " Kim Phillips
@ 2011-11-08  6:51 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2011-11-08  6:51 UTC (permalink / raw)
  To: u-boot

Dear Kim Phillips,

In message <20111107184242.d07f6073aa57d2b24eece318@freescale.com> you wrote:
> Wolfgang,
> 
> Please pull some mpc83xx updates (mostly checkpatch cleanups):
> 
> 
> The following changes since commit 688d8f33f27ea596efb6632388ee60360996eed0:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-11-08 00:38:52 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Heiko Schocher (2):
>       cosmetic, powerpc, mpc83xx: checkpatch cleanup
>       powerpc, mpc83xx: add DDR SDRAM Timing Configuration 3 definitions
> 
> Holger Brunck (1):
>       powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c
> 
> Jerry Huang (2):
>       powerpc/mpc83xx: Add 512MB DDR support for mpc8360emds
>       powerpc/mpc83xx: Add 33.33MHz support for mpc8360emds
> 
> Joe Hershberger (25):
>       mpc83xx: Fix ipic structure definition
>       mpc83xx: cosmetic: MERGERBOX.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8308RDB.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8313ERDB.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8315ERDB.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8323ERDB.h checkpatch compliance
>       mpc83xx: cosmetic: MPC832XEMDS.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8349EMDS.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8349ITX.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8360EMDS.h checkpatch compliance
>       mpc83xx: cosmetic: MPC8360ERDK.h checkpatch compliance
>       mpc83xx: cosmetic: MPC837XEMDS.h checkpatch compliance
>       mpc83xx: cosmetic: MPC837XERDB.h checkpatch compliance
>       mpc83xx: cosmetic: MVBLM7.h checkpatch compliance
>       mpc83xx: cosmetic: SIMPC8313.h checkpatch compliance
>       mpc83xx: cosmetic: TQM834x.h checkpatch compliance
>       mpc83xx: cosmetic: kmeter1.h checkpatch compliance
>       mpc83xx: cosmetic: mpc8308_p1m.h checkpatch compliance
>       mpc83xx: cosmetic: sbc8349.h checkpatch compliance
>       mpc83xx: cosmetic: ve8313.h checkpatch compliance
>       mpc83xx: cosmetic: vme8349.h checkpatch compliance
>       mpc83xx: Cleanup usage of BAT constants
>       mpc83xx: Cleanup usage of DDR constants
>       mpc83xx: Cleanup usage of LBC constants
>       mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code
> 
> Kim Phillips (1):
>       mpc83xx: fix global timer structure definition
> 
>  arch/powerpc/cpu/mpc83xx/spd_sdram.c      |    9 +
>  arch/powerpc/include/asm/fsl_lbc.h        |    8 +-
>  arch/powerpc/include/asm/immap_83xx.h     |   11 +-
>  board/freescale/mpc8313erdb/sdram.c       |   10 +-
>  board/freescale/mpc8349emds/mpc8349emds.c |   27 +-
>  board/freescale/mpc8349itx/mpc8349itx.c   |   28 +-
>  board/freescale/mpc8360emds/mpc8360emds.c |   69 ++++--
>  board/keymile/common/common.c             |   71 +-----
>  board/keymile/common/common.h             |    3 +
>  board/keymile/km83xx/Makefile             |    2 +-
>  board/keymile/km83xx/km83xx_i2c.c         |   88 ++++++
>  board/sbc8349/sbc8349.c                   |   27 +-
>  board/ve8313/ve8313.c                     |   10 +-
>  boards.cfg                                |   15 +-
>  doc/README.mpc8360emds                    |   18 +-
>  include/configs/MERGERBOX.h               |   40 ++--
>  include/configs/MPC8308RDB.h              |   66 +++--
>  include/configs/MPC8313ERDB.h             |  308 +++++++++++++--------
>  include/configs/MPC8315ERDB.h             |  287 +++++++++++---------
>  include/configs/MPC8323ERDB.h             |  319 +++++++++++-----------
>  include/configs/MPC832XEMDS.h             |  374 +++++++++++++++----------
>  include/configs/MPC8349EMDS.h             |  327 ++++++++++++++---------
>  include/configs/MPC8349ITX.h              |  333 ++++++++++++++---------
>  include/configs/MPC8360EMDS.h             |  337 ++++++++++++++++-------
>  include/configs/MPC8360ERDK.h             |  315 +++++++++++++--------
>  include/configs/MPC837XEMDS.h             |  325 +++++++++++++---------
>  include/configs/MPC837XERDB.h             |  291 ++++++++++++--------
>  include/configs/MVBLM7.h                  |  125 ++++++---
>  include/configs/SIMPC8313.h               |  296 +++++++++++---------
>  include/configs/TQM834x.h                 |  278 ++++++++++++--------
>  include/configs/km/km83xx-common.h        |   28 +-
>  include/configs/kmeter1.h                 |   24 +-
>  include/configs/kmsupx5.h                 |    8 +-
>  include/configs/mpc8308_p1m.h             |   63 +++--
>  include/configs/sbc8349.h                 |  287 ++++++++++++--------
>  include/configs/suvd3.h                   |   10 +-
>  include/configs/tuda1.h                   |   21 +-
>  include/configs/tuxa1.h                   |   21 +-
>  include/configs/ve8313.h                  |  230 +++++++++-------
>  include/configs/vme8349.h                 |  115 +++++---
>  include/mpc83xx.h                         |  427 ++++++++++++++++++++---------
>  41 files changed, 3437 insertions(+), 2214 deletions(-)
>  create mode 100644 board/keymile/km83xx/km83xx_i2c.c

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
Suffocating together ... would create heroic camaraderie.
	-- Khan Noonian Singh, "Space Seed", stardate 3142.8

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

end of thread, other threads:[~2011-11-08  6:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 17:46 [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git Kim Phillips
2010-03-04 20:11 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-11-08  0:42 [U-Boot] [GIT PULL] Please " Kim Phillips
2011-11-08  6:51 ` Wolfgang Denk
2010-05-21 20:30 Kim Phillips
2010-05-26 20:37 ` Wolfgang Denk
2010-05-08  0:23 [U-Boot] [GIT PULL] please " Kim Phillips
2010-05-08 23:19 ` Wolfgang Denk
2010-01-26 19:58 [U-Boot] [GIT PULL] Please " Kim Phillips
2010-01-26 21:33 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox