Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 341d442c0b0775be86b5896d7a0a40bc79328c1f
https://github.com/tianocore/edk2/commit/341d442c0b0775be86b5896d7a0a40bc79328c1f
Author: Bret Barkelew <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
Log Message:
-----------
MdePkg/IndustryStandard: Introduce a correctly spelled macro
EFI_RETURNING_FROM_EFI_APPLICATOIN is incorrect.
Before removing it, introduce the correctly spelled one,
EFI_RETURNING_FROM_EFI_APPLICATION.
https://bugzilla.tianocore.org/show_bug.cgi?id=1368
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Philippe Mathieu-Daude <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Commit: 5f3b0250d008a3f421ea67e46d5f103ab6e67e99
https://github.com/tianocore/edk2/commit/5f3b0250d008a3f421ea67e46d5f103ab6e67e99
Author: Bret Barkelew <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
M SecurityPkg/Tcg/TcgDxe/TcgDxe.c
Log Message:
-----------
SecurityPkg/Tcg: Fix typos in TcgDxe.c and Tcg2Dxe.c
Change EFI_RETURNING_FROM_EFI_APPLICATOIN to
EFI_RETURNING_FROM_EFI_APPLICATION.
https://bugzilla.tianocore.org/show_bug.cgi?id=1368
Cc: Chao Zhang <[email protected]>
Cc: Jiewen Yao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Chao Zhang <[email protected]>
Reviewed-by: Philippe Mathieu-Daude <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Commit: 41dfc44dc63b766ff5e7e39db3d5bbbeae605db5
https://github.com/tianocore/edk2/commit/41dfc44dc63b766ff5e7e39db3d5bbbeae605db5
Author: Bret Barkelew <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
Log Message:
-----------
MdePkg/IndustryStandard: Remove an incorrectly spelled macro
EFI_RETURNING_FROM_EFI_APPLICATOIN is not correctly spelled,
so now remove it.
https://bugzilla.tianocore.org/show_bug.cgi?id=1368
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Philippe Mathieu-Daude <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Commit: cecbecb71d6baad7b55ab59bb9bc7dd7de1efc4b
https://github.com/tianocore/edk2/commit/cecbecb71d6baad7b55ab59bb9bc7dd7de1efc4b
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c
Log Message:
-----------
MdeModulePkg/EbcDebugger: Change function names
Change UnicodeToUpper to InternalUnicodeToUpper.
Change AsciiToUpper to InternalAsciiToUpper.
These changes are committed for bisectability, or build failure will
occur when 2/7 is applied. Because the introduced function names in
2/7 are the same as ones in EdbSupporting.c.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Jian J Wang <[email protected]>
Cc: Hao Wu <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Star Zeng <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 5dbfa01e2ec18a255904c98030b7a18420d4bb85
https://github.com/tianocore/edk2/commit/5dbfa01e2ec18a255904c98030b7a18420d4bb85
Author: Mike Turner <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Include/Library/BaseLib.h
M MdePkg/Library/BaseLib/SafeString.c
M MdePkg/Library/BaseLib/String.c
Log Message:
-----------
MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publicly
Introduce two public functions CharToUpper and AsciiCharToUpper.
They have the same functions as InternalCharToUpper and
InternalBaseLibAsciiToUpper.Considering the internal functions will
be removed,so directly I change their function names to the public ones'.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 8c9b49500d59d9e9d24a2ab595b5e1e7de0676c1
https://github.com/tianocore/edk2/commit/8c9b49500d59d9e9d24a2ab595b5e1e7de0676c1
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Library/BaseLib/BaseLibInternals.h
Log Message:
-----------
MdePkg/BaseLib: Remove definitions of two functions
InternalCharToUpper and InternalBaseLibAsciiToUpper are internal functions
and now we will introduce public functions that have the same effects.
So I remove their definitions in BaseLibInternals.h.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 357fc11c35b71f232cfb6317534a02fba1baa770
https://github.com/tianocore/edk2/commit/357fc11c35b71f232cfb6317534a02fba1baa770
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c
Log Message:
-----------
MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpper
InternalUnicodeToUpper and InternalAsciiToUpper are internal functions,
so they are substituted by public functions AsciiCharToUpper and CharToUpper.
And their implements are removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Jian J Wang <[email protected]>
Cc: Hao Wu <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Star Zeng <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Hao Wu <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 62cdd1f5ab2bbad5f4615077ab8cead2e3892f3f
https://github.com/tianocore/edk2/commit/62cdd1f5ab2bbad5f4615077ab8cead2e3892f3f
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
Log Message:
-----------
MdeModulePkg/DxeHttpLib: Use BaseLib api AsciiCharToUpper
Substitute HttpIoCharToUpper with AsciiCharToUpper which is a public function
with the same effect. And remove the implement of HttpIoCharToUpper.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Jian J Wang <[email protected]>
Cc: Hao Wu <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Star Zeng <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Hao Wu <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 3eaf5e8cf64c14d1371d6226d35d1afea5c98ca6
https://github.com/tianocore/edk2/commit/3eaf5e8cf64c14d1371d6226d35d1afea5c98ca6
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M ShellPkg/Application/Shell/ShellManParser.c
Log Message:
-----------
ShellPkg/Shell: Use BaseLib api CharToUpper
Substitute InternalShellCharToUpper with a public function
CharToUpper which has the same function.
Remove the implement of InternalShellCharToUpper.
Cc: Ruiyu Ni <[email protected]>
Cc: Jaben Carsey <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Commit: 3d086fed730e7958d1d9486749a72f0da1c08e91
https://github.com/tianocore/edk2/commit/3d086fed730e7958d1d9486749a72f0da1c08e91
Author: Shenglei Zhang <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M ShellPkg/Library/UefiShellLib/UefiShellLib.c
Log Message:
-----------
ShellPkg/UefiShellLib: Use BaseLib api CharToUpper
Substitute InternalShellCharToUpper with CharToUpper which is a public
function with the same effect.
Remove the implement of InternalShellCharToUpper.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369
Cc: Ruiyu Ni <[email protected]>
Cc: Jaben Carsey <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Commit: fd02394228ee1dc2378cccfde6098c461f96dd42
https://github.com/tianocore/edk2/commit/fd02394228ee1dc2378cccfde6098c461f96dd42
Author: Mike Turner <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Include/Library/DevicePathLib.h
M MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
Log Message:
-----------
MdePkg/UefiDevicePathLib: Add a checking step
Add a checking step in DevicePathUtilities.c to verify DevicePath.
https://bugzilla.tianocore.org/show_bug.cgi?id=1372
v2: Remove ASSERT() and the redundant checking step. Update related
description.
Cc: Liming Gao <[email protected]>
Cc: Michael D Kinney <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>
Commit: ca67441558cbe7d482ebf9506fee01b82447ddf1
https://github.com/tianocore/edk2/commit/ca67441558cbe7d482ebf9506fee01b82447ddf1
Author: Mike Turner <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M BaseTools/Source/C/DevicePath/DevicePathUtilities.c
Log Message:
-----------
BaseTools/DevicePath: Add a checking step
Add a checking step in DevicePathUtilities.c
to verify DevicePath.
https://bugzilla.tianocore.org/show_bug.cgi?id=1372
v2: Remove ASSERT() and the redundant checking step.
Update related description.
Cc: Bob Feng <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Yonghong Zhu <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Commit: 37bf678761d4a7dae8875f25d07c290da307b64c
https://github.com/tianocore/edk2/commit/37bf678761d4a7dae8875f25d07c290da307b64c
Author: Bret Barkelew <[email protected]>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M MdePkg/Include/Library/UefiLib.h
M MdePkg/Library/UefiLib/UefiLib.c
Log Message:
-----------
MdePkg/UefiLib: Add a new API GetVariable3
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 <[email protected]>
Cc: Liming Gao <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/34c5a69a2b08...37bf678761d4
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits