public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-16 18:39 Kim Phillips
  2008-01-16 18:44 ` Joakim Tjernlund
  2008-01-16 21:06 ` Wolfgang Denk
  0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2008-01-16 18:39 UTC (permalink / raw)
  To: u-boot

WD, please pull support for two new boards (mpc8315erdb and
mpc837xerdb), and some fixes for some bugs that crept in recently:

The following changes since commit cd9d23053d435c08fc8695017b5cb9003fcda786:
  Anton Vorontsov (1):
        nand: FSL UPM NAND driver

are available in the git repository at:

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

Dave Liu (3):
      mpc83xx: Remove cache config from MPC8360ERDK.h
      mpc83xx: Add config of eTSEC emergency priority in SPCR
      mpc83xx: Add the support for MPC8315ERDB board

Jerry Van Baren (1):
      Enable the isdram command on the MPC8360EMDS board

Kim Phillips (5):
      mpc83xx: fix phy-connection-type fixup code
      mpc83xx: clean up mpc8360emds.c warnings
      mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
      mpc83xx: add support for more system clock performance controls
      Add support for the MPC837xERDB

Kumar Gala (1):
      mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)

Poonam Aggrwal (1):
      Changes in uboot DDR configuration for MPC8313eRDB

 CREDITS                                   |    2 +-
 MAINTAINERS                               |    5 +
 MAKEALL                                   |    2 +
 Makefile                                  |    6 +
 board/freescale/mpc8313erdb/Makefile      |    2 +-
 board/freescale/mpc8315erdb/Makefile      |   50 +++
 board/freescale/mpc8315erdb/config.mk     |    1 +
 board/freescale/mpc8315erdb/mpc8315erdb.c |  132 +++++++
 board/freescale/mpc8315erdb/sdram.c       |  120 ++++++
 board/freescale/mpc8349itx/Makefile       |    2 +-
 board/freescale/mpc8360emds/mpc8360emds.c |   34 +-
 board/freescale/mpc837xerdb/Makefile      |   50 +++
 board/freescale/mpc837xerdb/config.mk     |   28 ++
 board/freescale/mpc837xerdb/mpc837xerdb.c |  150 ++++++++
 board/freescale/mpc837xerdb/pci.c         |   59 +++
 cpu/mpc83xx/cpu_init.c                    |   78 +++-
 cpu/mpc83xx/speed.c                       |   12 +-
 doc/README.mpc8315erdb                    |   80 ++++
 doc/README.mpc837xerdb                    |   98 +++++
 include/configs/MPC8313ERDB.h             |   32 +-
 include/configs/MPC8315ERDB.h             |  547 ++++++++++++++++++++++++++
 include/configs/MPC8323ERDB.h             |    2 +-
 include/configs/MPC832XEMDS.h             |    2 +-
 include/configs/MPC8360EMDS.h             |    3 +-
 include/configs/MPC8360ERDK.h             |   11 +-
 include/configs/MPC837XERDB.h             |  596 +++++++++++++++++++++++++++++
 include/mpc83xx.h                         |   13 +-
 27 files changed, 2040 insertions(+), 77 deletions(-)
 create mode 100644 board/freescale/mpc8315erdb/Makefile
 create mode 100644 board/freescale/mpc8315erdb/config.mk
 create mode 100644 board/freescale/mpc8315erdb/mpc8315erdb.c
 create mode 100644 board/freescale/mpc8315erdb/sdram.c
 create mode 100644 board/freescale/mpc837xerdb/Makefile
 create mode 100644 board/freescale/mpc837xerdb/config.mk
 create mode 100644 board/freescale/mpc837xerdb/mpc837xerdb.c
 create mode 100644 board/freescale/mpc837xerdb/pci.c
 create mode 100644 doc/README.mpc8315erdb
 create mode 100644 doc/README.mpc837xerdb
 create mode 100644 include/configs/MPC8315ERDB.h
 create mode 100644 include/configs/MPC837XERDB.h

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-07-03 21:14 Kim Phillips
  2008-07-06 22:33 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-07-03 21:14 UTC (permalink / raw)
  To: u-boot

WD/Detlev,

