mbox

[U-Boot] Please pull u-boot-mpc85xx master

Message ID AM4PR0401MB1732F2E2C38FF96CBDCE76A09A4D0@AM4PR0401MB1732.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

York Sun Feb. 1, 2017, 4:19 p.m. UTC
Tom,

The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:

   Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)

are available in the git repository at:

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

for you to fetch changes up to de8c9317a891c1b30c465df1eb793c2861001919:

   powerpc: mpc5200: Correct return value of memcpy function (2017-02-01 
08:14:39 -0800)

----------------------------------------------------------------
Mark Marshall (2):
       powerpc: mpc85xx: Use symbolic names for cache control bits
       powerpc: mpc5200: Correct return value of memcpy function

mario.six@gdsys.cc (2):
       powerpc: mpc83xx: Minimize r1 modification
       powerpc: mpc83xx: Enable pre-relocation malloc

  arch/powerpc/cpu/mpc83xx/cpu_init.c    |  3 +--
  arch/powerpc/cpu/mpc83xx/spl_minimal.c |  6 +-----
  arch/powerpc/cpu/mpc83xx/start.S       | 36 
+++++++++++++++++++++++++++++-----
  arch/powerpc/cpu/mpc85xx/start.S       |  8 ++++----
  arch/powerpc/lib/memcpy_mpc5200.c      |  2 +-
  5 files changed, 38 insertions(+), 17 deletions(-)

Thanks.

York

Comments

Tom Rini Feb. 2, 2017, 3:20 a.m. UTC | #1
On Wed, Feb 01, 2017 at 04:19:16PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:
> 
>    Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to de8c9317a891c1b30c465df1eb793c2861001919:
> 
>    powerpc: mpc5200: Correct return value of memcpy function (2017-02-01 
> 08:14:39 -0800)
> 

Applied to u-boot/master, thanks!