
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