Re: [U-Boot] [PATCH 04/10] x86: Ignore function number when writing PIRQ routing table

2015-06-15 Thread Simon Glass
On 15 June 2015 at 01:59, Bin Meng wrote: > In fill_irq_info() pci device's function number is written into > the table, however this is not really necessary. The function > number can be anything as OS doesn't care about this field, > neither does the PIRQ routing specification. Change to always

[U-Boot] [PATCH 04/10] x86: Ignore function number when writing PIRQ routing table

2015-06-15 Thread Bin Meng
In fill_irq_info() pci device's function number is written into the table, however this is not really necessary. The function number can be anything as OS doesn't care about this field, neither does the PIRQ routing specification. Change to always writing 0 as the function number. Signed-off-by: B