commit | 7f5df8d42d8eb0fbdb6bf168fd530aa0f01b99c7 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 23 12:18:51 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:17 2015 -0600 |
tree | ba09958ef378fedf42f24b29017512d1f1992c88 | |
parent | a2d73fdba638233253c14b31f3befb9099d76774 [diff] |
x86: Add MultiProcessor (MP) table APIs 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>