
21 May
2015
21 May
'15
12:20 a.m.
On 20 May 2015 at 01:55, Bin Meng bmeng.cn@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@gmail.com
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(-)
Acked-by: Simon Glass sjg@chromium.org