| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg: Replace Opcode with the corresponding instructions. | Jason | 2022-03-01 | 2 | -35/+6 |
* | MdeModulePkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 7 | -104/+111 |
* | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 12 | -81/+12 |
* | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-06 | 6 | -2289/+1 |
* | MdeModulePkg: Clean up source files | Liming Gao | 2018-06-28 | 7 | -89/+89 |
* | MdeModulePkg: Remove X86 ASM and S files | Liming Gao | 2018-06-07 | 5 | -2068/+1 |
* | MdeModulePkg: Update DebugSupportDxe to pass XCODE5 build | Liming Gao | 2018-01-16 | 1 | -3/+3 |
* | MdeModulePkg/DebugSupportDxe: Fix XCODE5 build failure | Michael Kinney | 2017-05-24 | 1 | -2/+2 |
* | MdeModulePkg DebugSupportDxe: Convert X64/AsmFuncs.asm to NASM | Jordan Justen | 2016-06-28 | 2 | -0/+588 |
* | MdeModulePkg DebugSupportDxe: Convert Ia32/AsmFuncs.asm to NASM | Jordan Justen | 2016-06-28 | 2 | -1/+501 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | MdeModulePkg DebugSupportDxe: Fix build error with GNU assembler | Jordan Justen | 2014-12-17 | 1 | -1/+1 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -8/+7 |
* | Fix CRLF format | Tian, Hot | 2014-01-22 | 1 | -551/+551 |
* | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian | 2012-11-01 | 2 | -3/+1 |
* | A complement fix for revision 11664 to update GCC assembly files : clear the ... | rsun3 | 2011-05-17 | 2 | -2/+8 |
* | Clear the direction flag in interrupt/exception handlers' assembly entry code... | rsun3 | 2011-05-16 | 2 | -2/+8 |
* | Refine code to make code run more safely. | ydong10 | 2010-10-18 | 1 | -3/+3 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 17 | -35/+35 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -4/+4 |
* | Improve coding style in MdeModulePkg. | rsun3 | 2010-01-19 | 6 | -23/+33 |
* | fixed one bug that old rsp was calculate incorrectly. | vanjeff | 2010-01-14 | 2 | -32/+32 |
* | Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor... | qhuang8 | 2009-08-24 | 1 | -547/+548 |
* | Use .fill directive to improve portability. | qhuang8 | 2009-08-21 | 1 | -3/+1 |
* | Use .p2align directive instead of ambiguous .align directive. | qhuang8 | 2009-08-20 | 1 | -2/+2 |
* | Remove ".intel_syntax", convert MASM to GAS. | gikidy | 2009-08-12 | 1 | -244/+242 |
* | Replace .globl with ASM_GLOBAL | xli24 | 2009-05-20 | 3 | -30/+30 |
* | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten | 2009-04-10 | 5 | -11/+12 |
* | retired PcdNtEmulatorEnable. | vanjeff | 2009-03-04 | 2 | -25/+19 |
* | 1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.de... | vanjeff | 2009-01-14 | 1 | -2/+2 |
* | ECC clean up. | vanjeff | 2009-01-08 | 2 | -73/+73 |
* | Check comments, format and fix some typo. | gikidy | 2008-12-30 | 2 | -2/+2 |
* | 1. Use Mde library for Debug Port Module | vanjeff | 2008-12-30 | 2 | -5/+14 |
* | fixed one bug to pass GCC. | vanjeff | 2008-12-19 | 1 | -2/+2 |
* | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 | 2008-12-18 | 1 | -3/+3 |
* | code scrub: | vanjeff | 2008-12-16 | 11 | -150/+351 |
* | Port AsmFuncs.s to pass CYGWINGCC build for x64. | vanjeff | 2008-12-15 | 4 | -30/+535 |
* | code scrub for DebugSpport Module. | vanjeff | 2008-12-11 | 12 | -436/+349 |
* | 1. Merger generic functions into one file. | vanjeff | 2008-12-11 | 11 | -969/+637 |
* | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 2008-12-03 | 1 | -3/+0 |
* | Global variables have been moved backward ahead of functions. | jji4 | 2008-12-03 | 1 | -14/+15 |
* | 1.retried graphics library class from MdePkg | vanjeff | 2008-11-24 | 1 | -2/+2 |
* | Update DebugSupportDxe module to pass IPF GCC build. | xli24 | 2008-11-13 | 2 | -6/+7 |
* | ECC clean up. | vanjeff | 2008-11-05 | 7 | -1184/+730 |
* | filename renaming to meet coding style. | vanjeff | 2008-11-04 | 8 | -14/+14 |
* | Renamed remotely | vanjeff | 2008-11-04 | 1 | -0/+0 |
* | Renamed remotely | vanjeff | 2008-11-04 | 1 | -0/+0 |
* | Renamed remotely | vanjeff | 2008-11-04 | 1 | -0/+0 |