Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 78f088b5a71b26f75daa194c8a2d6a79ada5c4a2
      
https://github.com/tianocore/edk2/commit/78f088b5a71b26f75daa194c8a2d6a79ada5c4a2
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    A RedfishPkg/Include/Protocol/EdkIIRedfishPlatformConfig.h
    M RedfishPkg/RedfishPkg.dec

  Log Message:
  -----------
  RedfishPkg: introduce EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL

EDKII Redfish Platform Config Protocol defines the protocol
interfaces that abstracts the platform configuration format
and storage from EDK2 Redfish Feature driver. This protocol
provides the interfaces to get and set platform configuration
with the format and configuration storage agnostic to the
Redfish feature driver.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Nick Ramirez <nrami...@nvidia.com>
Reviewed-by: Abner Chang <abner.ch...@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>


  Commit: 02990e2558ffe4ed7e78103dfa2df88badc66316
      
https://github.com/tianocore/edk2/commit/02990e2558ffe4ed7e78103dfa2df88badc66316
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    A RedfishPkg/Include/Library/HiiUtilityLib.h
    A RedfishPkg/Library/HiiUtilityLib/HiiExpression.c
    A RedfishPkg/Library/HiiUtilityLib/HiiExpression.h
    A RedfishPkg/Library/HiiUtilityLib/HiiIfrParse.c
    A RedfishPkg/Library/HiiUtilityLib/HiiInternal.h
    A RedfishPkg/Library/HiiUtilityLib/HiiUtilityInternal.c
    A RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.c
    A RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
    M RedfishPkg/RedfishPkg.dec

  Log Message:
  -----------
  RedfishPkg: introduce HII utility helper library

HiiUtilityLib is a helper library that provides the
functions to manipulate HII options.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Nick Ramirez <nrami...@nvidia.com>
Reviewed-by: Abner Chang <abner.ch...@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>


  Commit: 01b31b585ed366a92a542d281c7e1db610848de2
      
https://github.com/tianocore/edk2/commit/01b31b585ed366a92a542d281c7e1db610848de2
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    A RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
    A RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.h
    A RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
    A RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.c
    A RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.h

  Log Message:
  -----------
  RedfishPkg: Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL

This is the Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL,
which is the EDKII Redfish Platform Config driver instance that accesses
EDK2 HII configuration format and storage.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Nick Ramirez <nrami...@nvidia.com>
Reviewed-by: Abner Chang <abner.ch...@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>


  Commit: 83d77fa311435bafd68076ba2f960ce607643971
      
https://github.com/tianocore/edk2/commit/83d77fa311435bafd68076ba2f960ce607643971
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    A RedfishPkg/Include/Library/RedfishPlatformConfigLib.h
    A 
RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigInternal.h
    A RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
    A RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
    M RedfishPkg/RedfishPkg.dec

  Log Message:
  -----------
  RedfishPkg: Helper library of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL

This is the helper library for using
EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Nick Ramirez <nrami...@nvidia.com>
Reviewed-by: Abner Chang <abner.ch...@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>


  Commit: 56e9828380b7425678a080bd3a08e7c741af67ba
      
https://github.com/tianocore/edk2/commit/56e9828380b7425678a080bd3a08e7c741af67ba
  Author: Nickle Wang <nick...@nvidia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M RedfishPkg/Redfish.fdf.inc
    M RedfishPkg/RedfishComponents.dsc.inc
    M RedfishPkg/RedfishLibs.dsc.inc
    M RedfishPkg/RedfishPkg.dsc

  Log Message:
  -----------
  RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg

Add RedfishPlatformConfigDxe driver and corresponding library to
RedfishPkg.

Signed-off-by: Nickle Wang <nick...@nvidia.com>
Cc: Abner Chang <abner.ch...@amd.com>
Cc: Igor Kulchytskyy <ig...@ami.com>
Cc: Nick Ramirez <nrami...@nvidia.com>
Reviewed-by: Abner Chang <abner.ch...@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>


Compare: https://github.com/tianocore/edk2/compare/ecbcff0f4935...56e9828380b7


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

Reply via email to