please pull mostly MVBLM7 board fixes:

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

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

Andre Schwarz (3):
      fix system config overwrite @ MPC834x and MPC8313
      fix non-working mvBL-M7
      update mvBL-M7 board config

Kim Phillips (1):
      mpc83xx: move CPU_TYPE_ENTRY over to processor.h

 board/mvblm7/mvblm7.c       |    2 +-
 cpu/mpc83xx/cpu.c           |    1 -
 cpu/mpc83xx/cpu_init.c      |    5 +++++
 include/asm-ppc/processor.h |    7 +++++++
 include/configs/MVBLM7.h    |    5 +++--
 5 files changed, 16 insertions(+), 4 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-05-08 22:13 Kim Phillips
  2008-05-09 22:34 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-05-08 22:13 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk,

please pull a system performance tweak:

The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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

Lee Nipper (1):
      mpc83xx: system performance settings for MPC8349EMDS.

 include/configs/MPC8349EMDS.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-04-25 14:45 Kim Phillips
  2008-04-25 22:07 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-04-25 14:45 UTC (permalink / raw)
  To: u-boot

for some minor fixes:

The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848:
  Stefan Roese (1):
        ppc4xx: Remove double defines in lwmon5.h

are available in the git repository at:

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

Dave Liu (2):
      mpc83xx: remove the unused CPM's stuff
      mpc83xx: clean up the readme for 83xx boards

