Re: [U-Boot] [PATCH v3 2/7] x86: mpspec: Move writing ISA interrupt entry after PCI

2015-07-22 Thread Simon Glass
On 22 July 2015 at 02:21, Bin Meng wrote: > On some platforms the I/O APIC interrupt pin#0-15 may be connected > to platform pci devices' interrupt pin. In such cases the legacy ISA > IRQ is not available so we should not write ISA interrupt entry if > it is already occupied. > > Signed-off-by: Bi

[U-Boot] [PATCH v3 2/7] x86: mpspec: Move writing ISA interrupt entry after PCI

2015-07-22 Thread Bin Meng
On some platforms the I/O APIC interrupt pin#0-15 may be connected to platform pci devices' interrupt pin. In such cases the legacy ISA IRQ is not available so we should not write ISA interrupt entry if it is already occupied. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v3: Non