
8 May
2016
8 May
'16
10:17 a.m.
On Sat, May 7, 2016 at 10:46 PM, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com Reviewed-by: Stefan Roese sr@denx.de Tested-by: Stefan Roese sr@denx.de
Change to use IS_ENABLED() and remove the #ifdef around the function body, and
applied to u-boot-x86/next, thanks!