Re: [PULL] u-boot-mpc83xx/next

2020-01-09 Thread Tom Rini
On Thu, Jan 09, 2020 at 07:03:34AM +0100, Mario Six wrote:

> Hi Tom,
> 
> A small PR with MC8309 fixes from Rasmus.
> 
> CI: https://travis-ci.com/si-gdsys/u-boot-mpc83xx/builds/143550229
> 
> The following changes since commit d8a3f5259a36e76d1de127f65714c40918e8ee4c:
> 
>   Merge tag 'u-boot-imx-20200107' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-01-07
> 08:45:43 -0500)
> 
> are available in the Git repository at:
> 
>   g...@gitlab.denx.de:u-boot/custodians/u-boot-mpc83xx.git next
> 
> for you to fetch changes up to fddf876a8f56ff53d1354387ebf7fd3997189349:
> 
>   mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid (2020-01-08
> 08:14:36 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-mpc83xx/next

2020-01-08 Thread Mario Six
Hi Tom,

A small PR with MC8309 fixes from Rasmus.

CI: https://travis-ci.com/si-gdsys/u-boot-mpc83xx/builds/143550229

The following changes since commit d8a3f5259a36e76d1de127f65714c40918e8ee4c:

  Merge tag 'u-boot-imx-20200107' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-01-07
08:45:43 -0500)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-mpc83xx.git next

for you to fetch changes up to fddf876a8f56ff53d1354387ebf7fd3997189349:

  mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid (2020-01-08
08:14:36 +0100)


Rasmus Villemoes (5):
  mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111
  powerpc: mpc83xx: convert CONFIG_FSL_ELBC to Kconfig
  mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309
  mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309
  mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid

 arch/powerpc/cpu/mpc83xx/Kconfig | 8 
 arch/powerpc/include/asm/arch-mpc83xx/gpio.h | 3 ++-
 arch/powerpc/include/asm/immap_83xx.h| 3 +--
 arch/powerpc/include/asm/mpc8xxx_spi.h   | 1 +
 drivers/clk/mpc83xx_clk.c| 5 -
 include/configs/MPC8313ERDB_NAND.h   | 1 -
 include/configs/MPC8313ERDB_NOR.h| 1 -
 include/configs/MPC8315ERDB.h| 2 --
 include/configs/MPC837XEMDS.h| 2 --
 include/configs/MPC837XERDB.h| 2 --
 include/configs/ids8313.h| 2 --
 include/configs/ve8313.h | 1 -
 12 files changed, 16 insertions(+), 15 deletions(-)

Best regards,
Mario


[U-Boot] Please pull u-boot-mpc83xx - next branch

2009-06-11 Thread Kim Phillips
The following changes since commit af7ffac4bacbacbd5d4b9d1db38bd983d5c13c38:
  Stefan Roese (1):
UBI: Add compile-time check for correct malloc area configuration

are available in the git repository at:

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

Peter Tyser (2):
  83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
  83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x

 api/api_platform-ppc.c|2 +-
 board/freescale/mpc8349emds/mpc8349emds.c |2 +-
 board/sbc8349/sbc8349.c   |2 +-
 common/fdt_support.c  |4 +-
 cpu/mpc83xx/config.mk |2 +-
 cpu/mpc83xx/cpu_init.c|2 +-
 cpu/mpc83xx/speed.c   |   66 ++--
 doc/README.mpc832xemds|6 +-
 doc/README.mpc8349itx |2 +-
 doc/README.mpc8360emds|2 +-
 doc/README.mpc837xemds|4 +-
 doc/README.mpc837xerdb|4 +-
 drivers/pci/pci_auto.c|2 +-
 include/asm-ppc/fsl_lbc.h |4 +-
 include/asm-ppc/global_data.h |   18 
 include/asm-ppc/immap_83xx.h  |6 +-
 include/asm-ppc/immap_qe.h|2 +-
 include/asm-ppc/mpc8xxx_spi.h |4 +-
 include/asm-ppc/processor.h   |4 +-
 include/asm-ppc/u-boot.h  |2 +-
 include/common.h  |8 ++--
 include/configs/MPC8313ERDB.h |4 +-
 include/configs/MPC8315ERDB.h |4 +-
 include/configs/MPC8323ERDB.h |4 +-
 include/configs/MPC832XEMDS.h |4 +-
 include/configs/MPC8349EMDS.h |4 +-
 include/configs/MPC8349ITX.h  |2 +-
 include/configs/MPC8360EMDS.h |2 +-
 include/configs/MPC8360ERDK.h |2 +-
 include/configs/MPC837XEMDS.h |4 +-
 include/configs/MPC837XERDB.h |4 +-
 include/configs/MVBLM7.h  |4 +-
 include/configs/SIMPC8313.h   |4 +-
 include/configs/TQM834x.h |4 +-
 include/configs/kmeter1.h |2 +-
 include/configs/sbc8349.h |4 +-
 include/fdt_support.h |2 +-
 include/mpc83xx.h |   36 
 include/tsec.h|2 +-
 lib_ppc/board.c   |8 ++--
 40 files changed, 124 insertions(+), 124 deletions(-)

