Re: [U-Boot] [PATCH 1/4] x86: Add a function to assign IRQ numbers to PCI device

2015-04-24 Thread Simon Glass
On 21 April 2015 at 19:56, Bin Meng wrote: > Add a function to assign an IRQ number to PCI device's interrupt > line register in its configuration space, so that the PCI device > can have its interrupt working under PIC mode after OS boots up. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/p

[U-Boot] [PATCH 1/4] x86: Add a function to assign IRQ numbers to PCI device

2015-04-21 Thread Bin Meng
Add a function to assign an IRQ number to PCI device's interrupt line register in its configuration space, so that the PCI device can have its interrupt working under PIC mode after OS boots up. Signed-off-by: Bin Meng --- arch/x86/cpu/pci.c | 21 + arch/x86/include/