Hello Ron, Marc (Jones),
I am wondering where IOAPIC code resides (somewhere on SouthBridge) for IVB?
Could you (or anybody) point to me the file where this code exists/lives, so I can inspect it and learn more about IOAPIC itself? This one is implemented usually on PCH, as my best understanding is, and passes MSIs to core LAPICs, via DMI links?
Thank you, Zoran Stojsavljevic
On Saturday, March 22, 2014 12:03 AM, ron minnich rminnich@gmail.com wrote:
anybody know of a tool to dump all apics/ioapics from user mode?
I'm having a Very Stupid Problem with a research OS in that we can't get the apic's and or iopiac's working. I suck at these things. We can't tell what we've got wrong.I'm hoping a register dump would help us.
ron
* Zoran s s_zoran@yahoo.com [140326 08:17]:
Hello Ron, Marc (Jones),
I am wondering where IOAPIC code resides (somewhere on SouthBridge) for IVB?
Could you (or anybody) point to me the file where this code exists/lives, so I can inspect it and learn more about IOAPIC itself? This one is implemented usually on PCH, as my best understanding is, and passes MSIs to core LAPICs, via DMI links?
Check out these files:
src/arch/x86/lib/ioapic.c src/drivers/generic/ioapic/ioapic.c