[U-Boot] [PATCH 1/4] x86: Add a function to assign IRQ numbers to PCI device
Simon Glass
sjg at chromium.org
Fri Apr 24 05:02:36 CEST 2015
On 21 April 2015 at 19:56, Bin Meng <bmeng.cn at 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 at gmail.com>
> ---
>
> arch/x86/cpu/pci.c | 21 +++++++++++++++++++++
> arch/x86/include/asm/pci.h | 14 ++++++++++++++
> 2 files changed, 35 insertions(+)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list