Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | x86: Support jumping from SPL to U-Boot | Simon Glass | |
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> | |||
2017-02-06 | x86: Move the i386 code into its own directory | Simon Glass | |
Much of the cpu and interrupt code cannot be compiled on 64-bit x86. Move it into its own directory and build it only in 32-bit mode. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |