RE: [PATCH v1 0/1] bsps/pc386: Fix IPI for non-consecutive Apic IDs

2020-07-20 Thread Jan.Sommer
> -Original Message- > From: Gedare Bloom [mailto:ged...@rtems.org] > Sent: Monday, July 20, 2020 10:12 PM > To: Sommer, Jan > Cc: devel@rtems.org > Subject: Re: [PATCH v1 0/1] bsps/pc386: Fix IPI for non-consecutive Apic IDs > > Hi Jan, > > Slightly off-top

Re: [PATCH v1 0/1] bsps/pc386: Fix IPI for non-consecutive Apic IDs

2020-07-20 Thread Gedare Bloom
Hi Jan, Slightly off-topic, but which Intel Atom board are you using? If you can say, and if your board has non-legacy boot, how did you get through the boot sequence? That has been a trouble for some folks before. Gedare On Fri, Jul 3, 2020 at 6:32 AM Jan Sommer wrote: > > Hi, > > I had some t

[PATCH v1 0/1] bsps/pc386: Fix IPI for non-consecutive Apic IDs

2020-07-03 Thread Jan Sommer
Hi, I had some time for more hardware testing of the SMP functionality on a PC. It turns out I missed a few places where the APICID <-> cpuid needed to be translated. This only occurs if the APIC Ids of different cores are not numbered consecutively, which qemu does. With this patch I can now run