From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan O'Donoghue Date: Mon, 15 Jan 2018 14:01:39 +0000 Subject: [U-Boot] [PATCH 0/9] Add new OPTEE bootm support to u-boot In-Reply-To: <20180115120338.GA18534@shlinux2> References: <1515768744-25246-1-git-send-email-bryan.odonoghue@linaro.org> <6143db57-4095-e9c3-f192-5e1dad484888@rock-chips.com> <36EBB597-5342-41D7-A51C-C572B5FEC0C1@theobroma-systems.com> <36F0DEAC-FCC0-4940-A8D6-E6FE1CCC98DF@theobroma-systems.com> <20180115120338.GA18534@shlinux2> 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 15/01/18 12:03, Peng Fan wrote: > Providing the bootm way gives developer a choice for those that does not > support SPL. We have been using bootm to boot optee for long time. > > Thanks, > Peng Philipp, My understanding is that bootm is the preferred armv7 method.. In principle we should be able to support both the SPL and bootm methods.