Kim Phillips (1):
      mpc83xx: bump loadaddr over fdtaddr to 0x500000

 cpu/mpc83xx/fdt.c             |    8 --------
 doc/README.mpc8313erdb        |    4 ++--
 doc/README.mpc8315erdb        |    2 +-
 doc/README.mpc837xemds        |    2 +-
 doc/README.mpc837xerdb        |   13 ++++++-------
 include/configs/MPC8313ERDB.h |    2 +-
 include/configs/MPC8315ERDB.h |    2 +-
 include/configs/MPC8323ERDB.h |    2 +-
 include/configs/MPC832XEMDS.h |    2 +-
 include/configs/MPC8349EMDS.h |    2 +-
 include/configs/MPC8349ITX.h  |    2 +-
 include/configs/MPC8360EMDS.h |    2 +-
 include/configs/MPC837XEMDS.h |    2 +-
 include/configs/MPC837XERDB.h |    2 +-
 include/configs/sbc8349.h     |    2 +-
 15 files changed, 20 insertions(+), 29 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-03-28 23:49 Kim Phillips
  2008-03-29  0:04 ` Kim Phillips
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-03-28 23:49 UTC (permalink / raw)
  To: u-boot

Wolfgang D.,

please pull SATA configuration patches for 8315 and 837x boards, a
cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes:

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
  Bartlomiej Sieka (1):
        Fix host tool build breakage, take two

are available in the git repository at:

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

Dave Liu (2):
      mpc83xx: initialize serdes for MPC837xEMDS boards
      mpc83xx: enable the SATA interface on mpc837xemds board

Kim Phillips (4):
      mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
      mpc83xx: unreinvent mem_clk
      mpc83xx: display ddr frequency in board_add_ram_info banner
      mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code

Michael Barkowski (2):
      mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
      mpc8323erdb: fix EEPROM page size and get MAC from EEPROM

 board/freescale/mpc8323erdb/mpc8323erdb.c |   34 ++++++
 board/freescale/mpc8360emds/mpc8360emds.c |   11 +--
 board/freescale/mpc837xemds/mpc837xemds.c |   30 +++++
 board/freescale/mpc837xerdb/mpc837xerdb.c |   15 +--
 cpu/mpc83xx/cpu.c                         |  166 ++++++++---------------------
 cpu/mpc83xx/spd_sdram.c                   |   21 ++--
 cpu/mpc83xx/speed.c                       |   16 ++--
 include/asm-ppc/global_data.h             |    3 +-
 include/configs/MPC8315ERDB.h             |   23 ++++
 include/configs/MPC8323ERDB.h             |   12 ++-
 include/configs/MPC837XEMDS.h             |   28 +++++
 include/configs/MPC837XERDB.h             |   23 ++++
 include/mpc83xx.h                         |   91 +++++-----------
 lib_ppc/board.c                           |    2 +-
 14 files changed, 250 insertions(+), 225 deletions(-)

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-03-26  0:24 Kim Phillips
  2008-03-26  1:03 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-03-26  0:24 UTC (permalink / raw)
  To: u-boot

Wolfgang,

please pull support for uploading firmware for the Vitesse VSC7385 (an
ethernet switch on some 83xx boards), support for serdes
initialization, and misc fixes:

The following changes since commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855:
  Wolfgang Denk (1):
        Coding Style cleanyp; update CHANGELOG

are available in the git repository at:

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

Anton Vorontsov (18):
      83xx: nand support for MPC837XRDB boards
      83xx: split COBJS onto separate lines
      83xx: serdes setup routines
      83xx: initialize serdes for MPC837XRDB boards
      83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
      uec: add support for gbit mii status readings
      uec: add support for RGMII_RXID interface mode
      uec: add support for Broadcom BCM5481 Gigabit PHY
      mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
      mpc83xx: MPC8360E-RDK: add support for NAND
      mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
      mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
      mpc83xx: MPC8360E-RDK: add dhcp command
      mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
      mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
      mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
      tsec: fix link detection for the RTL8211B PHY
      83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role

Jerry Van Baren (1):
      Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.

Joe D'Abbraccio (1):
      Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock

Michael Barkowski (3):
      mpc8323erdb: use readable DDR config macros
      mpc8323erdb: Improve the system performance
      mpc8323erdb: remove RTC and add EEPROM

Scott Wood (1):
      mpc83xx: Set PCI I/O bus-address base to zero.

Timur Tabi (2):
      NET: Add Vitesse VSC7385 firmware uploading
      83xx: Add Vitesse VSC7385 firmware uploading

 board/freescale/mpc8313erdb/mpc8313erdb.c |   21 ++++
 board/freescale/mpc8349itx/mpc8349itx.c   |   15 +++-
 board/freescale/mpc8360erdk/Makefile      |    4 +-
 board/freescale/mpc8360erdk/mpc8360erdk.c |   17 ++++
 board/freescale/mpc8360erdk/nand.c        |   72 ++++++++++++++
 board/freescale/mpc837xerdb/mpc837xerdb.c |   65 ++++++++++++-
 common/fdt_support.c                      |   25 +++++
 cpu/mpc83xx/Makefile                      |   15 +++-
 cpu/mpc83xx/cpu_init.c                    |    6 +
 cpu/mpc83xx/fdt.c                         |   12 ++-
 cpu/mpc83xx/pci.c                         |    2 -
 cpu/mpc83xx/qe_io.c                       |    3 -
 cpu/mpc83xx/serdes.c                      |  145 +++++++++++++++++++++++++++++
 drivers/net/Makefile                      |    1 +
 drivers/net/tsec.c                        |    5 +-
 drivers/net/vsc7385.c                     |  101 ++++++++++++++++++++
 drivers/qe/uec.c                          |    1 +
 drivers/qe/uec.h                          |    1 +
 drivers/qe/uec_phy.c                      |   69 ++++++++++++--
 drivers/qe/uec_phy.h                      |    5 +
 include/asm-ppc/fsl_serdes.h              |   21 ++++
 include/configs/MPC8313ERDB.h             |   88 ++++++++++++------
 include/configs/MPC8315ERDB.h             |    2 +-
 include/configs/MPC8323ERDB.h             |   64 +++++++++++--
 include/configs/MPC832XEMDS.h             |    2 +-
 include/configs/MPC8349ITX.h              |   35 +++++--
 include/configs/MPC8360EMDS.h             |    3 +-
 include/configs/MPC8360ERDK.h             |   88 ++++++++++++++----
 include/configs/MPC837XEMDS.h             |    2 +-
 include/configs/MPC837XERDB.h             |  113 +++++++++++++++++------
 include/fdt_support.h                     |    6 +
 include/mpc83xx.h                         |    4 +-
 include/vsc7385.h                         |   13 +++
 33 files changed, 894 insertions(+), 132 deletions(-)
 create mode 100644 board/freescale/mpc8360erdk/nand.c
 create mode 100644 cpu/mpc83xx/serdes.c
 create mode 100644 drivers/net/vsc7385.c
 create mode 100644 include/asm-ppc/fsl_serdes.h
 create mode 100644 include/vsc7385.h

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-17 20:13 Kim Phillips
  2008-01-18  2:11 ` Dave Liu
  2008-01-23 12:00 ` Wolfgang Denk
  0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2008-01-17 20:13 UTC (permalink / raw)
  To: u-boot

Wolfgang D.,

Ben submitted a hard SPI driver, and Dave fixed a critical bug for the
mpc8315e-rdb.  Please pull:

The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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

Ben Warren (2):
      Add support for a Freescale non-CPM SPI controller
      Implement hard SPI driver on MPC8349EMDS

Dave Liu (1):
      mpc83xx: Fix the fatal conflict of merge

Kim Phillips (1):
      codingstyle cleanup for spi driver

 Makefile                                  |    2 +
 README                                    |    8 ++
 board/freescale/mpc8349emds/mpc8349emds.c |   29 ++++++
 cpu/mpc83xx/cpu_init.c                    |    7 +-
 cpu/mpc83xx/speed.c                       |   10 +-
 drivers/spi/Makefile                      |   46 +++++++++
 drivers/spi/mpc8xxx_spi.c                 |  143 +++++++++++++++++++++++++++++
 include/asm-ppc/immap_83xx.h              |    9 +-
 include/asm-ppc/mpc8xxx_spi.h             |   48 ++++++++++
 include/configs/MPC8349EMDS.h             |    9 ++
 include/mpc83xx.h                         |   10 +--
 lib_ppc/board.c                           |   16 +++
 12 files changed, 315 insertions(+), 22 deletions(-)
 create mode 100644 drivers/spi/Makefile
 create mode 100644 drivers/spi/mpc8xxx_spi.c
 create mode 100644 include/asm-ppc/mpc8xxx_spi.h

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-11  4:04 Kim Phillips
  2008-01-11 23:12 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-11  4:04 UTC (permalink / raw)
  To: u-boot

Wolfgang D.,

please pull:

The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
  Ben Warren (1):
        Fix Ethernet init() return codes

are available in the git repository at:

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

Anton Vorontsov (2):
      mpc83xx: add "fsl, qe" compatible fixups
      mpc83xx: add support for the MPC8360E-RDK

Dave Liu (7):
      mpc83xx: Remove cache config from config.h
      mpc83xx: Fix the typo in global data struct
      mpc83xx: Fix the typo in mpc83xx.h
      mpc83xx: Fix the wrong definition of MPC8315E
      mpc83xx: Reduce the latency of DDR
      mpc83xx: Make the code more readable
      mpc83xx: Fix the bug of 266MHz data rate DDR

Kim Phillips (1):
      mpc83xx: add missing CONFIG_HAS_ETH0 defines

 MAINTAINERS                               |    4 +
 MAKEALL                                   |    2 +
 Makefile                                  |   11 +
 board/freescale/mpc8360erdk/Makefile      |   50 +++
 board/freescale/mpc8360erdk/config.mk     |   28 ++
 board/freescale/mpc8360erdk/mpc8360erdk.c |  340 ++++++++++++++++++
 cpu/mpc83xx/fdt.c                         |    6 +
 cpu/mpc83xx/spd_sdram.c                   |    6 +-
 include/asm-ppc/global_data.h             |    2 +-
 include/configs/MPC8313ERDB.h             |    5 -
 include/configs/MPC8323ERDB.h             |   10 +-
 include/configs/MPC832XEMDS.h             |   10 +-
 include/configs/MPC8349EMDS.h             |    7 -
 include/configs/MPC8349ITX.h              |    9 -
 include/configs/MPC8360EMDS.h             |   10 +-
 include/configs/MPC8360ERDK.h             |  538 +++++++++++++++++++++++++++++
 include/configs/MPC837XEMDS.h             |   38 +-
 include/configs/TQM834x.h                 |    9 -
 include/configs/sbc8349.h                 |    7 -
 include/mpc83xx.h                         |   56 ++--
 20 files changed, 1036 insertions(+), 112 deletions(-)
 create mode 100644 board/freescale/mpc8360erdk/Makefile
 create mode 100644 board/freescale/mpc8360erdk/config.mk
 create mode 100644 board/freescale/mpc8360erdk/mpc8360erdk.c
 create mode 100644 include/configs/MPC8360ERDK.h

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2008-01-08 16:21 Kim Phillips
  2008-01-09 10:27 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2008-01-08 16:21 UTC (permalink / raw)
  To: u-boot

Wolfgang D., I rebased mpc83xx; please retry pulling mainly mpc837x
support and libfdt code updates:

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

are available in the git repository at:

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

Anton Vorontsov (1):
      MPC8360E-MDS: configure and enable second UART

Dave Liu (6):
      mpc83xx: Add the support of MPC837x SoC
      mpc83xx: Add the support of MPC8315E SoC
      mpc83xx: Add the support of MPC837xEMDS board
      mpc83xx: Add the MPC837xEMDS board readme
      mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
      mpc83xx: update the CREDITS and MAINTAINERS

Joakim Tjernlund (1):
      Add support CONFIG_UEC_ETH3 in MPC83xx

Kim Phillips (9):
      mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
      mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
      mpc83xx: fix remaining fdt_find_node_by_path references
      mpc83xx: supress compiler warning
      mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
      mpc83xx: convert to using do_fixup_*()
      mpc83xx: remove FLAT_TREE code
      mpc83xx: rm remaining FLAT_TREE code
      mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code

Kumar Gala (1):
      Remove CONFIG options related to OF that we dont use

Paul Gortmaker (3):
      sbc8349: Remove board specific ECC code
      sbc8349: migrate board to libfdt
      sbc8349: enable libfdt by default on WRS SBC8349 board.

Timur Tabi (1):
      83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions

 CREDITS                                   |    5 +
 MAINTAINERS                               |    2 +
 MAKEALL                                   |    1 +
 Makefile                                  |   10 +
 board/freescale/mpc8313erdb/mpc8313erdb.c |   14 +-
 board/freescale/mpc8323erdb/mpc8323erdb.c |   10 -
 board/freescale/mpc832xemds/mpc832xemds.c |   14 +-
 board/freescale/mpc832xemds/pci.c         |   46 +--
 board/freescale/mpc8349emds/mpc8349emds.c |   14 +-
 board/freescale/mpc8349emds/pci.c         |   76 ++---
 board/freescale/mpc8349itx/mpc8349itx.c   |   14 +-
 board/freescale/mpc8349itx/pci.c          |   76 ++---
 board/freescale/mpc8360emds/mpc8360emds.c |   61 +++-
 board/freescale/mpc8360emds/pci.c         |   46 +--
 board/freescale/mpc837xemds/Makefile      |   50 +++
 board/freescale/mpc837xemds/config.mk     |   28 ++
 board/freescale/mpc837xemds/mpc837xemds.c |  132 +++++++
 board/freescale/mpc837xemds/pci.c         |   65 +++
 board/sbc8349/pci.c                       |   52 ++-
 board/sbc8349/sbc8349.c                   |  347 +----------------
 cpu/mpc83xx/Makefile                      |    2 +-
 cpu/mpc83xx/cpu.c                         |  348 ++---------------
 cpu/mpc83xx/cpu_init.c                    |    6 +-
 cpu/mpc83xx/fdt.c                         |   72 ++++
 cpu/mpc83xx/pci.c                         |   83 ++---
 cpu/mpc83xx/spd_sdram.c                   |    7 +-
 cpu/mpc83xx/speed.c                       |  201 ++++++++--
 doc/README.mpc837xemds                    |  104 +++++
 drivers/net/tsec.c                        |   10 +
 drivers/qe/uec.c                          |   23 ++
 include/asm-ppc/global_data.h             |   15 +-
 include/asm-ppc/immap_83xx.h              |  145 +++++++-
 include/configs/MPC8313ERDB.h             |    9 +-
 include/configs/MPC8323ERDB.h             |   12 +-
 include/configs/MPC832XEMDS.h             |   12 +-
 include/configs/MPC8349EMDS.h             |    8 +-
 include/configs/MPC8349ITX.h              |   11 +-
 include/configs/MPC8360EMDS.h             |   15 +-
 include/configs/MPC837XEMDS.h             |  600 +++++++++++++++++++++++++++++
 include/configs/sbc8349.h                 |   10 +-
 include/mpc83xx.h                         |  261 ++++++++++++--
 net/eth.c                                 |    3 +
 42 files changed, 1953 insertions(+), 1067 deletions(-)
 create mode 100644 board/freescale/mpc837xemds/Makefile
 create mode 100644 board/freescale/mpc837xemds/config.mk
 create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
 create mode 100644 board/freescale/mpc837xemds/pci.c
 create mode 100644 cpu/mpc83xx/fdt.c
 create mode 100644 doc/README.mpc837xemds
 create mode 100644 include/configs/MPC837XEMDS.h

Thanks,

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2007-12-20 23:56 Kim Phillips
  2007-12-21  0:15 ` Joakim Tjernlund
  2007-12-26 23:44 ` Wolfgang Denk
  0 siblings, 2 replies; 37+ messages in thread
From: Kim Phillips @ 2007-12-20 23:56 UTC (permalink / raw)
  To: u-boot

Wolfgang D., please pull mainly mpc837x support and libfdt code updates
for mpc83xx (this pull request depends on the mpc85xx pull request):

The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
  Wolfgang Denk (1):
        Release v1.3.1

are available in the git repository at:

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

Anton Vorontsov (1):
      MPC8360E-MDS: configure and enable second UART

Dave Liu (6):
      mpc83xx: Add the support of MPC837x SoC
      mpc83xx: Add the support of MPC8315E SoC
      mpc83xx: Add the support of MPC837xEMDS board
      mpc83xx: Add the MPC837xEMDS board readme
      mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
      mpc83xx: update the CREDITS and MAINTAINERS

Joakim Tjernlund (1):
      Add support CONFIG_UEC_ETH3 in MPC83xx

Kim Phillips (8):
      mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
      mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
      mpc83xx: fix remaining fdt_find_node_by_path references
      mpc83xx: supress compiler warning
      mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
      mpc83xx: convert to using do_fixup_*()
      mpc83xx: remove FLAT_TREE code
      mpc83xx: rm remaining FLAT_TREE code

Kumar Gala (1):
      Remove CONFIG options related to OF that we dont use

Paul Gortmaker (3):
      sbc8349: Remove board specific ECC code
      sbc8349: migrate board to libfdt
      sbc8349: enable libfdt by default on WRS SBC8349 board.

Timur Tabi (1):
      83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions

 CREDITS                                   |    5 +
 MAINTAINERS                               |    2 +
 MAKEALL                                   |    1 +
 Makefile                                  |   10 +
 board/freescale/mpc8313erdb/mpc8313erdb.c |   14 +-
 board/freescale/mpc8323erdb/mpc8323erdb.c |   10 -
 board/freescale/mpc832xemds/mpc832xemds.c |   14 +-
 board/freescale/mpc832xemds/pci.c         |   46 +--
 board/freescale/mpc8349emds/mpc8349emds.c |   14 +-
 board/freescale/mpc8349emds/pci.c         |   76 ++---
 board/freescale/mpc8349itx/mpc8349itx.c   |   14 +-
 board/freescale/mpc8349itx/pci.c          |   76 ++---
 board/freescale/mpc8360emds/mpc8360emds.c |   61 +++-
 board/freescale/mpc8360emds/pci.c         |   46 +--
 board/freescale/mpc837xemds/Makefile      |   50 +++
 board/freescale/mpc837xemds/config.mk     |   28 ++
 board/freescale/mpc837xemds/mpc837xemds.c |  132 +++++++
 board/freescale/mpc837xemds/pci.c         |   65 +++
 board/sbc8349/pci.c                       |   52 ++-
 board/sbc8349/sbc8349.c                   |  347 +----------------
 cpu/mpc83xx/Makefile                      |    2 +-
 cpu/mpc83xx/cpu.c                         |  362 ++----------------
 cpu/mpc83xx/cpu_init.c                    |    6 +-
 cpu/mpc83xx/fdt.c                         |   72 ++++
 cpu/mpc83xx/pci.c                         |   83 ++---
 cpu/mpc83xx/spd_sdram.c                   |    7 +-
 cpu/mpc83xx/speed.c                       |  201 ++++++++--
 doc/README.mpc837xemds                    |  104 +++++
 drivers/net/tsec.c                        |   10 +
 drivers/qe/uec.c                          |   23 ++
 include/asm-ppc/global_data.h             |   15 +-
 include/asm-ppc/immap_83xx.h              |  145 +++++++-
 include/configs/MPC8313ERDB.h             |    9 +-
 include/configs/MPC8323ERDB.h             |   12 +-
 include/configs/MPC832XEMDS.h             |   12 +-
 include/configs/MPC8349EMDS.h             |    8 +-
 include/configs/MPC8349ITX.h              |   11 +-
 include/configs/MPC8360EMDS.h             |   15 +-
 include/configs/MPC837XEMDS.h             |  600 +++++++++++++++++++++++++++++
 include/configs/sbc8349.h                 |   10 +-
 include/mpc83xx.h                         |  261 ++++++++++++--
 net/eth.c                                 |    3 +
 42 files changed, 1953 insertions(+), 1081 deletions(-)
 create mode 100644 board/freescale/mpc837xemds/Makefile
 create mode 100644 board/freescale/mpc837xemds/config.mk
 create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
 create mode 100644 board/freescale/mpc837xemds/pci.c
 create mode 100644 cpu/mpc83xx/fdt.c
 create mode 100644 doc/README.mpc837xemds
 create mode 100644 include/configs/MPC837XEMDS.h

p.s. I was unable to get the UEC and PHY latency fixes
to a satisfactory state without re-reverting the relocation for 83xx
commit (assuming that was what was causing Joakim's and Russell's
problem).  Now I'm going on vacation (random email access).  btw, they
should probably go through Ben Warren (net custodian) anyway.

Kim

^ permalink raw reply	[flat|nested] 37+ messages in thread
* [U-Boot-Users] Please pull u-boot-mpc83xx.git
@ 2007-08-10  5:46 Kim Phillips
  2007-08-10  8:38 ` Wolfgang Denk
  0 siblings, 1 reply; 37+ messages in thread
