From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:07:41 -0700 Subject: [U-Boot] [PATCH 01/11][v5] armv8: fsl-layerscape: Put SMMU config code in SMMU_BASE In-Reply-To: <1464959496-8595-2-git-send-email-prabhakar.kushwaha@nxp.com> References: <1464959496-8595-1-git-send-email-prabhakar.kushwaha@nxp.com> <1464959496-8595-2-git-send-email-prabhakar.kushwaha@nxp.com> Message-ID: <5752621D.707@nxp.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 06/03/2016 06:12 AM, Prabhakar Kushwaha wrote: > It is not mandatory for Layerscape SoCs to have SMMU. SoCs like > LS1012A are layerscape SoC without SMMU IP. > > So put SMMU configuration code under SMMU_BASE. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is > Changes for v3: Sending as it is > Changes for v4: Sending as it is > Changes for v5: Sending as it is > > arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | 2 ++ > 1 file changed, 2 insertions(+) This set has been applied to fsl-qoriq master branch. Awaiting upstream. Thanks. York