-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MdeModulePkg: Enable VarCheckHiiLibStandaloneMm #5938
Commits on Sep 2, 2024
-
MdeModulePkg: Relocation of mVarCheckHiiBin declaration
Relocate the declaration of mVarCheckHiiBin to support for standalone MM modules utilizing the same mVarCheckHiiBin. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f73d8e - Browse repository at this point
Copy the full SHA 0f73d8eView commit details -
MdeModulePkg: Add VarCheckHiiLibMmDependency library.
VarCheckHiiLibMmDependency retrieve data (mVarCheckHiiBin) at the end of the DXE phase, and pass the acquired data to the VarCheckHiiLibStandaloneMm through a communication protocol. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 250d5d6 - Browse repository at this point
Copy the full SHA 250d5d6View commit details -
MdeModulePkg: Enable VarCheckHiiLibMmDependency
Cc: Liming Gao <[email protected]> Cc: Jiaxin Wu <[email protected]> Cc: Ray Ni <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b9a163 - Browse repository at this point
Copy the full SHA 1b9a163View commit details -
MdeModulePkg: Modified BuildVarCheckHiiBin parameter to IN OUT.
Change the Size parameter of BuildVarCheckHiiBin from OUT to an input-output parameter. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8072468 - Browse repository at this point
Copy the full SHA 8072468View commit details -
MdeModulePkg: Rename VarCheckHiiLibNullClass as VarCheckHiiLib.
No functional changes. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa88b51 - Browse repository at this point
Copy the full SHA fa88b51View commit details -
MdeModulePkg: Wrap SetVariableCheckHandlerHii as a common API
Rename SetVariableCheckHandlerHii and wrap it as a common API to facilitate the usage in the following patches. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1dcc80 - Browse repository at this point
Copy the full SHA a1dcc80View commit details -
MdeModulePkg: Relocate VarCheckHiiInternalDumpHex, VarCheckHiiQuestion
Move VarCheckHiiInternalDumpHex and VarCheckHiiQuestion to the common file. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11caa99 - Browse repository at this point
Copy the full SHA 11caa99View commit details -
MdeModulePkg: Move DUMP_VAR_CHECK_HII in common file
No functional changes. Move DUMP_VAR_CHECK_HII in common file Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00837f7 - Browse repository at this point
Copy the full SHA 00837f7View commit details -
MdeModulePkg: Add VarCheckHiiLibStandaloneMm.
This library is designed for handling variable HII checks within the Standalone MMm environment. It includes the functions dedicated to registering handlers that process information received from VarCheckHiiLibMmDependency. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16a099e - Browse repository at this point
Copy the full SHA 16a099eView commit details -
MdeModulePkg: Enable VarCheckHiiLibStandaloneMm.
Enable VarCheckHiiLibStandaloneMm. Cc: Liming Gao <[email protected]> Cc: Rahul Kumar <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Star Zeng <[email protected]> Cc: Hongbin1 Zhang <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Dun Tan <[email protected]> Cc: Dandan Bi <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7438f29 - Browse repository at this point
Copy the full SHA 7438f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcf46b - Browse repository at this point
Copy the full SHA 3bcf46bView commit details