Re: [U-Boot] [PATCH 09/10] x86: Generate a valid MultiProcessor (MP) table

2015-06-17 Thread Simon Glass
Hi Bin, On 17 June 2015 at 01:49, 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: >>> Implement a weak write_mp_table() to create a minimal working MP >>> table. This includes an MP floating table, a

Re: [U-Boot] [PATCH 09/10] x86: Generate a valid MultiProcessor (MP) table

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: >> Implement a weak 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 configura

Re: [U-Boot] [PATCH 09/10] x86: Generate a valid MultiProcessor (MP) table

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

[U-Boot] [PATCH 09/10] x86: Generate a valid MultiProcessor (MP) table

2015-06-15 Thread Bin Meng
Implement a weak 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