Age | Commit message (Expand) | Author |
---|---|---|
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass |
2019-12-02 | common: Move checkcpu() out of common.h | Simon Glass |
2019-05-08 | x86: Add a way to reinit the cpu | Simon Glass |
2018-10-22 | x86: Fix the mystery of printch() during 64-bit boot | Bin Meng |
2018-10-22 | x86: put global data pointer into the .data section | Heinrich Schuchardt |
2018-06-24 | x86: Add 64-bit setjmp/longjmp implementation | Ivan Gorinov |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2017-04-05 | board_f: x86: Use checkcpu() for CPU init | Simon Glass |
2017-02-07 | x86: Wrap print_ch() with config option | Bin Meng |
2017-02-07 | x86: Add a dummy setjmp implementation for x86_64 | Simon Glass |
2017-02-06 | x86: ivybridge: Provide a dummy SDRAM init for 64-bit | Simon Glass |
2017-02-06 | x86: Support global_data on x86_64 | Simon Glass |
2017-02-06 | x86: Add cpu code for x86_64 | Simon Glass |