From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 2 May 2019 00:17:25 +0800 Subject: [U-Boot] [PATCH v2 49/50] x86: Add a way to jump from TPL to SPL In-Reply-To: <20190426035922.20596-50-sjg@chromium.org> References: <20190426035922.20596-1-sjg@chromium.org> <20190426035922.20596-50-sjg@chromium.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 Hi Simon, On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > When TPL finishes it needs to jump to SPL with the stack set up correctly. > Add a function to handle this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a new patch allowing jumping from TPL to SPL > > arch/x86/cpu/start.S | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Reviewed-by: Bin Meng But I don't see any patch in this series that makes use of this new jump_to_spl()? Regards, Bin