
25 Apr
2015
25 Apr
'15
4:18 p.m.
On 24 April 2015 at 04:10, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/pci.c | 21 +++++++++++++++++++++ arch/x86/include/asm/pci.h | 14 ++++++++++++++ 2 files changed, 35 insertions(+)
Applied to u-boot-x86, thanks!