From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 18 Aug 2015 12:15:08 -0700 Subject: [U-Boot] [PATCH 3/3] ls102xa: Enable snoop and DVM message requests. In-Reply-To: <1439535264-41637-3-git-send-email-yao.yuan@freescale.com> References: <1439535264-41637-1-git-send-email-yao.yuan@freescale.com> <1439535264-41637-3-git-send-email-yao.yuan@freescale.com> Message-ID: <55D3843C.4050108@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 08/13/2015 11:54 PM, Yuan Yao wrote: > For LS1021A Rev2.0 have already fixed the snoop silicon issue, So enable > snoop requests and DVM message requests for all the slave insterfaces. > > Signed-off-by: Yuan Yao > --- > board/freescale/ls1021aqds/ls1021aqds.c | 8 +++++++- > board/freescale/ls1021atwr/ls1021atwr.c | 8 +++++++- > 2 files changed, 14 insertions(+), 2 deletions(-) Yuan, Do not put SoC specific code into board file, please. York