Re: [U-Boot] [PATCH 05/10] x86: Reduce PIRQ routing table size

2015-06-15 Thread Simon Glass
On 15 June 2015 at 01:59, Bin Meng wrote: > > There is no need to populate multiple irq info entries with the same > bus number and device number, but with different interrupt pin. We > can use the same entry to store all the 4 interrupt pin (INT A/B/C/D) > routing information to reduce the whole

[U-Boot] [PATCH 05/10] x86: Reduce PIRQ routing table size

2015-06-15 Thread Bin Meng
There is no need to populate multiple irq info entries with the same bus number and device number, but with different interrupt pin. We can use the same entry to store all the 4 interrupt pin (INT A/B/C/D) routing information to reduce the whole PIRQ routing table size. Signed-off-by: Bin Meng --