From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 25 May 2016 17:17:21 -0600 Subject: [U-Boot] [PATCH 1/8] x86: acpi: Create a common irqlinks ASL file In-Reply-To: <1464166138-14975-2-git-send-email-bmeng.cn@gmail.com> References: <1464166138-14975-1-git-send-email-bmeng.cn@gmail.com> <1464166138-14975-2-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25 May 2016 at 02:48, Bin Meng 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 > --- > > .../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