From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 3 Oct 2018 16:12:19 +0000 Subject: [U-Boot] [PATCH 07/53] armv8: ls1046ardb: Add TFABOOT defconfig References: <20181003113736.14981-1-rajesh.bhagat@nxp.com> <20181003113736.14981-8-rajesh.bhagat@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/03/2018 04:38 AM, Rajesh Bhagat wrote: > This defconfig is for TFABOOT, to be loaded by trusted firmware. > > Signed-off-by: York Sun > Signed-off-by: Pankit Garg > Signed-off-by: Rajesh Bhagat > --- > arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 9 +++-- These changes are better moved into patch #5. > board/freescale/ls1046ardb/ddr.c | 3 +- > configs/ls1046ardb_ram_defconfig | 49 +++++++++++++++++++++++++ > include/configs/ls1046a_common.h | 4 ++ > 4 files changed, 61 insertions(+), 4 deletions(-) > create mode 100644 configs/ls1046ardb_ram_defconfig York