You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
2df8755762
On WHL after booting to Windows, SCI interrupt storm was seen due to GPE event 111 (2-tier GPE event). This event needs to be handled when RTD3 table is implemented. However, current code has _L6F ASL code without RTD3 table. This causes the SCI event to be enabled in Windows. Since there is no real handler to clear the SCI event, SCI interrupt storm will occur. This patch commented out the _L6F ASL method. Tested this on WHL. The CPU utilization drop down from original 10% to close to 0% for system interrupts. Signed-off-by: Maurice Ma <maurice.ma@intel.com>