Re: [edk2-devel] [edk2-platforms][PATCH v2 0/3] Silicon/Intel: Fix invalid DEBUG() macros

2022-10-24 Thread Nate DeSimone
s 100% obvious. Though, this series is relatively straightforward. v2 changes: - Applied debug macro suggestions in Nate's feedback Cc: Chasel Chiu Cc: Heng Luo Cc: Nate DeSimone Cc: Sai Chaganty Signed-off-by: Michael Kubacki Michael Kubacki (3): CoffeelakeSiliconPkg: Fix inv

Re: [edk2-devel] [edk2-platforms][PATCH v2 0/3] Silicon/Intel: Fix invalid DEBUG() macros

2022-10-24 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone -Original Message- From: mikub...@linux.microsoft.com Sent: Wednesday, October 12, 2022 7:16 AM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Luo, Heng ; Desimone, Nathaniel L ; Chaganty, Rangasai V Subject: [edk2-platforms][PATCH v2 0/3

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: FSP should support input UPD as NULL.

2022-10-24 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Chiu, Chasel Sent: Sunday, October 23, 2022 9:05 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2Pkg: FSP should support input UPD as NULL. REF: https

[edk2-devel] [PATCH V3] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe

2022-10-21 Thread Nate DeSimone
ng Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- .../X64/SaveLongModeContext.c | 24 --- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/SaveLongModeContext.c b/MdeModulePkg/Universal/CapsuleRunt

[edk2-devel] [PATCH V2] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe

2022-10-21 Thread Nate DeSimone
ng Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- .../X64/SaveLongModeContext.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/SaveLongModeContext.c b/MdeModulePkg/Universal/CapsuleRunt

[edk2-devel] [PATCH V1] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe

2022-10-21 Thread Nate DeSimone
ng Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- .../X64/SaveLongModeContext.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/SaveLongModeContext.c b/MdeModulePkg/Universal/CapsuleRunt

Re: [edk2-devel] [edk2-platforms][PATCH v1 2/3] KabylakeSiliconPkg: Fix invalid debug macros

2022-10-11 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > Kubacki > Sent: Tuesday, October 4, 2022 9:07 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Chaganty, Rangasai V > > Subject: [edk2-devel] [edk2

Re: [edk2-devel] [edk2-platforms][PATCH v1 3/3] TigerlakeSiliconPkg: Fix invalid debug macros

2022-10-11 Thread Nate DeSimone
k2-platforms][PATCH v1 3/3] TigerlakeSiliconPkg: Fix invalid > debug macros > > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4095 > > Updates several debug macros in TigerlakeSiliconPkg to correctly match print > specifiers to actual argum

Re: [edk2-devel] [edk2-platforms][PATCH v1 1/3] CoffeelakeSiliconPkg: Fix invalid debug macros

2022-10-11 Thread Nate DeSimone
Hi Michael, Please see feedback inline. Thanks, Nate > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > Kubacki > Sent: Tuesday, October 4, 2022 9:07 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Chaganty, Rangasai V > > Subject: [edk2-devel] [edk2-platforms]

Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/AcpiPlatform: Fix table install logic

2022-10-11 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Monday, October 10, 2022 2:41 PM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Desimone, Nathaniel L ; Chiu, Chasel Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/AcpiPlatform: Fix table

Re: [edk2-devel][edk2-platforms][PATCH V1 0/2] Platforms/Intel: Build fixes

2022-10-11 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Wednesday, September 14, 2022 11:40 AM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chaganty, Rangasai V ; Desimone, Nathaniel L ; Gao, Liming ; Chiu, Chasel ; Dong, Eric ; Benjamin Doron

Re: [edk2-devel] [PATCH] IntelFsp2WrapperPkg: Add header for PlatformMultiPhaseLib.

2022-10-04 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Chiu, Chasel Sent: Tuesday, October 4, 2022 1:34 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2WrapperPkg: Add header for PlatformMultiPhaseLib. REF: https

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Fix FspSecCoreI build failure.

2022-09-15 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Chiu, Chasel Sent: Wednesday, September 7, 2022 12:43 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2Pkg: Fix FspSecCoreI build failure. REF: https

Re: [edk2-devel][edk2-platforms][PATCH v1 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Hook-up HDMI debug port to build

2022-09-09 Thread Nate DeSimone
el L > ; Sinha, Ankit > Subject: [edk2-devel][edk2-platforms][PATCH v1 3/3] > KabylakeOpenBoardPkg/AspireVn7Dash572G: Hook-up HDMI debug port to > build > > HDMI port can be used with I2cHdmiDebugSerialPortLib, for debugging in all > phases. > > Cc: Chasel Chiu > Cc: Sai Ch

Re: [edk2-devel][edk2-platforms][PATCH v1 2/3] [WIP] KabylakeOpenBoardPkg/I2cHdmiDebugSerialPortLib: Commit local

2022-09-09 Thread Nate DeSimone
gt; threaded and testing indicates that simply consuming ..TplNull.c is workable. > > Also, GCC 12 requires a patch to a `switch` block that improved flow > coherency. > > Cc: Sai Chaganty > Cc: Isaac Oram > Cc: Nate DeSimone > Cc: Ankit Sinha > Cc

Re: [edk2-devel][edk2-platforms][PATCH v1 1/3] MinPlatformPkg,WhiskeylakeOpenBoardPkg/SecFspWrapperPlatformSecLib: First BoardInitLib

2022-09-09 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Benjamin Doron > Sent: Tuesday, September 6, 2022 10:27 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Oram, Isaac W > ; Desimone, Nathaniel L > ; Sinha, Ankit ; > Chiu, Chasel ; Gao, Liming &

Re: [edk2-devel][edk2-platforms][PATCH v1 0/3]

2022-09-09 Thread Nate DeSimone
Hi Benjamin, I have provided some comments for you on patches 2 and 3. In addition, please rebase this patch series with latest as there has been some changes since my initial patch series from June. Thanks, Nate > -Original Message- > From: devel@edk2.groups.io On Behalf Of > Benjami

Re: [edk2-devel][edk2-platforms][PATCH v1 1/3] MinPlatformPkg,WhiskeylakeOpenBoardPkg/SecFspWrapperPlatformSecLib: First BoardInitLib

2022-09-09 Thread Nate DeSimone
resently, DEBUG() works in SEC phase. Cc: Sai Chaganty Cc: Isaac Oram Cc: Nate DeSimone Cc: Ankit Sinha Cc: Chasel Chiu Cc: Liming Gao Cc: Eric Dong Signed-off-by: Benjamin Doron --- .../Library/SecFspWrapperPlatformSecLib/PlatformInit.c| 8 ++-- .../Library/SecFspWrapperPlatformSecLib

Re: [edk2-devel] [edk2-platforms] [PATCH V3 0/6] KabylakeOpenBoardPkg: HDMI DDC I2C Bus Debugging

2022-09-08 Thread Nate DeSimone
The series has been pushed as 5f9e175~.. 4b2a5f4 -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Thursday, September 8, 2022 6:07 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Chaganty, Rangasai V ; Oram, Isaac W ; Dong, Eric ; Gao, Liming ; Benjamin

[edk2-devel] [edk2-platforms] [PATCH V3 1/6] KabylakeOpenBoardPkg: Add HdmiDebugPchDetectionLib

2022-09-08 Thread Nate DeSimone
This library detects the type of PCH present on the system to the granualarity level needed to determine which GMBUS pins to use to access the HDMI DDC I2C bus. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate

[edk2-devel] [edk2-platforms] [PATCH V3 3/6] KabylakeOpenBoardPkg: Add HdmiDebugGpioInitLib

2022-09-08 Thread Nate DeSimone
Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 3 +- .../GalagoPro3/OpenBoardPkg.dsc | 3 +- .../Include/Library/HdmiDebugGpioInitLib.h| 26 +++ .../KabylakeRvp3/OpenBoardPkg.dsc | 3 +- .../HdmiDebugGpioInitLib.c

[edk2-devel] [edk2-platforms] [PATCH V3 5/6] MinPlatformPkg: Add PcdDefaultTerminalType support to SerialPortTerminalLib

2022-09-08 Thread Nate DeSimone
Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../SerialPortTerminalLib.c | 66 ++- .../SerialPortTerminalLib.h | 11 +++- .../SerialPortTerminalLib.inf | 17 - 3 files changed, 71 insertions(+), 23 deletions

[edk2-devel] [edk2-platforms] [PATCH V3 2/6] KabylakeOpenBoardPkg: Add I2cHdmiDebugSerialPortLib

2022-09-08 Thread Nate DeSimone
. Oddly, this makes it ideal for closed chassis debug. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkgPcd.dsc | 9 + .../GalagoPro3/OpenBoardPkgPcd.dsc

[edk2-devel] [edk2-platforms] [PATCH V3 4/6] KabylakeOpenBoardPkg: Add SecBoardInitLib

2022-09-08 Thread Nate DeSimone
Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../PeiAspireVn7Dash572GInitPreMemLib.c | 3 +- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 8 +++- .../BoardInitLib/PeiGalagoPro3InitPreMemLib.c | 13

[edk2-devel] [edk2-platforms] [PATCH V3 6/6] KabylakeOpenBoardPkg/GalagoPro3: Enable HDMI DDC Debug Port

2022-09-08 Thread Nate DeSimone
Enables usage of the HDMI DDC I2C Bus SerialPortLib implementation on the GalagoPro3 board. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../GalagoPro3/OpenBoardPkg.dsc | 74

[edk2-devel] [edk2-platforms] [PATCH V3 0/6] KabylakeOpenBoardPkg: HDMI DDC I2C Bus Debugging

2022-09-08 Thread Nate DeSimone
ee this in action, I made a short YouTube video: https://www.youtube.com/watch?v=xe7cFhRsr80 Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Eric Dong Cc: Liming Gao Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone Nate DeSimone (6): Kabyl

[edk2-devel] [edk2-platforms] [PATCH V2 5/5] KabylakeOpenBoardPkg/GalagoPro3: Enable HDMI DDC Debug Port

2022-09-06 Thread Nate DeSimone
Enables usage of the HDMI DDC I2C Bus SerialPortLib implementation on the GalagoPro3 board. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../GalagoPro3/OpenBoardPkg.dsc | 74

[edk2-devel] [edk2-platforms] [PATCH V2 3/5] KabylakeOpenBoardPkg: Add SecBoardInitLib

2022-09-06 Thread Nate DeSimone
Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../PeiAspireVn7Dash572GInitPreMemLib.c | 3 +- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 8 +++- .../BoardInitLib/PeiGalagoPro3InitPreMemLib.c | 13

[edk2-devel] [edk2-platforms] [PATCH V2 4/5] MinPlatformPkg: Add PcdDefaultTerminalType support to SerialPortTerminalLib

2022-09-06 Thread Nate DeSimone
Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../SerialPortTerminalLib.c | 66 ++- .../SerialPortTerminalLib.h | 11 +++- .../SerialPortTerminalLib.inf | 17 - 3 files changed, 71 insertions(+), 23 deletions

[edk2-devel] [edk2-platforms] [PATCH V2 2/5] KabylakeOpenBoardPkg: Add HdmiDebugGpioInitLib

2022-09-06 Thread Nate DeSimone
Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 3 +- .../GalagoPro3/OpenBoardPkg.dsc | 3 +- .../Include/Library/HdmiDebugGpioInitLib.h| 26 +++ .../KabylakeRvp3/OpenBoardPkg.dsc | 3 +- .../HdmiDebugGpioInitLib.c

[edk2-devel] [edk2-platforms] [PATCH V2 1/5] KabylakeOpenBoardPkg: Add I2cHdmiDebugSerialPortLib

2022-09-06 Thread Nate DeSimone
. Oddly, this makes it ideal for closed chassis debug. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkgPcd.dsc | 9 + .../GalagoPro3/OpenBoardPkgPcd.dsc

[edk2-devel] [edk2-platforms] [PATCH V2 0/5] KabylakeOpenBoardPkg: HDMI DDC I2C Bus Debugging

2022-09-06 Thread Nate DeSimone
C Serial Debug. This firmware is available from: https://github.com/nate-desimone/Bus_Pirate This firmware interfaces with the I2C Bus and forwards traffic from it to the FTDI USB Serial Adapter that is integrated with the BusPirate. In combination, this results in the HDMI port appearing to f

Re: [edk2-devel] [edk2-platforms: PATCH v2] MinPlatformPkg: Add FSP 2.4 MultiPhase library.

2022-09-01 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Thursday, September 1, 2022 4:55 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Oram, Isaac W > ; Gao, Liming ; > Dong, Eric > Subject: [edk2-platform

Re: [edk2-devel] [PATCH 11/24] IntelFsp2WrapperPkg: Remove duplicated words

2022-09-01 Thread Nate DeSimone
L > > Subject: [edk2-devel] [PATCH 11/24] IntelFsp2WrapperPkg: Remove > duplicated words > > From: Pierre Gondois > > In an effort to clean the documentation of the above package, remove > duplicated words. > > Cc: Chasel Chiu > Cc: Nate DeSimone > Si

Re: [edk2-devel] [PATCH] IntelFsp2WrapperPkg: Rename PlatformMultiPhaseLibSample.

2022-09-01 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Wednesday, August 31, 2022 11:00 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH] IntelFsp2WrapperPkg: Rename > PlatformMulti

Re: [edk2-devel] [PATCH 11/24] IntelFsp2WrapperPkg: Remove duplicated words

2022-09-01 Thread Nate DeSimone
Good catch! Reviewed-by: Nate DeSimone > -Original Message- > From: devel@edk2.groups.io On Behalf Of > PierreGondois > Sent: Tuesday, August 23, 2022 9:00 AM > To: devel@edk2.groups.io > Cc: Pierre Gondois ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject

Re: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-08-31 Thread Nate DeSimone
Hi Isaac, Good cleanup! For the series... Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Friday, July 22, 2022 11:46 AM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chiu, Chasel ; Desimone, Nathaniel L ; Gao, Liming ; Dong, Eric ; Chaganty, Rangasai V

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/1] MinPlatformPkg: Add FspNvsBuffer compression option

2022-08-31 Thread Nate DeSimone
option > > From: Michael Kubacki > > Adds a PCD called "PcdEnableCompressedFspNvsBuffer" that allows the > "FspNvsBuffer" UEFI variable data to be saved as compressed data. > > Especially due to the nature of the data saved in this variable, it > compr

Re: [edk2-devel] [PATCH v2 4/4] IntelFsp2WrapperPkg: Implement FSP 2.4 MultiPhase wrapper handlers.

2022-08-30 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Tuesday, August 9, 2022 5:48 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH v2 4/4] IntelFsp2WrapperPkg: Implement FSP 2.4

Re: [edk2-devel] [PATCH v2 3/4] IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions.

2022-08-30 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Tuesday, August 9, 2022 5:48 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH v2 3/4] IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase funct

Re: [edk2-devel] [PATCH v2 2/4] IntelFsp2WrapperPkg: Add FSP 2.4 MultiPhase interface.

2022-08-30 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Tuesday, August 9, 2022 5:48 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH v2 2/4] IntelFsp2WrapperPkg: Add FSP 2.4 MultiPhase

Re: [edk2-devel] [PATCH v2 1/4] IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface.

2022-08-30 Thread Nate DeSimone
face. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916 > > Provide FSP 2.4 MultiPhase interface and scripts support. > > Cc: Nate DeSimone > Cc: Star Zeng > Signed-off-by: Chasel Chiu > --- > IntelFsp2Pkg/Library/

Re: [edk2-devel] [PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase.

2022-08-30 Thread Nate DeSimone
... Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Tuesday, August 9, 2022 5:48 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiP

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/1] MinPlatformPkg: Add FspNvsBuffer compression option

2022-08-23 Thread Nate DeSimone
default value is FALSE to keep default behavior consistent. Decompression can be performed on the variable data using the standard UefiDecompressLib. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki --- Notes: v2: Rebase ont

Re: [edk2-devel] [PATCH 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase.

2022-08-04 Thread Nate DeSimone
Support FSP 2.4 MultiPhase. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916 Add FSP 2.4 MultiPhase interfaces and implementation. Cc: Nate DeSimone mailto:nathaniel.l.desim...@intel.com>> Cc: Star Zeng mailto:star.z...@intel.com>> Signed-off-by: Chasel Chiu mailto:chasel.c...@int

Re: [edk2-devel] [PATCH v4] IntelFsp2Pkg: Add FSPI_ARCH_UPD.

2022-07-22 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Chiu, Chasel Sent: Friday, July 22, 2022 10:49 AM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH v4] IntelFsp2Pkg: Add FSPI_ARCH_UPD. REF: https://bugzilla.tianocore.org/show_bug.cgi

