microsoft / mu_feature_mm_supv

Project Mu - Feature Repo - MM Supervisor
https://microsoft.github.io/mu
Other
48 stars 29 forks source link

Fix SPAM responder data in a torn state #274

Closed kuqin12 closed 7 months ago

kuqin12 commented 7 months ago

Preface

Please ensure you have read the contribution docs prior to submitting the pull request. In particular, pull request guidelines.

Description

After updating the SPAM responder data definition, the C code in SmmStm.c is not updated accordingly.

This change fixed the torn state issue by correctly populating the data fields.

For each item, place an "x" in between [ and ] if true. Example: [x]. (you can also check items in the GitHub UI)

How This Was Tested

This is not tested...

Integration Instructions

N/A