summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/EbcDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/EbcDxe: Fix spelling mistakeMichael D Kinney2020-08-031-1/+1
* MdeModulePkg/EbcDebugger: Add check for Entry and RetEntryShenglei Zhang2019-11-062-2/+2
* MdeModulePkg: Add missing header files in INF filesShenglei Zhang2019-08-131-1/+8
* MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocolArd Biesheuvel2019-04-144-4/+126
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0952-358/+52
* MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpperShenglei Zhang2019-01-311-35/+4
* MdeModulePkg/EbcDebugger: Change function namesShenglei Zhang2019-01-311-7/+7
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-066-1145/+4
* MdeModulePkg: Remove redundant library classes and GUIDsshenglei2018-08-202-4/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-286-19/+19
* MdeModulePkg: Remove X86 ASM and S filesLiming Gao2018-06-076-693/+2
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-5/+5
* MdeModulePkg/EbcDxe: use EfiBootServicesCode memory for thunksArd Biesheuvel2017-02-286-4/+41
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-084-6/+6
* MdeModulePkg/EbcDxe: Make variable name follow rulesDandan Bi2016-12-203-14/+14
* MdeModulePkg EbcDxe: Fix CLANG38 build failureLiming Gao2016-12-141-2/+5
* MdeModulePkg/EbcDxe: Fix incorrect Copyright formatDandan Bi2016-12-0910-10/+10
* MdeModulePkg/EbcDxe: Add comments for functionsDandan Bi2016-12-069-15/+1157
* MdeModulePkg/EbcDxe: Avoid Non-Boolean type used as BooleanDandan Bi2016-12-065-97/+97
* MdeModulePkg/EbcDxe: Make the variable name follow rulesDandan Bi2016-12-062-113/+113
* MdeModulePkg/EbcDxe: Initialize variable after declarationDandan Bi2016-12-062-2/+6
* MdeModulePkg/EbcDxe: Make the comments align with EDKII coding styleDandan Bi2016-12-0630-3979/+2319
* MdeModulePkg/EbcDxe: add EBC Debugger configuration applicationPete Batard2016-11-298-0/+341
* MdeModulePkg: Fix GCC build failureDandan Bi2016-11-294-16/+10
* MdeModulePkg/EbcDebugger: Compare ASCII char with '\0'Hao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULLHao Wu2016-11-251-1/+2
* MdeModulePkg/EbcDebugger: Add missing check for symbol not foundHao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg'Hao Wu2016-11-251-1/+13
* MdeModulePkg/EbcDebugger: Operands of same size for bitwise operationHao Wu2016-11-251-3/+3
* MdeModulePkg/EbcDxe: reorganize EBC header definitionsPete Batard2016-11-236-234/+29
* MdeModulePkg/EbcDxe: add EBC DebuggerPete Batard2016-11-2333-0/+15743
* MdeModulePkg/EbcDxe: prepare support for EBC DebuggerPete Batard2016-11-239-7/+339
* MdeModulePkg/EbcDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunksArd Biesheuvel2016-09-022-83/+36
* MdeModulePkg/EbcDxe AARCH64: use tail call for EBC to native thunkArd Biesheuvel2016-09-021-20/+65
* MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structureArd Biesheuvel2016-09-022-107/+58
* MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM fileArd Biesheuvel2016-09-021-59/+52
* MdeModulePkg/EbcDxe: Add AARCH64 EBC VM supportJeff Brasen2016-08-263-1/+703
* MdeModulePkg EbcDxe: Convert X64/EbcLowLevel.asm to NASMJordan Justen2016-06-282-0/+243
* MdeModulePkg EbcDxe: Convert Ia32/EbcLowLevel.asm to NASMJordan Justen2016-06-282-0/+198
* MdeModulePkg EbcDxe: Use NASM compatible syntaxJordan Justen2016-06-281-3/+3
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* Fix X64 native function call prolog. Prepare space for at least 4 arguments,Samer El-Haj-Mahmoud elhaj2014-09-222-1/+56
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-8/+7
* 1) Add type cast for better coding style.Feng Tian2014-08-073-7/+7
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+2
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-1/+2
* Re-org the EBC thunk code for better code maintenance.jyao12011-11-232-239/+161