[edk2-devel] [edk2-redfish-client][PATCH v2 0/9] Fix RedfishClientPkg build errors

Nickle Wang via groups.io posted 9 patches 11 months ago
Only 0 patches received!
.../edk2library/Bios/v1_0_9/Lib.inf           |  4 +-
.../edk2library/ComputerSystem/v1_5_0/Lib.inf |  4 +-
.../ComputerSystemCollection/Lib.inf          |  4 +-
.../edk2library/Memory/v1_7_1/Lib.inf         |  4 +-
.../edk2library/MemoryCollection/Lib.inf      |  4 +-
.../Protocol/EdkIIRedfishETagProtocol.h       |  2 +-
.../Features/Bios/v1_0_9/Dxe/BiosDxe.c        | 20 ++++----
.../v1_5_0/Dxe/ComputerSystemDxe.c            | 19 ++++---
.../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    | 19 ++++---
.../EdkIIRedfishResourceConfigLib.c           |  4 +-
.../RedfishAddendumLib/RedfishAddendumLib.c   |  4 +-
.../RedfishFeatureUtilityLib.c                | 50 +++++++++----------
.../RedfishConfigLangMapDxe.c                 |  3 ++
.../RedfishETagDxe/RedfishETagDxe.c           | 13 +++--
14 files changed, 84 insertions(+), 70 deletions(-)
[edk2-devel] [edk2-redfish-client][PATCH v2 0/9] Fix RedfishClientPkg build errors
Posted by Nickle Wang via groups.io 11 months ago
V2: 
Instead of modifying ConverterLib, use build option in INF file to 
fix build error 

V1:
Fix RedfishClientPkg build errors and typos. The compiler toolchain 
is GCC5.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>

Nickle Wang (9):
  RedfishClientPkg/ConverterLib: Fix unused-but-set-variable error
  RedfishClientPkg/RedfishAddendumLib: Fix build error
  RedfishClientPkg/EdkIIRedfishResourceConfigLib: Fix build error
  RedfishClientPkg/RedfishFeatureUtilityLib: Fix build error
  RedfishClientPkg/RedfishETagDxe: Fix build error
  RedfishClientPkg/RedfishConfigLangMapDxe: Fix build error
  RedfishClientPkg/BiosDxe: Fix build error
  RedfishClientPkg/MemoryDxe: Fix build error
  RedfishClientPkg/ComputerSystemDxe: Fix build error

 .../edk2library/Bios/v1_0_9/Lib.inf           |  4 +-
 .../edk2library/ComputerSystem/v1_5_0/Lib.inf |  4 +-
 .../ComputerSystemCollection/Lib.inf          |  4 +-
 .../edk2library/Memory/v1_7_1/Lib.inf         |  4 +-
 .../edk2library/MemoryCollection/Lib.inf      |  4 +-
 .../Protocol/EdkIIRedfishETagProtocol.h       |  2 +-
 .../Features/Bios/v1_0_9/Dxe/BiosDxe.c        | 20 ++++----
 .../v1_5_0/Dxe/ComputerSystemDxe.c            | 19 ++++---
 .../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    | 19 ++++---
 .../EdkIIRedfishResourceConfigLib.c           |  4 +-
 .../RedfishAddendumLib/RedfishAddendumLib.c   |  4 +-
 .../RedfishFeatureUtilityLib.c                | 50 +++++++++----------
 .../RedfishConfigLangMapDxe.c                 |  3 ++
 .../RedfishETagDxe/RedfishETagDxe.c           | 13 +++--
 14 files changed, 84 insertions(+), 70 deletions(-)

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105786): https://edk2.groups.io/g/devel/message/105786
Mute This Topic: https://groups.io/mt/99362093/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-redfish-client][PATCH v2 0/9] Fix RedfishClientPkg build errors
Posted by Chang, Abner via groups.io 11 months ago
[AMD Official Use Only - General]

To the entire series: Reviewed-by: Abner Chang <abner.chang@amd.com>

> -----Original Message-----
> From: Nickle Wang <nicklew@nvidia.com>
> Sent: Tuesday, June 6, 2023 8:32 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>
> Subject: [edk2-redfish-client][PATCH v2 0/9] Fix RedfishClientPkg build errors
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> V2:
> Instead of modifying ConverterLib, use build option in INF file to
> fix build error
>
> V1:
> Fix RedfishClientPkg build errors and typos. The compiler toolchain
> is GCC5.
>
> Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
>
> Nickle Wang (9):
>   RedfishClientPkg/ConverterLib: Fix unused-but-set-variable error
>   RedfishClientPkg/RedfishAddendumLib: Fix build error
>   RedfishClientPkg/EdkIIRedfishResourceConfigLib: Fix build error
>   RedfishClientPkg/RedfishFeatureUtilityLib: Fix build error
>   RedfishClientPkg/RedfishETagDxe: Fix build error
>   RedfishClientPkg/RedfishConfigLangMapDxe: Fix build error
>   RedfishClientPkg/BiosDxe: Fix build error
>   RedfishClientPkg/MemoryDxe: Fix build error
>   RedfishClientPkg/ComputerSystemDxe: Fix build error
>
>  .../edk2library/Bios/v1_0_9/Lib.inf           |  4 +-
>  .../edk2library/ComputerSystem/v1_5_0/Lib.inf |  4 +-
>  .../ComputerSystemCollection/Lib.inf          |  4 +-
>  .../edk2library/Memory/v1_7_1/Lib.inf         |  4 +-
>  .../edk2library/MemoryCollection/Lib.inf      |  4 +-
>  .../Protocol/EdkIIRedfishETagProtocol.h       |  2 +-
>  .../Features/Bios/v1_0_9/Dxe/BiosDxe.c        | 20 ++++----
>  .../v1_5_0/Dxe/ComputerSystemDxe.c            | 19 ++++---
>  .../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    | 19 ++++---
>  .../EdkIIRedfishResourceConfigLib.c           |  4 +-
>  .../RedfishAddendumLib/RedfishAddendumLib.c   |  4 +-
>  .../RedfishFeatureUtilityLib.c                | 50 +++++++++----------
>  .../RedfishConfigLangMapDxe.c                 |  3 ++
>  .../RedfishETagDxe/RedfishETagDxe.c           | 13 +++--
>  14 files changed, 84 insertions(+), 70 deletions(-)
>
> --
> 2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105832): https://edk2.groups.io/g/devel/message/105832
Mute This Topic: https://groups.io/mt/99362093/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-