Re: [edk2-devel] [PATCH v3] IntelFsp2Pkg: Add FSPI_ARCH_UPD.

2022-07-22 Thread Nate DeSimone
SPI_ARCH_UPD, FSP_GLOBAL_DATA_VERSION bumpping up, > and some comments for clarification. > Also fixed a bug in SplitFspBin.py for FSP-I support. > > Cc: Nate DeSimone > Cc: Star Zeng > Signed-off-by: Chasel Chiu > --- > IntelFsp2Pkg/Include/FspEas/FspApi.h | 71 &

Re: [edk2-devel][edk2-platforms][PATCH V1 0/5] Resolve GCC compilation warnings

2022-07-20 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone > -Original Message- > From: Oram, Isaac W > Sent: Thursday, June 30, 2022 5:14 PM > To: devel@edk2.groups.io > Cc: Oram, Isaac W ; Desimone, Nathaniel L > ; Gao, Liming > ; Chiu, Chasel > Subject: [edk2-devel][edk2

Re: [edk2-devel] [PATCH v2] IntelFsp2Pkg: Add FSPI_ARCH_UPD.

2022-07-20 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Wednesday, July 20, 2022 2:05 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH v2] IntelFsp2Pkg: Add FSPI_ARCH

Re: [edk2-devel][edk2-platforms][PATCH V2 0/2] Add MinPlatformPkg NOOPT build option

