Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-19 Thread Bin Meng
Hi Hannes, On Mon, Nov 19, 2018 at 6:28 PM Bin Meng wrote: > > Hi Hannes, > > On Mon, Nov 19, 2018 at 5:45 PM Hannes Schmelzer > wrote: > > > > On 11/19/18 10:35 AM, Bin Meng wrote: > > > Hi Hannes, > > Hi Bin, > > > On Mon, Nov 19, 2018 at 5:31 PM Hannes Schmelzer > > > wrote: > > >> On

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-19 Thread Bin Meng
Hi Hannes, On Mon, Nov 19, 2018 at 5:45 PM Hannes Schmelzer wrote: > > On 11/19/18 10:35 AM, Bin Meng wrote: > > Hi Hannes, > Hi Bin, > > On Mon, Nov 19, 2018 at 5:31 PM Hannes Schmelzer > > wrote: > >> On 11/19/18 2:59 AM, Bin Meng wrote: > >>> Hi Hannes, > >> Hi Bin, > >>> On Mon, Nov 19,

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-19 Thread Hannes Schmelzer
On 11/19/18 10:35 AM, Bin Meng wrote: Hi Hannes, Hi Bin, On Mon, Nov 19, 2018 at 5:31 PM Hannes Schmelzer wrote: On 11/19/18 2:59 AM, Bin Meng wrote: Hi Hannes, Hi Bin, On Mon, Nov 19, 2018 at 6:29 AM Hannes Schmelzer wrote: On 11/18/18 3:07 PM, Bin Meng wrote: Hi Hannes, Hi Bin, On

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-19 Thread Bin Meng
Hi Hannes, On Mon, Nov 19, 2018 at 5:31 PM Hannes Schmelzer wrote: > > On 11/19/18 2:59 AM, Bin Meng wrote: > > Hi Hannes, > Hi Bin, > > On Mon, Nov 19, 2018 at 6:29 AM Hannes Schmelzer > > wrote: > >> > >> On 11/18/18 3:07 PM, Bin Meng wrote: > >>> Hi Hannes, > >> Hi Bin, > >>> On Tue, Oct

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-19 Thread Hannes Schmelzer
On 11/19/18 2:59 AM, Bin Meng wrote: Hi Hannes, Hi Bin, On Mon, Nov 19, 2018 at 6:29 AM Hannes Schmelzer wrote: On 11/18/18 3:07 PM, Bin Meng wrote: Hi Hannes, Hi Bin, On Tue, Oct 23, 2018 at 3:08 PM Hannes Schmelzer wrote: On 10/23/2018 05:24 AM, Bin Meng wrote: Hi Hannes, Hi Bing,

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-18 Thread Bin Meng
Hi Hannes, On Mon, Nov 19, 2018 at 6:29 AM Hannes Schmelzer wrote: > > > On 11/18/18 3:07 PM, Bin Meng wrote: > > Hi Hannes, > Hi Bin, > > On Tue, Oct 23, 2018 at 3:08 PM Hannes Schmelzer > > wrote: > >> > >> On 10/23/2018 05:24 AM, Bin Meng wrote: > >> > >> Hi Hannes, > >> > >> Hi Bing, > >>

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-18 Thread Hannes Schmelzer
On 11/18/18 3:07 PM, Bin Meng wrote: Hi Hannes, Hi Bin, On Tue, Oct 23, 2018 at 3:08 PM Hannes Schmelzer wrote: On 10/23/2018 05:24 AM, Bin Meng wrote: Hi Hannes, Hi Bing, thanks for your response. On Tue, Oct 23, 2018 at 5:12 AM Hannes Schmelzer wrote: This commit creates the freedom

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-11-18 Thread Bin Meng
Hi Hannes, On Tue, Oct 23, 2018 at 3:08 PM Hannes Schmelzer wrote: > > > On 10/23/2018 05:24 AM, Bin Meng wrote: > > Hi Hannes, > > Hi Bing, > thanks for your response. > > On Tue, Oct 23, 2018 at 5:12 AM Hannes Schmelzer wrote: > > This commit creates the freedom for boards to do nothing with

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-10-23 Thread Hannes Schmelzer
On 10/23/2018 05:24 AM, Bin Meng wrote: Hi Hannes, Hi Bing, thanks for your response. On Tue, Oct 23, 2018 at 5:12 AM Hannes Schmelzer wrote: This commit creates the freedom for boards to do nothing with the whole IRQ stuff on x86 during u-boot. This is especially important on older

Re: [U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-10-22 Thread Bin Meng
Hi Hannes, On Tue, Oct 23, 2018 at 5:12 AM Hannes Schmelzer wrote: > > This commit creates the freedom for boards to do nothing with the whole > IRQ stuff on x86 during u-boot. > > This is especially important on older systems which have many legacy irq > and no ACPI support within BIOS, they

[U-Boot] [PATCH] x86: make X86IRQ per Kconfig switchable

2018-10-22 Thread Hannes Schmelzer
This commit creates the freedom for boards to do nothing with the whole IRQ stuff on x86 during u-boot. This is especially important on older systems which have many legacy irq and no ACPI support within BIOS, they get in trouble if, for example, u-boot does mask all the interrupts on a PIC.