Branch: refs/heads/leiflindholm-pr-template
  Home:   https://github.com/tianocore/edk2
  Commit: 7aaee521a1966e71a51b71b73f5e3bbddb6faa31
      
https://github.com/tianocore/edk2/commit/7aaee521a1966e71a51b71b73f5e3bbddb6faa31
  Author: Thamballi Sreelalitha <quic_sreel...@quicinc.com>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
    M FmpDevicePkg/FmpDxe/FmpDxe.inf

  Log Message:
  -----------
  FmpDevicePkg: Correct broken Depex in FmpDxe

Commit 2f6f3329add3 ("FmpDevicePkg/FmpDxe: Use new Variable Lock interface"),
moved to using gEdkiiVariablePolicyProtocolGuid instead of
gEdkiiVariableLockProtocolGuid however the Depex was not updated to
reflect the change.

Correct the dependency.

Signed-off-by: Vishal Oliyil Kunnil <quic_vish...@quicinc.com>


  Commit: f91211049c1522f7db2ae8f7a509ac270868d0e9
      
https://github.com/tianocore/edk2/commit/f91211049c1522f7db2ae8f7a509ac270868d0e9
  Author: Kun Qin <ku...@microsoft.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M MdeModulePkg/Core/Pei/Memory/MemoryServices.c

  Log Message:
  -----------
  MdeModulePkg: Remove PeiAllocatePool() Assert

Removes an assert if PeiAllocatePool() fails to allocate memory to
defer error handling to the caller so the error can be handled
gracefully or asserted at that location which is more specific to
the call that led to the allocation.

Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>


  Commit: 749065300a42d86e55074f461feed23533a77ab3
      
https://github.com/tianocore/edk2/commit/749065300a42d86e55074f461feed23533a77ab3
  Author: Sam Kaynor <sam.kay...@arm.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni

  Log Message:
  -----------
  ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

Implemented the dumping of the UEFI RT Properties Table using Dmem.c

Added new entry to the help command for the -verbose option

Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>
Tested-by: Stuart Yoder <stuart.yo...@arm.com>
Reviewed-by: Stuart Yoder <stuart.yo...@arm.com>
Reviewed-by: Zhichao Gao <zhichao....@intel.com>


  Commit: f46b5b06c69dcd0a7997b416789617e5d33ae18a
      
https://github.com/tianocore/edk2/commit/f46b5b06c69dcd0a7997b416789617e5d33ae18a
  Author: Sam Kaynor <sam.kay...@arm.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni

  Log Message:
  -----------
  ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.c

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

Implemented dumping of the Image Execution Table using Dmem.c

Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>
Tested-by: Stuart Yoder <stuart.yo...@arm.com>
Reviewed-by: Stuart Yoder <stuart.yo...@arm.com>
Reviewed-by: Zhichao Gao <zhichao....@intel.com>


  Commit: 3ad878fde5ba29041c4718d06fb8af1d87eb8af3
      
https://github.com/tianocore/edk2/commit/3ad878fde5ba29041c4718d06fb8af1d87eb8af3
  Author: Sam Kaynor <sam.kay...@arm.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    A MdePkg/Include/Guid/ConformanceProfiles.h
    M MdePkg/MdePkg.dec

  Log Message:
  -----------
  MdePkg: Adding support for EFI_CONFORMANCE_PROFILE_TABLE

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

Adding support for EFI_CONFORMANCE_PROFILE_TABLE by adding an
associated header file and relevant GUIDs to MdePkg.dec as defined
in the UEFI 2.10 spec.
This table is needed to address changes being made within ShellPkg.

Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang....@intel.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>


  Commit: 960b6e8309bd304e2baae0a6e5ca5c0a0f7b0e2e
      
https://github.com/tianocore/edk2/commit/960b6e8309bd304e2baae0a6e5ca5c0a0f7b0e2e
  Author: Sam Kaynor <sam.kay...@arm.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M MdePkg/Include/Guid/ConformanceProfiles.h
    M MdePkg/MdePkg.dec

  Log Message:
  -----------
  MdePkg: Adding EBBR EFI_CONFORMANCE_PROFILE_TABLE GUIDs

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

Adding additional GUIDs for the EFI_CONFORMANCE_PROFILE_TABLE
that are defined in the Embedded Base Boot Requirments (EBBR)
Specification.

Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang....@intel.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>


  Commit: 497766f70975b9c1f88df42228c79095198f2b4e
      
https://github.com/tianocore/edk2/commit/497766f70975b9c1f88df42228c79095198f2b4e
  Author: Sam Kaynor <sam.kay...@arm.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni

  Log Message:
  -----------
  ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.c

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

Implemented dumping of the UEFI Conformance Profiles Table using Dmem.c
Uses header file for GUIDs added in previous patches

Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>
Tested-by: Stuart Yoder <stuart.yo...@arm.com>
Reviewed-by: Stuart Yoder <stuart.yo...@arm.com>


  Commit: 3abe627f29add4d05a404e9170b81cf72d9c404b
      
https://github.com/tianocore/edk2/commit/3abe627f29add4d05a404e9170b81cf72d9c404b
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c

  Log Message:
  -----------
  RedfishPkg/RedfishPlatformConfigDxe: remove false alarm

Change the debug message level to DEBUG_INFO for protocol
notification functions. The protocol notification function
is invoked at least one time. So, the failure of locating
protocol is expected because protocol may not be installed
when Redfish platform config driver is launched.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Rebecca Cran <rebe...@bsdio.com>


  Commit: 6c061c4715325494b8b25453158166f9032e0335
      
https://github.com/tianocore/edk2/commit/6c061c4715325494b8b25453158166f9032e0335
  Author: Michael Kubacki <michael.kuba...@microsoft.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M BaseTools/Source/Python/Ecc/config.ini

  Log Message:
  -----------
  BaseTools/Ecc: Allow `static` as a modifier

Currently, `STATIC` is allowed as a function modifier but `static`
results in the below ECC errors:

```
*Error code: 5001
*Return type of a function should exist and in the first line
*file: 
D:\src\edk2\Build\.pytool\Plugin\EccCheck\MdePkg\Library\UefiDebugLibDebugPortProtocol\DebugLibConstructor.c
*Line number: 37
*[UefiDebugLibDebugPortProtocolExitBootServicesCallback] Return
 Type should appear at the start of line

EFI coding style error
*Error code: 5002
*Any optional functional modifiers should exist and next to the
 return type
*file: 
D:\src\edk2\Build\.pytool\Plugin\EccCheck\MdePkg\Library\UefiDebugLibDebugPortProtocol\DebugLibConstructor.c
*Line number: 37
```

This is because `GetDataTypeFromModifier()` will return both `static`
and the return type (e.g. `VOID`) whereas for a modifier in the list
(e.g. `STATIC`) it will return only the return type allowing logic in
Ecc/c.py to process the modifier and return type with current logic.

Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>


  Commit: 9a6e8cc656001872146db43aea4c3890b95b9335
      
https://github.com/tianocore/edk2/commit/9a6e8cc656001872146db43aea4c3890b95b9335
  Author: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  Date:   2024-07-10 (Wed, 10 Jul 2024)

  Changed paths:
    M BaseTools/Source/Python/Ecc/config.ini
    M FmpDevicePkg/FmpDxe/FmpDxe.inf
    M MdeModulePkg/Core/Pei/Memory/MemoryServices.c
    A MdePkg/Include/Guid/ConformanceProfiles.h
    M MdePkg/MdePkg.dec
    M RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
    M ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
    M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni

  Log Message:
  -----------
  Merge branch 'master' into leiflindholm-pr-template


Compare: https://github.com/tianocore/edk2/compare/b24d49422eab...9a6e8cc65600

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


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to