Re: [U-Boot] [PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table

2015-06-22 Thread Bin Meng
Hi Simon, On Fri, Jun 19, 2015 at 12:15 PM, Bin Meng wrote: > On Thu, Jun 18, 2015 at 4:17 PM, Bin Meng wrote: >> Implement write_mp_table() to create a minimal working MP table. >> This includes an MP floating table, a configuration table header >> and all of the 5 base configuration table entr

Re: [U-Boot] [PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table

2015-06-18 Thread Bin Meng
On Thu, Jun 18, 2015 at 4:17 PM, Bin Meng wrote: > Implement write_mp_table() to create a minimal working MP table. > This includes an MP floating table, a configuration table header > and all of the 5 base configuration table entries. The I/O interrupt > assignment table entry is created based on

[U-Boot] [PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table

2015-06-18 Thread Bin Meng
Implement write_mp_table() to create a minimal working MP table. This includes an MP floating table, a configuration table header and all of the 5 base configuration table entries. The I/O interrupt assignment table entry is created based on the same information used in the creation of PIRQ routing