Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Add MultiProcessor (MP) table APIs | Bin Meng | 2015-07-14 | -0/+14 |
| | | | | | | | | | | | The MP table provides a way for the operating system to support for symmetric multiprocessing as well as symmetric I/O interrupt handling with the local APIC and I/O APIC. We provide a bunch of APIs for U-Boot to write the floating table, configuration table header as well as base and extended table entries. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | x86: Write configuration tables in last_stage_init() | Bin Meng | 2015-04-29 | -0/+49 |
We can write the configuration table in last_stage_init() for all x86 boards, but not with coreboot since coreboot already has them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> |