Re: [linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-12 Thread Bruce Ashfield
On 15-03-12 07:59 AM, cristian.berc...@windriver.com wrote: From: Cristian Bercaru cristian.berc...@windriver.com This series addresses a couple of hardware errata of IBM PPC476. The patches look fine, but a quick question. Are these also upstream ? I noticed the sign off, so I wanted to

[linux-yocto] [PATCH 1/3] arch/powerpc/kernel: Address IBM PPC476 erratum 47

2015-03-12 Thread cristian . bercaru
From: Cristian Bercaru cristian.berc...@windriver.com Disable the BTAC in order to prevent errors in circumstances described by IBM PPC476 erratum 47. Signed-off-by: Sangeetha Rao sangeetha@intel.com --- arch/powerpc/kernel/head_44x.S |3 +++ 1 file changed, 3 insertions(+) diff --git

[linux-yocto] [PATCH 0/3] LSI AXXIA updates to 3.4 standard/axxia/base

2015-03-12 Thread cristian . bercaru
From: Cristian Bercaru cristian.berc...@windriver.com This series addresses a couple of hardware errata of IBM PPC476. Sangeetha Rao (3): arch/powerpc/kernel: Address IBM PPC476 erratum 47 arch/powerpc/kernel: Address IBM PPC476 erratum 48 arch/powerpc/kernel: Address IBM PPC476 TLB parity

[linux-yocto] [PATCH 2/3] arch/powerpc/kernel: Address IBM PPC476 erratum 48

2015-03-12 Thread cristian . bercaru
From: Cristian Bercaru cristian.berc...@windriver.com Signed-off-by: Sangeetha Rao sangeetha@intel.com --- arch/powerpc/kernel/head_44x.S | 41 ++- arch/powerpc/kernel/traps.c| 47 2 files changed, 82