Re: [U-Boot] [PATCH 08/10] x86: Add MultiProcessor (MP) table APIs

2015-06-17 Thread Bin Meng
Hi Simon, On Wed, Jun 17, 2015 at 9:15 PM, Simon Glass wrote: > Hi Bin, > > On 17 June 2015 at 01:42, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Jun 16, 2015 at 10:46 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 15 June 2015 at 02:00, Bin Meng wrote: The MP table provides a way for the o

Re: [U-Boot] [PATCH 08/10] x86: Add MultiProcessor (MP) table APIs

2015-06-17 Thread Simon Glass
Hi Bin, On 17 June 2015 at 01:42, Bin Meng wrote: > Hi Simon, > > On Tue, Jun 16, 2015 at 10:46 AM, Simon Glass wrote: >> Hi Bin, >> >> On 15 June 2015 at 02:00, Bin Meng wrote: >>> The MP table provides a way for the operating system to support >>> for symmetric multiprocessing as well as symm

Re: [U-Boot] [PATCH 08/10] x86: Add MultiProcessor (MP) table APIs

2015-06-17 Thread Bin Meng
Hi Simon, On Tue, Jun 16, 2015 at 10:46 AM, Simon Glass wrote: > Hi Bin, > > On 15 June 2015 at 02:00, 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 AP

Re: [U-Boot] [PATCH 08/10] x86: Add MultiProcessor (MP) table APIs

2015-06-15 Thread Simon Glass
Hi Bin, On 15 June 2015 at 02:00, 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,

[U-Boot] [PATCH 08/10] x86: Add MultiProcessor (MP) table APIs

2015-06-15 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