[Bug 3988] [Silicon][Intel][FitGen] S-ACM entry version value from BiosInfo would always 0x0
bugzilla-daemon@...
https://bugzilla.tianocore.org/show_bug.cgi?id=3988
Jason Lin <jason1.lin@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Assignee|unassigned@... |jason1.lin@... Ever confirmed|0 |1 --- Comment #1 from Jason Lin <jason1.lin@...> --- In FitGen.c Line 1185. The usage of FIT_TABLE_CONTEXT_ENTRY version is used for OptionalModule and PortModule only. gFitTableContext.StartupAcm[gFitTableContext.StartupAcmNumber].Version = BiosInfoStruct[BiosInfoIndex].Version;This line should correct to use StartupAcmVersion array to save the entry version information. gFitTableContext.StartupAcmVersion[gFitTableContext.StartupAcmNumber] = BiosInfoStruct[BiosInfoIndex].Version;-- You are receiving this mail because: You are on the CC list for the bug. |
|