[U-Boot] [PATCH v2 1/4] x86: Add a function to assign IRQ numbers to PCI device
Simon Glass
sjg at chromium.org
Sat Apr 25 16:18:08 CEST 2015
On 24 April 2015 at 04:10, 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>
> Acked-by: Simon Glass <sjg at 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!
More information about the U-Boot
mailing list