Thanks for the information Leif. Zhichao, I have created the PR https://github.com/tianocore/edk2/pull/5151 for this change and it has passed all tests. Please provide the push label. Thanks Ashish ________________________________ From: Gao, Zhichao Sent: Monday, January 22, 2024 7:01 AM To: Leif Lindholm ; devel@edk2.groups.io ; Ashish Singhal ; gaoliming@byosoft.com.cn ; Jeff Brasen ; Kinney, Michael D ; afish@apple.com Subject: RE: [edk2-devel] [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print Reset Data External email: Use caution opening links or attachments Reviewed-by: Zhichao Gao Thanks, Zhichao > -----Original Message----- > From: Leif Lindholm > Sent: Saturday, January 20, 2024 2:38 AM > To: devel@edk2.groups.io; ashishsingha@nvidia.com; > gaoliming@byosoft.com.cn; Jeff Brasen ; Kinney, > Michael D ; afish@apple.com; Gao, Zhichao > > Subject: Re: [edk2-devel] [PATCH] > MdeModulePkg/ResetSystemRuntimeDxe: Print Reset Data > > Hi Ashish, > > On 2024-01-19 18:09, Ashish Singhal via groups.io wrote: > > Adding tianocore stewards to see if we can get some traction on this. > > You've not cc:d Zhichao - who maintains that component - on this patch, I've > added them. > > Please use BaseTools/Scripts/GetMaintainer.py to see who to cc - > maintainership of some of the modules are split in multiple dimensions and > it's basically impossible to work out manually. > > / > Leif > > > ------------------------------------------------------------------------ > > *From:* Ashish Singhal > > *Sent:* Wednesday, December 6, 2023 5:21 PM > > *To:* devel@edk2.groups.io ; > > gaoliming@byosoft.com.cn ; Jeff Brasen > > > > *Cc:* Ashish Singhal > > *Subject:* [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print Reset > Data > > ResetSystem runtime call allows for sending reset data that > > starts with a NULL terminated string. Add support to print > > that string on console. > > > > Signed-off-by: Ashish Singhal > > --- > > .../Universal/ResetSystemRuntimeDxe/ResetSystem.c | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git > a/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c > > b/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c > > index 42f1b1d015..72bb1d2be6 100644 > > --- a/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c > > +++ > b/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c > > @@ -252,6 +252,14 @@ RuntimeServiceResetSystem ( > > mResetNotifyDepth > > )); > > > > + if ((ResetData != NULL) && (DataSize != 0)) { > > + DEBUG (( > > + DEBUG_INFO, > > + "DXE ResetSystem2: ResetData: %s\n", > > + ResetData > > + )); > > + } > > + > > if (mResetNotifyDepth <= MAX_RESET_NOTIFY_DEPTH) { > > if (!EfiAtRuntime ()) { > > // > > -- > > 2.17.1 > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114132): https://edk2.groups.io/g/devel/message/114132 Mute This Topic: https://groups.io/mt/103025596/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-