public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
       [not found] <cover.1705514596.git.wei6.xu@intel.com>
@ 2024-01-17 18:12 ` Xu, Wei6
  2024-01-18 23:13   ` Michael D Kinney
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xu, Wei6 @ 2024-01-17 18:12 UTC (permalink / raw)
  To: devel; +Cc: Wei6 Xu, Abner Chang, Nate DeSimone

The source file definition in INF file is ServerManagementELog.c,
while the actual file name is ServerManagementElog.c. The case is
mismatched. Correct the definition in INF file to fix this issue.

Cc: Abner Chang <Abner.Chang@amd.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
---
 .../Library/ServerManagementLib/ServerManagementLib.inf       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManagementLib/ServerManagementLib.inf b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManagementLib/ServerManagementLib.inf
index 6e7702e0db33..5c5e8f6d48af 100644
--- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManagementLib/ServerManagementLib.inf
+++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManagementLib/ServerManagementLib.inf
@@ -1,6 +1,6 @@
 ### @file
 #
-# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2023 - 2024, Intel Corporation. All rights reserved.<BR>
 #
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
@@ -17,7 +17,7 @@
   LIBRARY_CLASS              = ServerManagementLib
 
 [Sources]
-  ServerManagementELog.c
+  ServerManagementElog.c
   ServerManagementTime.c
 
 [Packages]
-- 
2.29.2.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113957): https://edk2.groups.io/g/devel/message/113957
Mute This Topic: https://groups.io/mt/103791804/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
  2024-01-17 18:12 ` [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error Xu, Wei6
@ 2024-01-18 23:13   ` Michael D Kinney
  2024-01-30  6:27     ` Xu, Wei6
  2024-02-01 22:52   ` Nate DeSimone
  2024-02-01 22:55   ` Nate DeSimone
  2 siblings, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2024-01-18 23:13 UTC (permalink / raw)
  To: devel@edk2.groups.io, Xu, Wei6
  Cc: Abner Chang, Desimone, Nathaniel L, Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Xu, Wei6
> Sent: Wednesday, January 17, 2024 10:12 AM
> To: devel@edk2.groups.io
> Cc: Xu, Wei6 <wei6.xu@intel.com>; Abner Chang <Abner.Chang@amd.com>;
> Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [PATCH edk2-platforms 1/1]
> IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
> 
> The source file definition in INF file is ServerManagementELog.c,
> while the actual file name is ServerManagementElog.c. The case is
> mismatched. Correct the definition in INF file to fix this issue.
> 
> Cc: Abner Chang <Abner.Chang@amd.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
> ---
>  .../Library/ServerManagementLib/ServerManagementLib.inf       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManage
> mentLib/ServerManagementLib.inf
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManage
> mentLib/ServerManagementLib.inf
> index 6e7702e0db33..5c5e8f6d48af 100644
> ---
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManage
> mentLib/ServerManagementLib.inf
> +++
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManage
> mentLib/ServerManagementLib.inf
> @@ -1,6 +1,6 @@
>  ### @file
>  #
> -# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2023 - 2024, Intel Corporation. All rights
> reserved.<BR>
>  #
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
>  #
> @@ -17,7 +17,7 @@
>    LIBRARY_CLASS              = ServerManagementLib
> 
>  [Sources]
> -  ServerManagementELog.c
> +  ServerManagementElog.c
>    ServerManagementTime.c
> 
>  [Packages]
> --
> 2.29.2.windows.2
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114016): https://edk2.groups.io/g/devel/message/114016
Mute This Topic: https://groups.io/mt/103791804/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
  2024-01-18 23:13   ` Michael D Kinney
