Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 26a30abdd0f7fe5a9d2421cba6efe9397185ad98
      
https://github.com/tianocore/edk2/commit/26a30abdd0f7fe5a9d2421cba6efe9397185ad98
  Author: Nhi Pham <[email protected]>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c
    M MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleRuntime.c

  Log Message:
  -----------
  MdeModulePkg/DxeCapsuleLibFmp: Fix compilation error

The commit "MdeModulePkg/DxeCapsuleLibFmp: Fix crash if no ESRT is
found" leads to a compilation error in
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf. The issue
occurs because the variable mDxeCapsuleLibReadyToBootEvent which is
declared as extern does not exist, while it is defined in
DxeCapsuleRuntime.c, a file not included in DxeCapsuleLib.inf. This
patch is to fix this by moving the variable defintion to DxeCapsuleLib.c
and declare it as extern in DxeCapsuleRuntime.c.

Reported-by: Gua Guo <[email protected]>
Signed-off-by: Nhi Pham <[email protected]>



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