All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] mpc512x updates for current merge window
@ 2013-02-08 10:03 Anatolij Gustschin
  2013-02-08 10:03 ` [U-Boot] [PATCH 1/8] mpc512x: add common LAW and Chip Select configuration Anatolij Gustschin
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Anatolij Gustschin @ 2013-02-08 10:03 UTC (permalink / raw)
  To: u-boot

Various cleanups, extensions and new support for ac14xx board

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

 MAINTAINERS                             |    1 +
 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/include/asm/immap_512x.h   |   22 ++
 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                              |    1 +
 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 ++-
 17 files changed, 1548 insertions(+), 231 deletions(-)
 create mode 100644 board/ifm/ac14xx/Makefile
 create mode 100644 board/ifm/ac14xx/ac14xx.c
 create mode 100644 include/configs/ac14xx.h

-- 
1.7.5.4

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

end of thread, other threads:[~2013-03-09 13:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 10:03 [U-Boot] [PATCH 0/8] mpc512x updates for current merge window Anatolij Gustschin
2013-02-08 10:03 ` [U-Boot] [PATCH 1/8] mpc512x: add common LAW and Chip Select configuration Anatolij Gustschin
2013-03-09 13:45   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 2/8] mpc512x: use common code for CSx configuration Anatolij Gustschin
2013-03-09 13:45   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 3/8] mpc512x: use common code for clock setting for all mpc512x boards Anatolij Gustschin
2013-03-09 13:46   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 4/8] mpc512x: optionally configure DIU, LPC and NFC deviders Anatolij Gustschin
2013-03-09 13:46   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 5/8] mpc512x: allow configuring board specific IPS divider Anatolij Gustschin
2013-03-09 13:46   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 6/8] mpc512x: add ifm ac14xx board Anatolij Gustschin
2013-03-09 13:46   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 7/8] mpc512x: Adjust the DRAM init sequence to the datasheet spec Anatolij Gustschin
2013-03-09 13:46   ` Wolfgang Denk
2013-02-08 10:03 ` [U-Boot] [PATCH 8/8] mpc512x: pdm360ng: drop not needed memory node fixup Anatolij Gustschin
2013-03-09 13:46   ` 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.