From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allred, Daniel Date: Thu, 21 Apr 2016 13:24:00 -0500 Subject: [U-Boot] [PATCH 09/16] defconfig: Add configs for AM43xx secure parts In-Reply-To: <20160421134012.GC3732@bill-the-cat> References: <1460417838-22343-1-git-send-email-d-allred@ti.com> <1460417838-22343-10-git-send-email-d-allred@ti.com> <5710BB2F.8040803@ti.com> <20160421134012.GC3732@bill-the-cat> Message-ID: <57191AC0.3080309@ti.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 4/21/2016 8:40 AM, Tom Rini wrote: > On Fri, Apr 15, 2016 at 03:28:07PM +0530, Lokesh Vutla wrote: >> >> >> On Tuesday 12 April 2016 05:07 AM, Daniel Allred wrote: >>> From: Madan Srinivas >>> >>> Adds new defconfig files for AM43xx secure devices. >>> These are the same as the non-secure parts, except for >>> CONFIG_TI_SECURE_DEVICE option set to 'y' >>> CONFIG_ISW_ENTRY_ADDR updated for secure images. >>> >>> Signed-off-by: Daniel Allred >>> Signed-off-by: Madan Srinivas >>> --- >>> configs/am43xx_hs_evm_defconfig | 12 ++++++++++++ >>> configs/am43xx_hs_evm_ethboot_defconfig | 11 +++++++++++ >>> configs/am43xx_hs_evm_qspiboot_defconfig | 10 ++++++++++ >>> configs/am43xx_hs_evm_rtconly_defconfig | 12 ++++++++++++ >> >> You do not need this defconfig. Also now only DT enabled configs are >> accepted. Ill let Tom to comment here. > > Yes, just like was done for the dra7xa/am57xx HS parts, we need to be > doing DM+DT here too. > So I understand to not create any new defconfigs that are not DM+DT, but what happens to these old ones? Are they deprecated? Or does someone need to patch/convert them? I guess I'll just simplify this to make a single am437x_hs_evm_defconfig that mirrors the am437x_gp_evm_defconfig. Daniel