: Leif Lindholm ; devel@edk2.groups.io
; Ashish Singhal ;
gaolim...@byosoft.com.cn ; Jeff Brasen
; Kinney, Michael D ;
af...@apple.com
Subject: RE: [edk2-devel] [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print
Reset Data
External email: Use caution opening links or attachments
Reviewed-by
ichao
>
> 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'
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 -
Adding tianocore stewards to see if we can get some traction on this.
From: Ashish Singhal
Sent: Monday, January 1, 2024 10:17 PM
To: devel@edk2.groups.io ; gaolim...@byosoft.com.cn
; Jeff Brasen
Subject: Re: [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print Rese
Hello,
Checking again for some feedback on this.
Thanks
Ashish
From: Ashish Singhal
Sent: Thursday, December 14, 2023 4:30 PM
To: devel@edk2.groups.io ; gaolim...@byosoft.com.cn
; Jeff Brasen
Subject: Re: [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print Reset
Hello Gao,
Checking if you have any feedback on this.
Thanks
Ashish
From: Ashish Singhal
Sent: Wednesday, December 6, 2023 5:21 PM
To: devel@edk2.groups.io ; gaolim...@byosoft.com.cn
; Jeff Brasen
Cc: Ashish Singhal
Subject: [PATCH] MdeModulePkg/ResetSystemRun
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/M