Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 3ada6c0db6a416a5bd539de6693a60cd57133e0b
      
https://github.com/tianocore/edk2/commit/3ada6c0db6a416a5bd539de6693a60cd57133e0b
  Author: xieyuanh <[email protected]>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    A StandaloneMmPkg/Library/SmmLockBoxMmDependency/SmmLockBoxMmDependency.c
    A StandaloneMmPkg/Library/SmmLockBoxMmDependency/SmmLockBoxMmDependency.inf

  Log Message:
  -----------
  StandaloneMmPkg: Add LockBox Dependency Library

The LockBox Dependency Library is designed for standalone MM
environments where gBS are not accessible to indicates that LockBox API
is readyfor use.

For DXE drivers use lockbox APIs via a communication mechanism
triggering an SMI, it's must to have the corresponding SMI handler
pre-installed for interrupt management. To ensure orderly operations
and proper notification, besides specified the guid in
the [Depex] section of the .inf file. The installation of smi handler,
along with the LockBox protocol marked by gEfiLockBoxProtocolGuid,
must be informed to the DXE driver. This protocol installation signifies
that the LockBox API is ready for use, and this functionality is
implemented in the constructor of this library.

Cc: Liming Gao <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Star Zeng <[email protected]>
Cc: Hongbin1 Zhang <[email protected]>
Cc: Wei6 Xu <[email protected]>
Cc: Dun Tan <[email protected]>

Reviewed-by: Jiaxin Wu <[email protected]>

Signed-off-by: Yuanhao Xie <[email protected]>


  Commit: a9158fe9a670cebbb9d361a1b7fc3075fdf33393
      
https://github.com/tianocore/edk2/commit/a9158fe9a670cebbb9d361a1b7fc3075fdf33393
  Author: xieyuanh <[email protected]>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M StandaloneMmPkg/StandaloneMmPkg.dsc

  Log Message:
  -----------
  StandaloneMmPkg: Enable SmmLockBoxMmDependency.

Cc: Liming Gao <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Star Zeng <[email protected]>
Cc: Hongbin1 Zhang <[email protected]>
Cc: Wei6 Xu <[email protected]>
Cc: Dun Tan <[email protected]>

Signed-off-by: Yuanhao Xie <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/1fc55a3933b0...a9158fe9a670

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to