Thanks,

Kim
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc83xx - next branch

2009-06-11 Thread Wolfgang Denk
Dear Kim Phillips,

In message 20090611164909.ba5cd069.kim.phill...@freescale.com you wrote:
 The following changes since commit af7ffac4bacbacbd5d4b9d1db38bd983d5c13c38:
   Stefan Roese (1):
 UBI: Add compile-time check for correct malloc area configuration
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc83xx.git next
 
 Peter Tyser (2):
   83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
   83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
 
  api/api_platform-ppc.c|2 +-
  board/freescale/mpc8349emds/mpc8349emds.c |2 +-
  board/sbc8349/sbc8349.c   |2 +-
  common/fdt_support.c  |4 +-
  cpu/mpc83xx/config.mk |2 +-
  cpu/mpc83xx/cpu_init.c|2 +-
  cpu/mpc83xx/speed.c   |   66 ++--
  doc/README.mpc832xemds|6 +-
  doc/README.mpc8349itx |2 +-
  doc/README.mpc8360emds|2 +-
  doc/README.mpc837xemds|4 +-
  doc/README.mpc837xerdb|4 +-
  drivers/pci/pci_auto.c|2 +-
  include/asm-ppc/fsl_lbc.h |4 +-
  include/asm-ppc/global_data.h |   18 
  include/asm-ppc/immap_83xx.h  |6 +-
  include/asm-ppc/immap_qe.h|2 +-
  include/asm-ppc/mpc8xxx_spi.h |4 +-
  include/asm-ppc/processor.h   |4 +-
  include/asm-ppc/u-boot.h  |2 +-
  include/common.h  |8 ++--
  include/configs/MPC8313ERDB.h |4 +-
  include/configs/MPC8315ERDB.h |4 +-
  include/configs/MPC8323ERDB.h |4 +-
  include/configs/MPC832XEMDS.h |4 +-
  include/configs/MPC8349EMDS.h |4 +-
  include/configs/MPC8349ITX.h  |2 +-
  include/configs/MPC8360EMDS.h |2 +-
  include/configs/MPC8360ERDK.h |2 +-
  include/configs/MPC837XEMDS.h |4 +-
  include/configs/MPC837XERDB.h |4 +-
  include/configs/MVBLM7.h  |4 +-
  include/configs/SIMPC8313.h   |4 +-
  include/configs/TQM834x.h |4 +-
  include/configs/kmeter1.h |2 +-
  include/configs/sbc8349.h |4 +-
  include/fdt_support.h |2 +-
  include/mpc83xx.h |   36 
  include/tsec.h|2 +-
  lib_ppc/board.c   |8 ++--
  40 files changed, 124 insertions(+), 124 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: w...@denx.de
No one wants war.
-- Kirk, Errand of Mercy, stardate 3201.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-mpc83xx next

2009-05-19 Thread Kim Phillips
Hello Wolfgang Denk,

Please pull fdt support and other updates for the TQM834x board into
your next branch:

The following changes since commit d1a3d4676061caf8ee894ff0c935c02652d3915f:
  Wolfgang Denk (1):
Merge branch 'next' of git://git.denx.de/u-boot-arm into next

are available in the git repository at:

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

Wolfgang Denk (3):
  TQM834x: fix environment size; add redundant env.
  TQM834x: add FDT support
  TQM834x: use buffered writes to accelerate writing to flash

 board/tqc/tqm834x/pci.c |   45 +++
 board/tqc/tqm834x/tqm834x.c |   11 ++
 include/configs/TQM834x.h   |   84 +-
 3 files changed, 106 insertions(+), 34 deletions(-)

Thanks,

Kim
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot