[edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity

Sureshkumar Ponnusamy via groups.io posted 1 patch 1 year, 11 months ago
Failed in applying to current master (apply log)
Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
[edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
Posted by Sureshkumar Ponnusamy via groups.io 1 year, 11 months ago
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>

Signed-off-by: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
---
 Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
index 4a2a963c28..8cedbaccee 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
+++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
@@ -3,7 +3,7 @@
 #

 # @copyright

 # Copyright 2008 - 2021 Intel Corporation. <BR>

-# Copyright (c) 2021, American Megatrends International LLC. <BR>

+# Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>

 #

 # SPDX-License-Identifier: BSD-2-Clause-Patent

 ##

@@ -17,7 +17,7 @@
   PEI_ARCH                            = IA32

   DXE_ARCH                            = X64

 

-  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc

+  !include WhitleyOpenBoardPkg/PlatformPkg.dsc

 

 [PcdsFixedAtBuild]

   gMinPlatformPkgTokenSpaceGuid.PcdBootStage|6

@@ -32,7 +32,6 @@
 !endif

 

   !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc

-  !include WhitleyOpenBoardPkg/PlatformPkg.dsc

 

 [Defines]

   BOARD_NAME                = JunctionCity

--
2.31.0.windows.1


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90032): https://edk2.groups.io/g/devel/message/90032
Mute This Topic: https://groups.io/mt/91347881/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
Posted by Nate DeSimone 1 year, 11 months ago
Pushed: https://github.com/tianocore/edk2-platforms/commit/b98dfd5

> -----Original Message-----
> From: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
> Sent: Wednesday, May 25, 2022 8:32 PM
> To: devel@edk2.groups.io
> Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; DOPPALAPUDI, HARIKRISHNA
> <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM
> <manickavasakamk@ami.com>
> Subject: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity :
> Enabled Network and IPMI features for JunctionCity
> 
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
> Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>
> 
> Signed-off-by: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
> ---
>  Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++--
> -
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git
> a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> index 4a2a963c28..8cedbaccee 100644
> --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> +++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> @@ -3,7 +3,7 @@
>  #
> 
>  # @copyright
> 
>  # Copyright 2008 - 2021 Intel Corporation. <BR>
> 
> -# Copyright (c) 2021, American Megatrends International LLC. <BR>
> 
> +# Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>
> 
>  #
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  ##
> 
> @@ -17,7 +17,7 @@
>    PEI_ARCH                            = IA32
> 
>    DXE_ARCH                            = X64
> 
> 
> 
> -  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
> 
> +  !include WhitleyOpenBoardPkg/PlatformPkg.dsc
> 
> 
> 
>  [PcdsFixedAtBuild]
> 
>    gMinPlatformPkgTokenSpaceGuid.PcdBootStage|6
> 
> @@ -32,7 +32,6 @@
>  !endif
> 
> 
> 
>    !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc
> 
> -  !include WhitleyOpenBoardPkg/PlatformPkg.dsc
> 
> 
> 
>  [Defines]
> 
>    BOARD_NAME                = JunctionCity
> 
> --
> 2.31.0.windows.1
> 
> 
> Please consider the environment before printing this email.
> 
> The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI).  This communication is intended
> to be read only by the individual or entity to whom it is addressed or by their
> designee. If the reader of this message is not the intended recipient, you are
> on notice that any distribution of this message, in any form, is strictly
> prohibited.  Please promptly notify the sender by reply e-mail or by
> telephone at 770-246-8600, and then delete or destroy all copies of the
> transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90304): https://edk2.groups.io/g/devel/message/90304
Mute This Topic: https://groups.io/mt/91347881/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
Posted by Nate DeSimone 1 year, 11 months ago
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
> Sent: Wednesday, May 25, 2022 8:32 PM
> To: devel@edk2.groups.io
> Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; DOPPALAPUDI, HARIKRISHNA
> <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM
> <manickavasakamk@ami.com>
> Subject: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity :
> Enabled Network and IPMI features for JunctionCity
> 
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
> Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>
> 
> Signed-off-by: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
> ---
>  Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++--
> -
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git
> a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> index 4a2a963c28..8cedbaccee 100644
> --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> +++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
> @@ -3,7 +3,7 @@
>  #
> 
>  # @copyright
> 
>  # Copyright 2008 - 2021 Intel Corporation. <BR>
> 
> -# Copyright (c) 2021, American Megatrends International LLC. <BR>
> 
> +# Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>
> 
>  #
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  ##
> 
> @@ -17,7 +17,7 @@
>    PEI_ARCH                            = IA32
> 
>    DXE_ARCH                            = X64
> 
> 
> 
> -  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
> 
> +  !include WhitleyOpenBoardPkg/PlatformPkg.dsc
> 
> 
> 
>  [PcdsFixedAtBuild]
> 
>    gMinPlatformPkgTokenSpaceGuid.PcdBootStage|6
> 
> @@ -32,7 +32,6 @@
>  !endif
> 
> 
> 
>    !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc
> 
> -  !include WhitleyOpenBoardPkg/PlatformPkg.dsc
> 
> 
> 
>  [Defines]
> 
>    BOARD_NAME                = JunctionCity
> 
> --
> 2.31.0.windows.1
> 
> 
> Please consider the environment before printing this email.
> 
> The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI).  This communication is intended
> to be read only by the individual or entity to whom it is addressed or by their
> designee. If the reader of this message is not the intended recipient, you are
> on notice that any distribution of this message, in any form, is strictly
> prohibited.  Please promptly notify the sender by reply e-mail or by
> telephone at 770-246-8600, and then delete or destroy all copies of the
> transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90302): https://edk2.groups.io/g/devel/message/90302
Mute This Topic: https://groups.io/mt/91347881/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
Posted by Oram, Isaac W 1 year, 11 months ago
Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>

