Re: [U-Boot] [PATCH] x86: make the LAPIC / IOAPIC construct switchable with Kconfig

2018-11-18 Thread Bin Meng
On Tue, Oct 23, 2018 at 3:03 AM Hannes Schmelzer wrote: > > There are still systems running which do not have any LAPIC or even > IOAPIC, furthermore the MSRs for that aren't existing and the systems nits: furthermore -> Furthermore. aren't existing -> don't exist > are crashing on trying setup

[U-Boot] [PATCH] x86: make the LAPIC / IOAPIC construct switchable with Kconfig

2018-10-22 Thread Hannes Schmelzer
There are still systems running which do not have any LAPIC or even IOAPIC, furthermore the MSRs for that aren't existing and the systems are crashing on trying setup LAPIC. So this commit makes the APIC stuff able to switch off for those boards which dont' have a LAPIC / IOAPIC. Signed-off-by: H