commit | d4f266f2ea1ffb6b5460e4dc16c0a3306c59b0c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 02 10:52:27 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:18 2019 +0800 |
tree | d1994197f366cc51e603b967f9c96435eb2af9d7 | |
parent | 383b9b82715ce8a77e6dbeef8904bb4d4d48eec8 [diff] |
x86: Add a way to jump from TPL to SPL 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>