2022-07-20 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone > -Original Message- > From: Oram, Isaac W > Sent: Tuesday, July 19, 2022 12:43 PM > To: devel@edk2.groups.io > Cc: Oram, Isaac W ; Chiu, Chasel > ; Desimone, Nathaniel L > ; Gao, Liming > ; Dong, Eric > Subject:

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Add FSPI_ARCH_UPD.

2022-07-20 Thread Nate DeSimone
PI_ARCH_UPD. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3993 > > Adding the missing FSPI_ARCH_UPD, FSP_GLOBAL_DATA_VERSION bumpping up, > and some comments for clarification. > > Cc: Nate DeSimone > Cc: Star Zeng > Signed-off-by: Chasel Chiu &g

Re: [edk2-devel][edk2-platforms][PATCH V2 1/1] MinPlatformPkg: Add missing FV PCD

2022-07-19 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Monday, July 18, 2022 5:15 PM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chiu, Chasel ; Desimone, Nathaniel L ; Dong, Eric ; Gao, Liming Subject: [edk2-devel][edk2-platforms][PATCH V2 1/1] MinPlatformPkg: Add

Re: [edk2-devel] [PATCH v2] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.

2022-07-19 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Chiu, Chasel Sent: Tuesday, July 19, 2022 10:09 AM To: devel@edk2.groups.io Cc: Zhang, Hongbin1 ; Desimone, Nathaniel L ; Zeng, Star ; Chiu, Chasel Subject: [PATCH v2] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support. From

