From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Junghans Date: Wed, 10 Jul 2019 14:35:12 +0200 Subject: [U-Boot] [PATCH v1] colibri_imx7: boot kernel in secure mode In-Reply-To: References: <20190703135028.19271-1-igor.opaniuk@gmail.com> Message-ID: <17581901.uQAkiBOlJB@crypto> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > NXP downstream kernel uses legacy method to enable other cores, > > which requires kernel to run in a security mode (althought upstream > > kernel > > uses PSCI for this). > > > > As we're using NXP kernel in our BSPs, lets enable this by default. > > > > Signed-off-by: Igor Opaniuk How does enabling both cores work in upstream kernel? It looks like PSCI does not work in secure mode using mainline 4.19 LTS kernel. Any hints? Until this is resolved booting in secure mode per default IMHO is not a good option. Best regards Tobias