From: Kim Phillips @ 2007-08-10  5:46 UTC (permalink / raw)
  To: u-boot

Wolfgang, it appears that you didn't pull mpc83xx.  I've taken the
patches that showed up on the list since my last pull request, and
added them to my master branch, which I since rebased on top of your
last night's HEAD.

Please do a:

git-pull git://www.denx.de/git/u-boot-mpc83xx.git

to get the following changes since commit b0d2962faf200b816410893faff31e54287b9075:
  Wolfgang Denk (1):
        Merge with git+ssh://atlas/home/wd/git/u-boot/master

Dave Liu (6):
      mpc83xx: Revise the MPC8360EMDS readme doc
      mpc83xx: Fix the align bug of SDMA buffer
      mpc83xx: Add support for the display of reset status
      mpc83xx: Correct the burst length for DDR2 with 32 bits
      mpc83xx: Consolidate the ECC support of 83xx
      mpc83xx: Correct the README for DDR ECC

Jerry Van Baren (2):
      mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
      mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled

Kim Phillips (4):
      mpc83xx: fix 8360 and cpu functions to update fdt being passed
      mpc83xx: fixup generic pci for libfdt
      mpc83xx: add support for the MPC8323E RDB
      mpc83xx: fix ITX[GP] O=builddir builds

Lee Nipper (1):
      mpc83xx: Add support for 8360 silicon revision 2.1

Martin Krause (1):
      TQM834x: cleanup configuraton

Timur Tabi (2):
      Update SCCR programming in cpu_init_f() to support all 83xx processors
      FSL I2C driver programs the two I2C busses differently

david.saada (1):
      MPC83xx: Fix makefile to generate config.h file in the build directory

 Makefile                                           |   19 +-
 board/freescale/mpc8323erdb/Makefile               |   50 ++
 board/freescale/mpc8323erdb/config.mk              |   28 +
 board/freescale/mpc8323erdb/mpc8323erdb.c          |  217 ++++++++
 board/mpc8349emds/mpc8349emds.c                    |  327 -----------
 board/mpc8349itx/config.mk                         |    6 -
 board/mpc8360emds/mpc8360emds.c                    |  389 +-------------
 board/mpc8360emds/pci.c                            |   22 +-
 cpu/mpc83xx/Makefile                               |    2 +-
 cpu/mpc83xx/cpu.c                                  |  118 +++--
 cpu/mpc83xx/cpu_init.c                             |   50 ++-
 cpu/mpc83xx/ecc.c                                  |  390 +++++++++++++
 cpu/mpc83xx/pci.c                                  |   36 ++-
 cpu/mpc83xx/spd_sdram.c                            |    8 +-
 doc/README.mpc8323erdb                             |   71 +++
 doc/README.mpc8360emds                             |   23 +-
 ...ME.mpc8349emds.ddrecc => README.mpc83xx.ddrecc} |   60 +-
 drivers/fsl_i2c.c                                  |    3 +-
 drivers/qe/qe.c                                    |    2 +-
 drivers/qe/qe.h                                    |    2 +-
 include/common.h                                   |    2 +
 include/configs/MPC8323ERDB.h                      |  583 ++++++++++++++++++++
 include/configs/TQM834x.h                          |    3 -
 include/mpc83xx.h                                  |    4 +
 lib_ppc/board.c                                    |    6 +-
 25 files changed, 1590 insertions(+), 831 deletions(-)
 create mode 100644 board/freescale/mpc8323erdb/Makefile
 create mode 100644 board/freescale/mpc8323erdb/config.mk
 create mode 100644 board/freescale/mpc8323erdb/mpc8323erdb.c
 create mode 100644 cpu/mpc83xx/ecc.c
 create mode 100644 doc/README.mpc8323erdb
 rename doc/{README.mpc8349emds.ddrecc => README.mpc83xx.ddrecc} (62%)
 create mode 100644 include/configs/MPC8323ERDB.h

