mbox

[U-Boot] Please pull u-boot-ppc4xx/master

Message ID 546C4EE2.50106@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefan Roese Nov. 19, 2014, 8:03 a.m. UTC
Hi Tom,

please pull the patch series from Dirk. It includes one CFI related
patch and one mpc83xx where we have the Ack from Kim.


The following changes since commit f196044dfd64745a163773c6c746f9e149ace127:

  ARM: atmel: add sama5d4 xplained ultra board support (2014-11-17 08:47:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 50dcf89d90b3597d86f5d26f131eabc98bbd5209:

  mpc83xx: Add gdsys hrcon board (2014-11-19 08:48:42 +0100)

----------------------------------------------------------------
Dirk Eibach (7):
      board: dlvision: Reduce memory footprint
      mtd: Handle 29LV800BT
      common: Fix cmd_fpgad addressing
      board: dlvision-10g: Compile fix
      board: iocon: Fix fpga index in print_fpga_info()
      board: iocon: Fix uninitialized access
      mpc83xx: Add gdsys hrcon board

 arch/powerpc/cpu/mpc83xx/Kconfig |   4 +
 board/gdsys/405ep/iocon.c        | 201 +-----------
 board/gdsys/common/Makefile      |   4 +-
 board/gdsys/common/cmd_ioloop.c  | 295 +++++++++++++++++
 board/gdsys/common/ihs_mdio.c    |  88 +++++
 board/gdsys/common/ihs_mdio.h    |  18 ++
 board/gdsys/common/osd.c         |   7 +-
 board/gdsys/common/phy.c         | 280 ++++++++++++++++
 board/gdsys/common/phy.h         |  14 +
 board/gdsys/mpc8308/Kconfig      |  12 +
 board/gdsys/mpc8308/MAINTAINERS  |   6 +
 board/gdsys/mpc8308/Makefile     |   9 +
 board/gdsys/mpc8308/hrcon.c      | 675 +++++++++++++++++++++++++++++++++++++++
 board/gdsys/mpc8308/mpc8308.c    | 109 +++++++
 board/gdsys/mpc8308/mpc8308.h    |  10 +
 board/gdsys/mpc8308/sdram.c      |  82 +++++
 common/cmd_fpgad.c               |  32 +-
 configs/hrcon_defconfig          |   3 +
 drivers/mtd/jedec_flash.c        |  51 +++
 include/configs/dlvision.h       |   9 +-
 include/configs/hrcon.h          | 614 +++++++++++++++++++++++++++++++++++
 include/flash.h                  |   1 +
 include/gdsys_fpga.h             |  64 +++-
 23 files changed, 2375 insertions(+), 213 deletions(-)
 create mode 100644 board/gdsys/common/cmd_ioloop.c
 create mode 100644 board/gdsys/common/ihs_mdio.c
 create mode 100644 board/gdsys/common/ihs_mdio.h
 create mode 100644 board/gdsys/common/phy.c
 create mode 100644 board/gdsys/common/phy.h
 create mode 100644 board/gdsys/mpc8308/Kconfig
 create mode 100644 board/gdsys/mpc8308/MAINTAINERS
 create mode 100644 board/gdsys/mpc8308/Makefile
 create mode 100644 board/gdsys/mpc8308/hrcon.c
 create mode 100644 board/gdsys/mpc8308/mpc8308.c
 create mode 100644 board/gdsys/mpc8308/mpc8308.h
 create mode 100644 board/gdsys/mpc8308/sdram.c
 create mode 100644 configs/hrcon_defconfig
 create mode 100644 include/configs/hrcon.h

Comments

Tom Rini Nov. 20, 2014, 2:17 p.m. UTC | #1
On Wed, Nov 19, 2014 at 09:03:46AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the patch series from Dirk. It includes one CFI related
> patch and one mpc83xx where we have the Ack from Kim.
> 
> 
> The following changes since commit f196044dfd64745a163773c6c746f9e149ace127:
> 
>   ARM: atmel: add sama5d4 xplained ultra board support (2014-11-17 08:47:18 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git 
> 
> for you to fetch changes up to 50dcf89d90b3597d86f5d26f131eabc98bbd5209:
> 
>   mpc83xx: Add gdsys hrcon board (2014-11-19 08:48:42 +0100)
> 

Applied to u-boot/master, thanks!