Hi, Please review the following patch which brings the code inline with the preceding comment and actually performs the enable of the HPET timer interrupt through the I/O APIC.
Thanks. Tycho PcAtChipsetPkg: Enable timer interrupt through I/O APIC Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tycho Nightingale <tycho.nighting...@pluribusnetworks.com> diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c b/PcAtChipsetPkg/HpetTimerD index b9bf080..142308c 100644 --- a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c +++ b/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c @@ -594,6 +594,7 @@ TimerDriverSetTimerPeriod ( // Program IOAPIC register with APIC ID of current BSP in case BSP has be // IoApicConfigureInterrupt (mTimerIrq, PcdGet8 (PcdHpetLocalApicVector), IO + IoApicEnableInterrupt (mTimerIrq, TRUE); } // ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel