From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:08:14 -0700 Subject: [U-Boot] [PATCH] armv8/fdt: add fixup_crypto_node In-Reply-To: <1460360570-9991-1-git-send-email-alexandru.porosanu@nxp.com> References: <1460360570-9991-1-git-send-email-alexandru.porosanu@nxp.com> Message-ID: <57448A7E.2000605@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 04/11/2016 12:43 AM, Alex Porosanu wrote: > For Qoriq PPC&ARM v7 platforms, the crypto node is being fixup'ed in order > to update the SEC internal version (aka SEC ERA). This patch adds the > same functionality to the ARMv8 SoCs. > > Signed-off-by: Alex Porosanu > --- > arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Minor adjustment to commit message format. Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York