[coreboot] Testing code present in SMM

2021-01-22 Thread Mick
Dear everyone, For my master project I will apply hardening techniques (sanitizers/CFI) to System Mangement Mode (SMM). Now for my evaluation, I want to test code in SMM and ideally cover all SMI handlers coreboot offers. However, in my experience, System Management Interrupts (SMIs) rarely trigge

[coreboot] Re: Testing code present in SMM

2021-01-22 Thread Peter Stuge
Mick wrote: > For my master project I will apply hardening techniques (sanitizers/CFI) to > System Mangement Mode (SMM). Cool! And ambitious. :) > Now for my evaluation, I want to test code in SMM and ideally cover > all SMI handlers coreboot offers. Keep in mind that SMM code isn't common for