From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 25 May 2016 17:17:47 -0600 Subject: [U-Boot] [PATCH 8/8] x86: baytrail: acpi: Fix I/O APIC ID in the MADT table In-Reply-To: <1464166138-14975-9-git-send-email-bmeng.cn@gmail.com> References: <1464166138-14975-1-git-send-email-bmeng.cn@gmail.com> <1464166138-14975-9-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: > > So far this is hardcoded to 2, but it should really be read > from the I/O APIC register. > > Signed-off-by: Bin Meng > > --- > > arch/x86/cpu/baytrail/acpi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass