[U-Boot] [PATCH v2 1/7] x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC

Simon Glass sjg at chromium.org
Tue Jul 21 23:18:37 CEST 2015


On 21 July 2015 at 06:15, Bin Meng <bmeng.cn at gmail.com> wrote:
> Currently during writing MP table I/O interrupt assignment entry, we
> assume the PIRQ is directly mapped to I/O APIC INTPIN#16-23, which
> however is not always the case on some platforms.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Drop patches that are already applied
> - Add a TODO comment above mp_determine_pci_dstirq()
>
>  arch/x86/include/asm/mpspec.h | 17 +++++++++++++++++
>  arch/x86/lib/mpspec.c         | 24 +++++++++++++++++-------
>  2 files changed, 34 insertions(+), 7 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list