Re: [edk2-devel] [PATCH 0/5] Make some DebugLib instance runtime safe

2019-04-11 Thread Wu, Hao A
gt; Sean Brogan; Michael Turner; Bret Barkelew > Subject: [edk2-devel] [PATCH 0/5] Make some DebugLib instance runtime > safe > > Some pointer will be invalid after ExitBootServices, such as protocol pointer, > gST, gBS and so on. Disable the functions which used t

[edk2-devel] [PATCH 0/5] Make some DebugLib instance runtime safe

2019-04-10 Thread Gao, Zhichao
Some pointer will be invalid after ExitBootServices, such as protocol pointer, gST, gBS and so on. Disable the functions which used that pointer. Remove SMM support of UefiDebugLibDebugPortProtocol, UefidebugLibConOut and UefiDebugLibStdErr. Before removing, should change the SMM instance in the d