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

2016-05-07 Thread Simon Glass
On 2 May 2016 at 01:33, 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 >

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

2016-05-07 Thread Stefan Roese
Hi Bin, On 07.05.2016 17:46, Bin Meng wrote: On Sat, May 7, 2016 at 11:42 PM, Stefan Roese wrote: Hi Bin, On 07.05.2016 16:06, Bin Meng wrote: On Tue, May 3, 2016 at 8:31 PM, Stefan Roese wrote: Hi Bin, On 02.05.2016 09:33, Bin Meng wrote: By default

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

2016-05-07 Thread Bin Meng
Hi Stefan, On Sat, May 7, 2016 at 11:42 PM, Stefan Roese wrote: > Hi Bin, > > > On 07.05.2016 16:06, Bin Meng wrote: >> >> On Tue, May 3, 2016 at 8:31 PM, Stefan Roese wrote: >>> >>> Hi Bin, >>> >>> >>> On 02.05.2016 09:33, Bin Meng wrote: By default

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

2016-05-07 Thread Stefan Roese
Hi Bin, On 07.05.2016 16:06, Bin Meng wrote: On Tue, May 3, 2016 at 8:31 PM, Stefan Roese wrote: Hi Bin, On 02.05.2016 09:33, 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

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

2016-05-07 Thread Bin Meng
Hi Stefan, On Tue, May 3, 2016 at 8:31 PM, Stefan Roese wrote: > Hi Bin, > > > On 02.05.2016 09:33, 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,

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

2016-05-03 Thread Stefan Roese
Hi Bin, On 02.05.2016 09:33, 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 --- arch/x86/cpu/irq.c

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

2016-05-02 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 --- arch/x86/cpu/irq.c | 25