Re: [U-Boot] [PATCH v2 05/28] x86: irq: Enable SCI on IRQ9

2016-05-08 Thread Bin Meng
On Sat, May 7, 2016 at 10:46 PM, Bin Meng wrote: > By default SCI is disabled after power on. ACTL is the register to > enable SCI and route it to PIC/APIC. To support both ACPI in PIC > mode and APIC mode, configure SCI to use IRQ9. > > Signed-off-by: Bin Meng > Reviewed-by: Stefan Roese > Test

[U-Boot] [PATCH v2 05/28] x86: irq: Enable SCI on IRQ9

2016-05-07 Thread Bin Meng
By default SCI is disabled after power on. ACTL is the register to enable SCI and route it to PIC/APIC. To support both ACPI in PIC mode and APIC mode, configure SCI to use IRQ9. Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Tested-by: Stefan Roese --- Changes in v2: None arch/x86/cpu/ir