All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
@ 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
@ 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-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-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-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-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-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-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-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-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
@ 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-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-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

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-04-01 22:11 [U-Boot] Please pull u-boot-mpc83xx.git Kim Phillips
2009-04-01 22:04 ` 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-10-16 22:33 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
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-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.