Thanks,

Kim

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

end of thread, other threads:[~2008-07-06 22:33 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 18:39 [U-Boot-Users] Please pull u-boot-mpc83xx.git Kim Phillips
2008-01-16 18:44 ` Joakim Tjernlund
2008-01-16 18:48   ` Kim Phillips
2008-01-16 20:16     ` Ben Warren
2008-01-17  9:19       ` Joakim Tjernlund
2008-01-17  9:22         ` Liu Dave
2008-01-17 14:36           ` Ben Warren
2008-01-17 14:35         ` Ben Warren
2008-01-16 21:06 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-07-03 21:14 Kim Phillips
2008-07-06 22:33 ` Wolfgang Denk
2008-05-08 22:13 Kim Phillips
2008-05-09 22:34 ` Wolfgang Denk
2008-04-25 14:45 Kim Phillips
2008-04-25 22:07 ` Wolfgang Denk
2008-03-28 23:49 Kim Phillips
2008-03-29  0:04 ` Kim Phillips
2008-04-07 22:01   ` Wolfgang Denk
2008-03-26  0:24 Kim Phillips
2008-03-26  1:03 ` Wolfgang Denk
2008-01-17 20:13 Kim Phillips
2008-01-18  2:11 ` Dave Liu
2008-01-23 12:02   ` Wolfgang Denk
2008-01-23 12:22     ` Liu Dave
2008-01-23 12:00 ` Wolfgang Denk
2008-01-11  4:04 Kim Phillips
2008-01-11 23:12 ` Wolfgang Denk
2008-01-08 16:21 Kim Phillips
2008-01-09 10:27 ` Wolfgang Denk
2007-12-20 23:56 Kim Phillips
2007-12-21  0:15 ` Joakim Tjernlund
2008-01-08 10:26   ` Joakim Tjernlund
2008-01-08 16:21   ` Kim Phillips
2008-01-08 16:53     ` Joakim Tjernlund
2007-12-26 23:44 ` Wolfgang Denk
2007-08-10  5:46 Kim Phillips
2007-08-10  8:38 ` Wolfgang Denk

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