Re: [edk2-devel] [PATCH 0/2] Support 64bit FspResetType in X64 build.

2022-07-19 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Monday, July 18, 2022 9:42 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: [PATCH 0/2] Support 64bit FspResetType i

Re: [edk2-devel] [PATCH v2 0/2] MinPlatformPkg: FspResetType support for X64 build.

2022-07-19 Thread Nate DeSimone
For the series... Reviewed-by: Nate DeSimone > -Original Message- > From: Chiu, Chasel > Sent: Monday, July 18, 2022 5:37 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Oram, Isaac W > ; Gao, Liming ; > Dong, Eric > Subject: [P

Re: [edk2-devel] [PATCH 0/2] MinPlatformPkg: FspResetType support for X64 build.

2022-07-18 Thread Nate DeSimone
the support for 64bit build. > > Cc: Nate DeSimone > Cc: Isaac Oram > Cc: Liming Gao > Cc: Eric Dong > Signed-off-by: Chasel Chiu > > Chasel Chiu (2): > MinPlatformPkg/FspWrapper: FspResetType support for X64 build. > WhitleySiliconPkg: FspResetType suppo

Re: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.

2022-07-18 Thread Nate DeSimone
Sent: Monday, July 18, 2022 2:50 PM To: edk2-devel-groups-io ; Desimone, Nathaniel L Cc: Chiu, Chasel ; Zhang, Hongbin1 ; Zeng, Star Subject: Re: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support. On Mon, Jul 18, 2022 at 10:40 PM Nate DeSimone

Re: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.

2022-07-18 Thread Nate DeSimone
el > Subject: [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support. > > From: Hongbin1 Zhang > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3993 > Add FSP-I API entry point for SMM support. > > Cc: Nate DeSimone > Cc: Star Zeng > Signed-o

Re: [edk2-devel] [PATCH] Maintainers.txt: Add IntelFsp2*Pkg Maintainer

2022-07-18 Thread Nate DeSimone
Pushed: https://github.com/tianocore/edk2/commit/586b4a1 -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Monday, July 18, 2022 1:28 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Andrew Fish ; Leif Lindholm ; Kinney, Michael D Subject: [edk2-devel

Re: [edk2-devel] [PATCH V1] IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-07-18 Thread Nate DeSimone
Pushed: https://github.com/tianocore/edk2/commit/c966204 -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Monday, July 18, 2022 1:17 PM To: devel@edk2.groups.io Cc: Chiu, Chasel Subject: [edk2-devel] [PATCH V1] IntelFsp2Pkg: Add Definition of

[edk2-devel] [PATCH] Maintainers.txt: Add IntelFsp2*Pkg Maintainer

2022-07-18 Thread Nate DeSimone
Cc: Chasel Chiu Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- Maintainers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index bc08ce1f15..7893c0d09f 100644 --- a/Maintainers.txt +++ b

[edk2-devel] [PATCH V1] IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-07-18 Thread Nate DeSimone
Adds definition of EDKII_PEI_VARIABLE_PPI. Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- IntelFsp2Pkg/Include/Ppi/Variable.h | 195 IntelFsp2Pkg/IntelFsp2Pkg.dec | 8 +- 2 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 IntelFsp2Pkg

[edk2-devel] Alder Lake FSP Released

2022-06-28 Thread Nate DeSimone
Hi All, Intel is pleased to announce that Alder Lake FSP is now available at https://github.com/intel/FSP. With Best Regards, Nate -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#90827): https://edk2.groups.io/g/devel/message/90827 Mu

Re: [edk2-devel] Clarification of Memory management in PEI phase

2022-06-22 Thread Nate DeSimone
Hi Ayush, For your work to make Rust run in PEI I would recommend writing a generic heap manager that uses the PEI services AllocatePage() and FreePage(). PEI does allow you to truly free up memory but only when allocated in 4KB increments. Your heap manager can allow the Rust program to go to

Re: [edk2-devel] [edk2-platforms] [PATCH V1 4/5] BoardModulePkg: Add BdsSerialPortTerminalLib

2022-06-22 Thread Nate DeSimone
Nate -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Friday, June 17, 2022 9:06 PM To: devel@edk2.groups.io Cc: Dong, Eric ; Oram, Isaac W ; Gao, Liming ; Chaganty, Rangasai V ; Benjamin Doron ; Kubacki, Michael ; Soller, Jeremy Subject: [edk2-devel]

[edk2-devel] [edk2-platforms] [PATCH V1 4/5] BoardModulePkg: Add BdsSerialPortTerminalLib

2022-06-17 Thread Nate DeSimone
: Eric Dong Cc: Isaac Oram Cc: Liming Gao Cc: Sai Chaganty Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../Intel/BoardModulePkg/BoardModulePkg.dsc | 3 +- .../BdsSerialPortTerminalLib.c| 114

[edk2-devel] [edk2-platforms] [PATCH V1 5/5] KabylakeOpenBoardPkg/GalagoPro3: Enable HDMI DDC Debug Port

2022-06-17 Thread Nate DeSimone
Enables usage of the HDMI DDC I2C Bus SerialPortLib implementation on the GalagoPro3 board. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../GalagoPro3/OpenBoardPkg.dsc | 78

[edk2-devel] [edk2-platforms] [PATCH V1 2/5] KabylakeOpenBoardPkg: Add HdmiDebugGpioInitLib

2022-06-17 Thread Nate DeSimone
Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 3 +- .../GalagoPro3/OpenBoardPkg.dsc | 3 +- .../Include/Library/HdmiDebugGpioInitLib.h| 26 +++ .../KabylakeRvp3/OpenBoardPkg.dsc | 3 +- .../HdmiDebugGpioInitLib.c

[edk2-devel] [edk2-platforms] [PATCH V1 1/5] KabylakeOpenBoardPkg: Add I2cHdmiDebugSerialPortLib

2022-06-17 Thread Nate DeSimone
. Oddly, this makes it ideal for closed chassis debug. Cc: Chasel Chiu Cc: Sai Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkgPcd.dsc | 9 + .../GalagoPro3/OpenBoardPkgPcd.dsc

[edk2-devel] [edk2-platforms] [PATCH V1 0/5] KabylakeOpenBoardPkg: HDMI DDC I2C Bus Debugging

2022-06-17 Thread Nate DeSimone
ith HDMI routed to a discrete GPU. In order to use this implementation, one will also need a BusPirate programmed with Nate's Custom Bus Pirate FW for I2C Serial Debug. This firmware is available from: https://github.com/nate-desimone/Bus_Pirate This firmware interfaces with the I2C Bus

[edk2-devel] [edk2-platforms] [PATCH V1 3/5] KabylakeOpenBoardPkg: Add SecBoardInitLib

2022-06-17 Thread Nate DeSimone
Chaganty Cc: Isaac Oram Cc: Benjamin Doron Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../PeiAspireVn7Dash572GInitPreMemLib.c | 3 +- .../AspireVn7Dash572G/OpenBoardPkg.dsc| 8 +++- .../BoardInitLib/PeiGalagoPro3InitPreMemLib.c | 13

Re: [edk2-devel] [PATCH V1 1/1] MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-06-13 Thread Nate DeSimone
IABLE_PPI > > > > Is this change just adding the interface to Tianocore or is there > > additional implementation planned as well? > > > > --- > > > > I thought we were following this convention now: > > > > "#ifndef __PEI_VARIABLE_PPI_H_&q

Re: [edk2-devel] [PATCH V1 1/1] MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-06-10 Thread Nate DeSimone
there > additional implementation planned as well? > > --- > > I thought we were following this convention now: > > "#ifndef __PEI_VARIABLE_PPI_H_" -> "#ifndef PEI_VARIABLE_PPI_H_" > > Some other comments are inline. > > Regards, > Michael

[edk2-devel] [PATCH V2 1/1] MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-06-10 Thread Nate DeSimone
Adds definition of EDKII_PEI_VARIABLE_PPI, a pre-cursor to enabling variable writes in the PEI environment. Cc: Jian J Wang Cc: Liming Gao Cc: Michael D Kinney Cc: Isaac Oram Cc: Chasel Chiu Cc: Gao Cheng Cc: Di Zhang Cc: Daocheng Bu Cc: Michael Kubacki Signed-off-by: Nate DeSimone

[edk2-devel] [PATCH V2 0/1] Add EDKII_PEI_VARIABLE_PPI

2022-06-10 Thread Nate DeSimone
o provide input the on new architectural PPI. Cc: Jian J Wang Cc: Liming Gao Cc: Michael D Kinney Cc: Isaac Oram Cc: Chasel Chiu Cc: Gao Cheng Cc: Di Zhang Cc: Daocheng Bu Cc: Michael Kubacki Signed-off-by: Nate DeSimone Nathaniel L Desimone (1): MdeModulePkg: Add Definition of EDKII_P

Re: [edk2-devel] [PATCH V1 1/1] MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-06-10 Thread Nate DeSimone
n now: "#ifndef __PEI_VARIABLE_PPI_H_" -> "#ifndef PEI_VARIABLE_PPI_H_" Some other comments are inline. Regards, Michael On 6/9/2022 9:17 PM, Nate DeSimone wrote: > Adds definition of EDKII_PEI_VARIABLE_PPI, a pre-cursor to enabling > variable writes in the PEI envir

[edk2-devel] [PATCH V1 1/1] MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI

2022-06-09 Thread Nate DeSimone
Adds definition of EDKII_PEI_VARIABLE_PPI, a pre-cursor to enabling variable writes in the PEI environment. Cc: Jian J Wang Cc: Liming Gao Cc: Michael D Kinney Cc: Isaac Oram Cc: Chasel Chiu Cc: Gao Cheng Cc: Di Zhang Cc: Daocheng Bu Cc: Michael Kubacki Signed-off-by: Nate DeSimone

[edk2-devel] [PATCH V1 0/1] Add EDKII_PEI_VARIABLE_PPI

2022-06-09 Thread Nate DeSimone
l PPI. Cc: Jian J Wang Cc: Liming Gao Cc: Michael D Kinney Cc: Isaac Oram Cc: Chasel Chiu Cc: Gao Cheng Cc: Di Zhang Cc: Daocheng Bu Cc: Michael Kubacki Signed-off-by: Nate DeSimone Nate DeSimone (1): MdeModulePkg: Add Definition of EDKII_PEI_VARIABLE_PPI MdeModulePkg/Include/Ppi/Varia

Re: [edk2-devel] [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg/GalagoPro3: Add FSP Dispatch Mode PCDs

2022-06-09 Thread Nate DeSimone
Pushed: https://github.com/tianocore/edk2-platforms/commit/499011f -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Monday, June 6, 2022 4:09 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Sinha, Ankit ; Kubacki, Michael ; Soller, Jeremy Subject: [edk2

Re: [edk2-devel] [edk2-platforms] [PATCH V2 0/4] Enable CPU pwr mgmt in FADT for Intel client boards

2022-06-09 Thread Nate DeSimone
The series has been pushed as ~af3727a..19d3b5d -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Monday, June 6, 2022 4:17 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Sinha, Ankit ; Chaganty, Rangasai V ; Kubacki, Michael ; Luo, Heng ; Kethi Reddy

Re: [edk2-devel] [PATCH V2 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package

2022-06-09 Thread Nate DeSimone
Pushed: https://github.com/tianocore/edk2-platforms/commit/f427247 -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Tuesday, June 7, 2022 4:23 PM To: devel@edk2.groups.io Cc: Sinha, Ankit ; Chiu, Chasel ; Gao, Liming ; Dong, Eric ; Kubacki, Michael

Re: [edk2-devel] [PATCH V2 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package

2022-06-09 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Tuesday, June 7, 2022 4:23 PM To: devel@edk2.groups.io Cc: Sinha, Ankit ; Chiu, Chasel ; Gao, Liming ; Dong, Eric ; Kubacki, Michael Subject: [edk2-devel] [PATCH V2 1/1

Re: [edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout

2022-06-08 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Tuesday, June 7, 2022 4:49 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Chiu, Chasel Subject: [edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout V2

Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] Maintainters.txt: Add Platform and Silicon Intel maintainers

2022-06-08 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Tuesday, June 7, 2022 7:33 PM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Leif Lindholm ; Kinney, Michael D ; Chaganty, Rangasai V ; Desimone, Nathaniel L Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1

[edk2-devel] [PATCH V2 1/1] MinPlatformPkg: Add PCDs to update FADT entries from board package

2022-06-07 Thread Nate DeSimone
From: Ankit Sinha Adds new PCDs to allow entries in FADT to be customized during platform integration. Board packages will can update these PCDs during boot. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Cc: Michael Kubacki Signed-off-by: Ankit Sinha --- Platform/Intel

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

2022-06-07 Thread Nate DeSimone
t; ; KARPAGAVINAYAGAM, MANICKAVASAKAM > > Subject: [edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg/JunctionCity : > Enabled Network and IPMI features for JunctionCity > > Cc: Isaac Oram > Cc: Nate DeSimone > Cc: Harikrishna Doppalapudi > Cc: Manickavasakam Karpagavinayag

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

2022-06-07 Thread Nate DeSimone
Reviewed-by: Nate DeSimone > -Original Message- > From: Sureshkumar Ponnusamy > Sent: Wednesday, May 25, 2022 8:32 PM > To: devel@edk2.groups.io > Cc: Oram, Isaac W ; Desimone, Nathaniel L > ; DOPPALAPUDI, HARIKRISHNA > ; KARPAGAVINAYAGAM, MANICKAVASAKAM > &g

Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout

2022-06-07 Thread Nate DeSimone
] > WhitleySiliconPkg/PchPolicyPpi: Fix binary structure layout > > Disambiguate the PCH_DMI_CONFIG and PCH_TRACE_HUB_CONFIG > structure definitions such that compilers generate same binary layouts. > > Cc: Nate DeSimone > Cc: Chasel Chiu > Signed-off-by: Isaac Oram > --- >

Re: [edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf

2022-06-07 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Monday, May 23, 2022 4:05 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Chiu, Chasel Subject: [edk2-devel][edk2-platforms][PATCH V2 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf Compressing

[edk2-devel] [edk2-platforms] [PATCH V2 2/4] WhiskeylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Chasel Chiu Cc: Michael Kubacki Signed-off-by: Nate DeSimone --- .../WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc | 9 - .../WhiskeylakeURvp

[edk2-devel] [edk2-platforms] [PATCH V2 4/4] TigerlakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Sai Chaganty Cc: Michael Kubacki Cc: Heng Luo Signed-off-by: Nate DeSimone --- .../TigerlakeURvp/OpenBoardPkgPcd.dsc | 10 +- 1

[edk2-devel] [edk2-platforms] [PATCH V2 3/4] CometlakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Chasel Chiu Cc: Michael Kubacki Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Signed-off-by: Nate DeSimone

[edk2-devel] [edk2-platforms] [PATCH V2 0/4] Enable CPU pwr mgmt in FADT for Intel client boards

2022-06-06 Thread Nate DeSimone
platforms. Cc: Chasel Chiu Cc: Ankit Sinha Cc: Sai Chaganty Cc: Michael Kubacki Cc: Heng Luo Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Cc: Benjamin Doron Cc: Jeremy Soller Signed-off-by: Nate DeSimone Nate DeSimone (4): KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in

Re: [edk2-devel] [edk2-platforms] [PATCH V1 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
, Jeremy Subject: Re: [edk2-devel] [edk2-platforms] [PATCH V1 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT It seems the FSP changes should at least be in a separate commit even if a part of this overall series. Regards, Michael On 6/6/2022 6:50 PM, Nate DeSimone wrote: >

[edk2-devel] [edk2-platforms] [PATCH V2 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Chasel Chiu Cc: Michael Kubacki Cc: Benjamin Doron Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../AspireVn7Dash572G/OpenBoardPkgPcd.dsc

[edk2-devel] [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg/GalagoPro3: Add FSP Dispatch Mode PCDs

2022-06-06 Thread Nate DeSimone
Adds missing FSP dispatch mode PCDs to the Galago Pro 3. Cc: Chasel Chiu Cc: Ankit Sinha Cc: Michael Kubacki Cc: Jeremy Soller Signed-off-by: Nate DeSimone --- .../GalagoPro3/OpenBoardPkgPcd.dsc| 46 +-- 1 file changed, 42 insertions(+), 4 deletions(-) diff

[edk2-devel] [edk2-platforms] [PATCH V1 2/4] WhiskeylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Chasel Chiu Cc: Ankit Sinha Cc: Michael Kubacki Signed-off-by: Nate DeSimone --- .../WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc | 9

[edk2-devel] [edk2-platforms] [PATCH V1 4/4] TigerlakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Sai Chaganty Cc: Ankit Sinha Cc: Michael Kubacki Cc: Heng Luo Signed-off-by: Nate DeSimone --- .../TigerlakeURvp/OpenBoardPkgPcd.dsc | 10

[edk2-devel] [edk2-platforms] [PATCH V1 1/4] KabylakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Merged missing PCD settings into GalagoPro3 Cc: Chasel Chiu Cc: Ankit Sinha Cc: Michael Kubacki Cc: Benjamin Doron Cc: Jeremy Soller Signed-off-by: Nate

[edk2-devel] [edk2-platforms] [PATCH V1 3/4] CometlakeOpenBoardPkg: Indicate width of CLK duty cycle in FADT

2022-06-06 Thread Nate DeSimone
Set the location of the DUTY_CYCLE field in the P_CNT register and indicate the width of the clock duty cycle to OS power management Cc: Chasel Chiu Cc: Ankit Sinha Cc: Michael Kubacki Cc: Sai Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Signed-off-by: Nate DeSimone

<    1   2   3   4   5   6   7   8   9   10   >