fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
Jun Yang
jun.yang at nxp.com
Tue Nov 22 19:43:05 AEDT 2016
Hello Scott,
Do you know the IOMMU maintainer's mail address?
BR
Jun
-----Original Message-----
From: Scott Wood [mailto:oss at buserror.net]
Sent: Tuesday, November 22, 2016 3:41 PM
To: Jun Yang
Cc: linuxppc-dev at lists.ozlabs.org
Subject: Re: fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
On Thu, Oct 27, 2016 at 12:50:44AM +0800, jun wrote:
> Signed-off-by: jun <jun.yang at nxp.com>
> ---
> drivers/iommu/fsl_pamu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c index
> db3a1cd..a8fe503 100644
> --- a/drivers/iommu/fsl_pamu.c
> +++ b/drivers/iommu/fsl_pamu.c
> @@ -668,7 +668,7 @@ static bool has_erratum_a007907(void) {
> u32 pvr = mfspr(SPRN_PVR);
>
> - if (PVR_VER(pvr) == PVR_VER_E6500 && PVR_REV(pvr) <= 0x20)
> + if (PVR_VER(pvr) == PVR_VER_E6500)
> return true;
>
> return false;
This needs to be sent to the IOMMU maintainer and list.
-Scott
More information about the Linuxppc-dev
mailing list