commit | 1e32ede547beeecc769aa3e3e4ce888c9b2688e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:04:15 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 9dd3c13424ee132d4acd9c53543a66884a2f161f | |
parent | f5156f008486ca2647e785d611ac9129c398fcee [diff] |
x86: Support jumping from SPL to U-Boot Add a rough function to handle jumping from 32-bit SPL to 64-bit U-Boot. This still needs work to clean it up. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>