-----Original Message-----
From: Sureshkumar Ponnusamy <sureshkumarp@ami.com> 
Sent: Wednesday, May 25, 2022 8:32 PM
To: devel@edk2.groups.io
Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM <manickavasakamk@ami.com>
Subject: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity

Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>

Signed-off-by: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
---
 Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
index 4a2a963c28..8cedbaccee 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
+++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
@@ -3,7 +3,7 @@
 #

 # @copyright

 # Copyright 2008 - 2021 Intel Corporation. <BR>

-# Copyright (c) 2021, American Megatrends International LLC. <BR>

+# Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>

 #

 # SPDX-License-Identifier: BSD-2-Clause-Patent

 ##

@@ -17,7 +17,7 @@
   PEI_ARCH                            = IA32

   DXE_ARCH                            = X64

 

-  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc

+  !include WhitleyOpenBoardPkg/PlatformPkg.dsc

 

 [PcdsFixedAtBuild]

   gMinPlatformPkgTokenSpaceGuid.PcdBootStage|6

@@ -32,7 +32,6 @@
 !endif

 

   !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc

-  !include WhitleyOpenBoardPkg/PlatformPkg.dsc

 

 [Defines]

   BOARD_NAME                = JunctionCity

-- 
2.31.0.windows.1


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90060): https://edk2.groups.io/g/devel/message/90060
Mute This Topic: https://groups.io/mt/91347881/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity
Posted by manickavasakam karpagavinayagam via groups.io 1 year, 11 months ago
Suresh :

Next time when sending the changes, please mention the changes in summary

Ex :  Changes done to enable network & IPMI features in JunctionCity.

Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>

Thank you

-Manic

-----Original Message-----
From: Oram, Isaac W <isaac.w.oram@intel.com>
Sent: Thursday, May 26, 2022 11:22 AM
To: Sureshkumar Ponnusamy <sureshkumarp@ami.com>; devel@edk2.groups.io
Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Harikrishna Doppalapudi <Harikrishnad@ami.com>; Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>
Subject: [EXTERNAL] RE: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity


**CAUTION: The e-mail below is from an external source. Please exercise caution before opening attachments, clicking links, or following guidance.**

Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>

-----Original Message-----
From: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
Sent: Wednesday, May 25, 2022 8:32 PM
To: devel@edk2.groups.io
Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM <manickavasakamk@ami.com>
Subject: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : Enabled Network and IPMI features for JunctionCity

Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>

Signed-off-by: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
---
 Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
index 4a2a963c28..8cedbaccee 100644
--- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
+++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc
@@ -3,7 +3,7 @@
 #

 # @copyright

 # Copyright 2008 - 2021 Intel Corporation. <BR>

-# Copyright (c) 2021, American Megatrends International LLC. <BR>

+# Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>

 #

 # SPDX-License-Identifier: BSD-2-Clause-Patent

 ##

@@ -17,7 +17,7 @@
   PEI_ARCH                            = IA32

   DXE_ARCH                            = X64



-  !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc

+  !include WhitleyOpenBoardPkg/PlatformPkg.dsc



 [PcdsFixedAtBuild]

   gMinPlatformPkgTokenSpaceGuid.PcdBootStage|6

@@ -32,7 +32,6 @@
 !endif



   !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc

-  !include WhitleyOpenBoardPkg/PlatformPkg.dsc



 [Defines]

   BOARD_NAME                = JunctionCity

--
2.31.0.windows.1


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


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