1436aea4d5
MdeModulePkg: Apply uncrustify changes
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737
Apply uncrustify changes to .c/.h files in the MdeModulePkg package
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com >
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn >
2021-12-07 17:24:28 +00:00
b04453d36b
MdeModulePkg/EbcDxe: Mitigate memcpy intrinsics
...
Assignments of structure values cause the emission of memcpy()
intrinsics by the CLANG38 toolchain. Substitute the assignments with
calls to CopyMem() to mitigate the issue.
Cc: Jian J Wang <jian.j.wang@intel.com >
Cc: Hao A Wu <hao.a.wu@intel.com >
Cc: Vitaly Cheptsov <vit9696@protonmail.com >
Signed-off-by: Marvin H?user <mhaeuser@posteo.de >
Reviewed-by: Hao A Wu <hao.a.wu@intel.com >
2021-08-30 01:58:31 +00:00
9d510e61fc
MdeModulePkg: Replace BSD License with BSD+Patent License
...
https://bugzilla.tianocore.org/show_bug.cgi?id=1373
Replace BSD 2-Clause License with BSD+Patent License. This change is
based on the following emails:
https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html
RFCs with detailed process for the license change:
V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Hao Wu <hao.a.wu@intel.com >
Reviewed-by: Jian J Wang <jian.j.wang@intel.com >
2019-04-09 10:58:08 -07:00
8fd543c77a
MdeModulePkg/EbcDxe: Initialize variable after declaration
...
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Pete Batard <pete@akeo.ie >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com >
Reviewed-by: Jiewen.yao@intel.com
2016-12-06 18:40:14 +08:00
e8a5ac7c49
MdeModulePkg/EbcDxe: Make the comments align with EDKII coding style
...
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Pete Batard <pete@akeo.ie >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com >
Reviewed-by: Jiewen.yao@intel.com
2016-12-06 18:40:13 +08:00
2b2efe33ea
MdeModulePkg/EbcDxe: add EBC Debugger configuration application
...
* Introduce a generic Debugger Configuration protocol.
* Add private configuration data in the EBC Debugger and make it
register the Debugger Configuration protocol on initialization.
* Add a shell application that uses the protocol above to access
the private data in order to configure the EBC debugger.
Cc: Jiewen Yao <jiewen.yao@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Pete Batard <pete@akeo.ie >
reviewed-by: Jiewen Yao <jiewen.yao@intel.com >
2016-11-29 12:48:33 +08:00
8ae1714047
MdeModulePkg: Fix GCC build failure
...
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Pete Batard <pete@akeo.ie >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com >
Reviewed-by: Jiewen.yao@intel.com
2016-11-29 09:42:54 +08:00
0978bd0dc1
MdeModulePkg/EbcDebugger: Operands of same size for bitwise operation
...
Operands in a bitwise operation should have the same size to eliminate
unexpected results.
Cc: Jiewen Yao <jiewen.yao@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com >
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com >
2016-11-25 13:34:13 +08:00
748edcd5eb
MdeModulePkg/EbcDxe: add EBC Debugger
...
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Pete Batard <pete@akeo.ie >
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com >
2016-11-23 10:20:26 +08:00