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

Bin Meng bmeng.cn at gmail.com
Sun May 8 10:17:46 CEST 2016


On Sat, May 7, 2016 at 10:46 PM, Bin Meng <bmeng.cn at 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 at gmail.com>
> Reviewed-by: Stefan Roese <sr at denx.de>
> Tested-by: Stefan Roese <sr at denx.de>
> ---

Change to use IS_ENABLED() and remove the #ifdef around the function body, and

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list