Re: [U-Boot] [PATCH v2 1/7] x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC

2015-07-21 Thread Simon Glass
On 21 July 2015 at 06:15, Bin Meng wrote: > Currently during writing MP table I/O interrupt assignment entry, we > assume the PIRQ is directly mapped to I/O APIC INTPIN#16-23, which > however is not always the case on some platforms. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Drop

[U-Boot] [PATCH v2 1/7] x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC

2015-07-21 Thread Bin Meng
Currently during writing MP table I/O interrupt assignment entry, we assume the PIRQ is directly mapped to I/O APIC INTPIN#16-23, which however is not always the case on some platforms. Signed-off-by: Bin Meng --- Changes in v2: - Drop patches that are already applied - Add a TODO comment above