Re: [edk2-devel] [PATCH V2 00/25] Add the new APIs ResetSystem and ResetSystemWithSubtype

2019-04-25 Thread Steele, Kelly
QuarkSocPkg/ResetSystemLib Reviewed-by: Kelly Steele > -Original Message- > From: Gao, Zhichao > Sent: April 16, 2019 23:27 > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Zhang, Chao B ; Yao, > Jiewen ; Wang, Jian J ; Wu, > Hao A ; Ni, Ray ; Zeng, Star > ; Leif

[edk2-devel] [PATCH V2 00/25] Add the new APIs ResetSystem and ResetSystemWithSubtype

2019-04-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1460 Refer to Uefi spec 2.8, the ResetData is valid while ResetStatus is EFI_SUCCESS regardless of the ResetType is EfiResetPlatformSpecific or not. Add a new API ResetSystem to ResetSystemLib instances. The new driver may consume this new API