From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 09:07:15 +0800 Subject: [U-Boot] [PATCH 2/5][v5] armv8: Make SEC read/write as snoopable for LS1043 In-Reply-To: <1449563070-5761-2-git-send-email-aneesh.bansal@freescale.com> References: <1449563070-5761-1-git-send-email-aneesh.bansal@freescale.com> <1449563070-5761-2-git-send-email-aneesh.bansal@freescale.com> Message-ID: <566F67C3.60305@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/08/2015 04:24 PM, Aneesh Bansal wrote: > For LS1043, SEC read/writes are made snoopable by setting > the corresponding bits in SCFG to avoid coherency issues. > > Signed-off-by: Aneesh Bansal > --- > Changes in v5: None > > Changes in v4: None > > Changes in v3: None > > Changes in v2: > New Patch set created with an additional patch > Commit Subject modified Applied to fsl-qoriq master. Awaiting upstream. York