From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan O'Donoghue Date: Sat, 6 Apr 2019 16:31:56 +0100 Subject: [U-Boot] [PATCH] crypto: fsl: jr: Make job-rings assignment non-Secure dependent In-Reply-To: <479d5fa5-e9dd-f45b-5db6-45b6bfdde791@linaro.org> References: <1554480925-36-1-git-send-email-breno.lima@nxp.com> <479d5fa5-e9dd-f45b-5db6-45b6bfdde791@linaro.org> 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 06/04/2019 16:21, Bryan O'Donoghue wrote: > > 1. I notice somebody has already added a save_gd()/restore_gd() pair I'm referring to save_gd()/restore_gd() here : https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/mach-imx/hab.c?h=imx_v2018.03_4.14.78_1.0.0_ga but... it's still the right idea for this problem. Save context Switch to bootrom mode Restore context Job done