Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | x86: Add a dummy setjmp implementation for x86_64 | Simon Glass | |
We don't have the code for this yet. Add a dummy version for now, so that EFI builds correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2017-02-06 | x86: Add cpu code for x86_64 | Simon Glass | |
There is not much needed at present, but set up a separate directory to put this code as it grows. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |