
26 May
2016
26 May
'16
1:17 a.m.
On 25 May 2016 at 02:48, Bin Meng bmeng.cn@gmail.com wrote:
Move the irqlinks.asl file currently in the BayTrail directory to a common place to be shared among all x86 platforms. As the PIRQ routing control programming interface is common to Intel chipsets, leave the common part in the common file, and move the platform specific part to the platform files.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
.../asm/{arch-baytrail => }/acpi/irqlinks.asl | 33 +++++++++------------- arch/x86/include/asm/arch-baytrail/acpi/lpc.asl | 23 ++++++++++++++- 2 files changed, 35 insertions(+), 21 deletions(-) rename arch/x86/include/asm/{arch-baytrail => }/acpi/irqlinks.asl (92%)
Reviewed-by: Simon Glass sjg@chromium.org