| #
76d1d02f |
| 28-Mar-2017 |
Simon Glass <sjg@chromium.org> |
board_f: x86: Use checkcpu() for CPU init
At present we misuse print_cpuinfo() do so CPU init on x86. This is done because it is the next available call after the console is enabled. But several arc
board_f: x86: Use checkcpu() for CPU init
At present we misuse print_cpuinfo() do so CPU init on x86. This is done because it is the next available call after the console is enabled. But several arches use checkcpu() instead. Despite the horrible name (which we can fix), it seems a better choice.
Adjust the various x86 CPU implementations to move their init code into checkcpu() and use print_cpuinfo() only for printing CPU info.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
|
| #
020a5d4f |
| 18-Jan-2017 |
Bin Meng <bmeng.cn@gmail.com> |
x86: Wrap print_ch() with config option
print_ch() should not be used if DEBUG_UART is off.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
| #
1b408630 |
| 16-Jan-2017 |
Simon Glass <sjg@chromium.org> |
x86: ivybridge: Provide a dummy SDRAM init for 64-bit
We don't support SDRAM init in 64-bit mode since it is essentially impossible to get into that mode before SDRAM set up. Provide dummy functions
x86: ivybridge: Provide a dummy SDRAM init for 64-bit
We don't support SDRAM init in 64-bit mode since it is essentially impossible to get into that mode before SDRAM set up. Provide dummy functions for now. At some point we will need to pass the SDRAM parameters through from SPL.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| #
a160092a |
| 16-Jan-2017 |
Simon Glass <sjg@chromium.org> |
x86: Support global_data on x86_64
At present this is just an ordinary variable. We may consider making it a fixed register in the future.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by:
x86: Support global_data on x86_64
At present this is just an ordinary variable. We may consider making it a fixed register in the future.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| #
93031595 |
| 16-Jan-2017 |
Simon Glass <sjg@chromium.org> |
x86: Add cpu code for x86_64
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 <
x86: Add cpu code for x86_64
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>
show more ...
|