[edk2] [PATCH] MdePkg/UefiDebugLibDebugPortProtocol: Modify supported type.

2019-01-16 Thread Jiansong Xu
buted-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiansong Xu Cc: Gao Liming --- .../UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/UefiDebugLibDebugPortPro

[edk2] [PATCH] MdePkg/UefiDebugLibStdErr: Modify supported type.

2019-01-16 Thread Jiansong Xu
buted-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiansong Xu Cc: Gao Liming --- MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf b/MdePkg/Li

[edk2] [PATCH] MdePkg/UefiDebugLibConOut: Modify supported type.

2019-01-16 Thread Jiansong Xu
buted-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiansong Xu Cc: Gao Liming --- MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf b/MdePkg/Li

[edk2] [PATCH] MdePkg/UefiLib: Add a new API GetVariable3

2019-01-06 Thread Jiansong Xu
From: jiansonx BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1396 Add a new API GetVariable3, which can return the attributes of a variable during reading it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiansong Xu Cc: Liming Gao GetVariable. + +**/ +EFI_STATUS