From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajesh Bhagat Date: Thu, 4 Oct 2018 11:29:47 +0000 Subject: [U-Boot] [PATCH 07/53] armv8: ls1046ardb: Add TFABOOT defconfig In-Reply-To: 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 > -----Original Message----- > From: York Sun > Sent: Wednesday, October 3, 2018 9:42 PM > To: Rajesh Bhagat ; u-boot at lists.denx.de > Cc: Prabhakar Kushwaha ; Pankit Garg > > Subject: Re: [PATCH 07/53] armv8: ls1046ardb: Add TFABOOT defconfig > > 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. > Will take care in v2. > > 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