[U-Boot] [PATCH v2 3/4] x86: quark: Implement PIRQ routing
Simon Glass
sjg at chromium.org
Tue Jun 2 16:18:04 CEST 2015
On 25 May 2015 at 08:35, Bin Meng <bmeng.cn at gmail.com> wrote:
> Intel Quark SoC has the same interrupt routing mechanism as the
> Queensbay platform, only the difference is that PCI devices'
> INTA/B/C/D are harcoded and cannot be changed freely.
>
> 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/quark/quark.c | 31 ++++++++++++++
> arch/x86/dts/galileo.dts | 22 ++++++++++
> arch/x86/include/asm/arch-quark/device.h | 70 +++++++++++++++++++++++++-------
> arch/x86/include/asm/arch-quark/quark.h | 15 +++++++
> configs/galileo_defconfig | 1 +
> include/configs/galileo.h | 1 +
> 6 files changed, 125 insertions(+), 15 deletions(-)
>
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list