@ 2024-01-30  6:27     ` Xu, Wei6
  0 siblings, 0 replies; 5+ messages in thread
From: Xu, Wei6 @ 2024-01-30  6:27 UTC (permalink / raw)
  To: Kinney, Michael D, devel@edk2.groups.io
  Cc: Abner Chang, Desimone, Nathaniel L

Thanks Mike for the review.

Hi Nate,

Could you please help review this patch and merge it? Thank you very much.

BR,
Wei
>-----Original Message-----
>From: Kinney, Michael D <michael.d.kinney@intel.com>
>Sent: Friday, January 19, 2024 7:13 AM
>To: devel@edk2.groups.io; Xu, Wei6 <wei6.xu@intel.com>
>Cc: Abner Chang <Abner.Chang@amd.com>; Desimone, Nathaniel L
><nathaniel.l.desimone@intel.com>; Kinney, Michael D
><michael.d.kinney@intel.com>
>Subject: RE: [edk2-devel] [PATCH edk2-platforms 1/1]
>IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
>
>Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
>
>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Xu,
>> Wei6
>> Sent: Wednesday, January 17, 2024 10:12 AM
>> To: devel@edk2.groups.io
>> Cc: Xu, Wei6 <wei6.xu@intel.com>; Abner Chang
><Abner.Chang@amd.com>;
>> Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
>> Subject: [edk2-devel] [PATCH edk2-platforms 1/1]
>> IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
>>
>> The source file definition in INF file is ServerManagementELog.c,
>> while the actual file name is ServerManagementElog.c. The case is
>> mismatched. Correct the definition in INF file to fix this issue.
>>
>> Cc: Abner Chang <Abner.Chang@amd.com>
>> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
>> Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
>> ---
>>  .../Library/ServerManagementLib/ServerManagementLib.inf       | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git
>>
>a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
>na
>> ge
>> mentLib/ServerManagementLib.inf
>>
>b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
>na
>> ge
>> mentLib/ServerManagementLib.inf
>> index 6e7702e0db33..5c5e8f6d48af 100644
>> ---
>>
>a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
>na
>> ge
>> mentLib/ServerManagementLib.inf
>> +++
>>
>b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
>na
>> ge
>> mentLib/ServerManagementLib.inf
>> @@ -1,6 +1,6 @@
>>  ### @file
>>  #
>> -# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
>> +# Copyright (c) 2023 - 2024, Intel Corporation. All rights
>> reserved.<BR>
>>  #
>>  # SPDX-License-Identifier: BSD-2-Clause-Patent  # @@ -17,7 +17,7 @@
>>    LIBRARY_CLASS              = ServerManagementLib
>>
>>  [Sources]
>> -  ServerManagementELog.c
>> +  ServerManagementElog.c
>>    ServerManagementTime.c
>>
>>  [Packages]
>> --
>> 2.29.2.windows.2
>>
>>
>>
>> 
>>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114761): https://edk2.groups.io/g/devel/message/114761
Mute This Topic: https://groups.io/mt/103791804/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
  2024-01-17 18:12 ` [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error Xu, Wei6
  2024-01-18 23:13   ` Michael D Kinney
@ 2024-02-01 22:52   ` Nate DeSimone
  2024-02-01 22:55   ` Nate DeSimone
  2 siblings, 0 replies; 5+ messages in thread
From: Nate DeSimone @ 2024-02-01 22:52 UTC (permalink / raw)
  To: devel@edk2.groups.io, Xu, Wei6; +Cc: Abner Chang

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Xu, Wei6
> Sent: Wednesday, January 17, 2024 10:12 AM
> To: devel@edk2.groups.io
> Cc: Xu, Wei6 <wei6.xu@intel.com>; Abner Chang <Abner.Chang@amd.com>;
> Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [PATCH edk2-platforms 1/1]
> IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
> 
> The source file definition in INF file is ServerManagementELog.c, while the
> actual file name is ServerManagementElog.c. The case is mismatched. Correct
> the definition in INF file to fix this issue.
> 
> Cc: Abner Chang <Abner.Chang@amd.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
> ---
>  .../Library/ServerManagementLib/ServerManagementLib.inf       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> index 6e7702e0db33..5c5e8f6d48af 100644
> ---
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> +++
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> +++ nagementLib/ServerManagementLib.inf
> @@ -1,6 +1,6 @@
>  ### @file
>  #
> -# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2023 - 2024, Intel Corporation. All rights
> +reserved.<BR>
>  #
>  # SPDX-License-Identifier: BSD-2-Clause-Patent  # @@ -17,7 +17,7 @@
>    LIBRARY_CLASS              = ServerManagementLib
> 
>  [Sources]
> -  ServerManagementELog.c
> +  ServerManagementElog.c
>    ServerManagementTime.c
> 
>  [Packages]
> --
> 2.29.2.windows.2
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114973): https://edk2.groups.io/g/devel/message/114973
Mute This Topic: https://groups.io/mt/103791804/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
  2024-01-17 18:12 ` [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error Xu, Wei6
  2024-01-18 23:13   ` Michael D Kinney
  2024-02-01 22:52   ` Nate DeSimone
@ 2024-02-01 22:55   ` Nate DeSimone
  2 siblings, 0 replies; 5+ messages in thread
From: Nate DeSimone @ 2024-02-01 22:55 UTC (permalink / raw)
  To: devel@edk2.groups.io, Xu, Wei6; +Cc: Abner Chang

Pushed as 8b9a0ec

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Xu, Wei6
> Sent: Wednesday, January 17, 2024 10:12 AM
> To: devel@edk2.groups.io
> Cc: Xu, Wei6 <wei6.xu@intel.com>; Abner Chang <Abner.Chang@amd.com>;
> Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [PATCH edk2-platforms 1/1]
> IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
> 
> The source file definition in INF file is ServerManagementELog.c, while the
> actual file name is ServerManagementElog.c. The case is mismatched. Correct
> the definition in INF file to fix this issue.
> 
> Cc: Abner Chang <Abner.Chang@amd.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
> ---
>  .../Library/ServerManagementLib/ServerManagementLib.inf       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> index 6e7702e0db33..5c5e8f6d48af 100644
> ---
> a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> nagementLib/ServerManagementLib.inf
> +++
> b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerMa
> +++ nagementLib/ServerManagementLib.inf
> @@ -1,6 +1,6 @@
>  ### @file
>  #
> -# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2023 - 2024, Intel Corporation. All rights
> +reserved.<BR>
>  #
>  # SPDX-License-Identifier: BSD-2-Clause-Patent  # @@ -17,7 +17,7 @@
>    LIBRARY_CLASS              = ServerManagementLib
> 
>  [Sources]
> -  ServerManagementELog.c
> +  ServerManagementElog.c
>    ServerManagementTime.c
> 
>  [Packages]
> --
> 2.29.2.windows.2
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114974): https://edk2.groups.io/g/devel/message/114974
Mute This Topic: https://groups.io/mt/103791804/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-01 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1705514596.git.wei6.xu@intel.com>
2024-01-17 18:12 ` [edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error Xu, Wei6
2024-01-18 23:13   ` Michael D Kinney
2024-01-30  6:27     ` Xu, Wei6
2024-02-01 22:52   ` Nate DeSimone
2024-02-01 22:55   ` Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox