Re: [U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs

2015-06-23 Thread Simon Glass
On 23 June 2015 at 19:45, Simon Glass wrote: > On 22 June 2015 at 22:18, Bin Meng wrote: >> 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 >> AP

Re: [U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs

2015-06-23 Thread Simon Glass
On 22 June 2015 at 22:18, Bin Meng wrote: > 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, configura

[U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs

2015-06-22 Thread Bin Meng
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 tabl