mbox

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

Message ID AM4PR0401MB1732448BB3D7D3AD49423B8A9A740@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 Jan. 25, 2017, 5:26 a.m. UTC
Tom,

The following changes since commit 0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915:

   Merge branch 'master' of git://git.denx.de/u-boot-uniphier 
(2017-01-22 17:07:48 -0500)

are available in the git repository at:

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

for you to fetch changes up to 76866600f544f00928ee9b5b2799a091ea9b80a7:

   powerpc: Enable flush and invalidate dcache by range for MPC85xx 
(2017-01-24 13:28:31 -0800)

----------------------------------------------------------------
Darwin Dingel (1):
       powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907

Tony O'Brien (2):
       mpc85xx: pcie: Implement workaround for Erratum A007815
       powerpc: Enable flush and invalidate dcache by range for MPC85xx

  arch/powerpc/cpu/mpc85xx/Kconfig      | 11 +++++++++++
  arch/powerpc/cpu/mpc85xx/cmd_errata.c |  6 ++++++
  arch/powerpc/cpu/mpc85xx/cpu_init.c   |  7 +++++++
  arch/powerpc/include/asm/fsl_pci.h    |  4 +++-
  arch/powerpc/include/asm/processor.h  |  1 +
  arch/powerpc/lib/ppccache.S           |  4 ++--
  drivers/pci/fsl_pci_init.c            |  7 +++++++
  7 files changed, 37 insertions(+), 3 deletions(-)

Thanks.

York

Comments

Tom Rini Jan. 26, 2017, 3 a.m. UTC | #1
On Wed, Jan 25, 2017 at 05:26:22AM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-uniphier 
> (2017-01-22 17:07:48 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 76866600f544f00928ee9b5b2799a091ea9b80a7:
> 
>    powerpc: Enable flush and invalidate dcache by range for MPC85xx 
> (2017-01-24 13:28:31 -0800)
> 

Applied to u-boot/master, thanks!