mbox

[U-Boot,PULL,REQUEST] MPC5xxx

Message ID 20130309150235.9EBC0200253@gemini.denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Wolfgang Denk March 9, 2013, 3:02 p.m. UTC
Dear Tom,

I apologize for being inattentive for so long...


The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:

  x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5a35831b1f427a91ae06c971c2b3b4d9843372a1:

  mpc512x: pdm360ng: drop not needed memory node fixup (2013-03-09 08:23:08 +0100)

----------------------------------------------------------------
Anatolij Gustschin (8):
      mpc512x: add common LAW and Chip Select configuration
      mpc512x: use common code for CSx configuration
      mpc512x: use common code for clock setting for all mpc512x boards
      mpc512x: optionally configure DIU, LPC and NFC deviders
      mpc512x: allow configuring board specific IPS divider
      mpc512x: add ifm ac14xx board
      mpc512x: Adjust the DRAM init sequence to the datasheet spec
      mpc512x: pdm360ng: drop not needed memory node fixup

Stefan Roese (3):
      mpc5200: spl_boot.c: Change init oder to first enable printf
      mpc5200: Add a4m2k board port
      mpc5200: a4m2k: Implement custom "dynamic" watchdog support

 MAINTAINERS                             |   2 +
 arch/powerpc/cpu/mpc512x/cpu_init.c     | 120 +++++++
 arch/powerpc/cpu/mpc512x/fixed_sdram.c  |  17 +-
 arch/powerpc/cpu/mpc512x/iopin.c        |  54 +++
 arch/powerpc/cpu/mpc5xxx/spl_boot.c     |  20 +-
 arch/powerpc/include/asm/immap_512x.h   |  22 ++
 board/a3m071/README                     |   2 +-
 board/a3m071/a3m071.c                   | 147 +++++++-
 board/a3m071/is46r16320d.h              |  35 ++
 board/davedenx/aria/aria.c              |  64 ----
 board/esd/mecp5123/mecp5123.c           |  54 ---
 board/freescale/mpc5121ads/mpc5121ads.c |  52 ---
 board/ifm/ac14xx/Makefile               |  34 ++
 board/ifm/ac14xx/ac14xx.c               | 617 ++++++++++++++++++++++++++++++++
 board/pdm360ng/pdm360ng.c               |  58 ---
 boards.cfg                              |   2 +
 include/configs/a3m071.h                | 118 +++---
 include/configs/ac14xx.h                | 591 ++++++++++++++++++++++++++++++
 include/configs/aria.h                  |  23 +-
 include/configs/mecp5123.h              |  24 ++
 include/configs/mpc5121ads.h            |  23 ++
 include/configs/pdm360ng.h              |  24 +-
 22 files changed, 1810 insertions(+), 293 deletions(-)
 create mode 100644 board/a3m071/is46r16320d.h
 create mode 100644 board/ifm/ac14xx/Makefile
 create mode 100644 board/ifm/ac14xx/ac14xx.c
 create mode 100644 include/configs/ac14xx.h

Comments

Tom Rini March 11, 2013, 2:42 p.m. UTC | #1
On Sat, Mar 09, 2013 at 04:02:35PM +0100, Wolfgang Denk wrote:

> Dear Tom,
> 
> I apologize for being inattentive for so long...
> 
> 
> The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
> 
>   x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc5xxx master
> 
> for you to fetch changes up to 5a35831b1f427a91ae06c971c2b3b4d9843372a1:
> 
>   mpc512x: pdm360ng: drop not needed memory node fixup (2013-03-09 08:23:08 +0100)
> 
> ----------------------------------------------------------------
> Anatolij Gustschin (8):
>       mpc512x: add common LAW and Chip Select configuration
>       mpc512x: use common code for CSx configuration
>       mpc512x: use common code for clock setting for all mpc512x boards
>       mpc512x: optionally configure DIU, LPC and NFC deviders
>       mpc512x: allow configuring board specific IPS divider
>       mpc512x: add ifm ac14xx board
>       mpc512x: Adjust the DRAM init sequence to the datasheet spec
>       mpc512x: pdm360ng: drop not needed memory node fixup
> 
> Stefan Roese (3):
>       mpc5200: spl_boot.c: Change init oder to first enable printf
>       mpc5200: Add a4m2k board port
>       mpc5200: a4m2k: Implement custom "dynamic" watchdog support
> 
>  MAINTAINERS                             |   2 +
>  arch/powerpc/cpu/mpc512x/cpu_init.c     | 120 +++++++
>  arch/powerpc/cpu/mpc512x/fixed_sdram.c  |  17 +-
>  arch/powerpc/cpu/mpc512x/iopin.c        |  54 +++
>  arch/powerpc/cpu/mpc5xxx/spl_boot.c     |  20 +-
>  arch/powerpc/include/asm/immap_512x.h   |  22 ++
>  board/a3m071/README                     |   2 +-
>  board/a3m071/a3m071.c                   | 147 +++++++-
>  board/a3m071/is46r16320d.h              |  35 ++
>  board/davedenx/aria/aria.c              |  64 ----
>  board/esd/mecp5123/mecp5123.c           |  54 ---
>  board/freescale/mpc5121ads/mpc5121ads.c |  52 ---
>  board/ifm/ac14xx/Makefile               |  34 ++
>  board/ifm/ac14xx/ac14xx.c               | 617 ++++++++++++++++++++++++++++++++
>  board/pdm360ng/pdm360ng.c               |  58 ---
>  boards.cfg                              |   2 +
>  include/configs/a3m071.h                | 118 +++---
>  include/configs/ac14xx.h                | 591 ++++++++++++++++++++++++++++++
>  include/configs/aria.h                  |  23 +-
>  include/configs/mecp5123.h              |  24 ++
>  include/configs/mpc5121ads.h            |  23 ++
>  include/configs/pdm360ng.h              |  24 +-
>  22 files changed, 1810 insertions(+), 293 deletions(-)
>  create mode 100644 board/a3m071/is46r16320d.h
>  create mode 100644 board/ifm/ac14xx/Makefile
>  create mode 100644 board/ifm/ac14xx/ac14xx.c
>  create mode 100644 include/configs/ac14xx.h

Applied to u-boot/master, thanks!