summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibMmx
Commit message (Expand)AuthorAgeFilesLines
...
* Update to use DOS formatqhuang82008-11-0311-647/+647
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-1/+0
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+3
* modify CopyMem.S to align with CopyMem.asmeric_tian2008-10-231-10/+18
* add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use "....eric_tian2008-10-2212-57/+581
* CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian2008-10-2113-157/+120
* 1. Change 0 == Length style to Length == 0lgao42008-09-1829-41/+99
* Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao42008-09-088-8/+8
* remove the unused msa files in MdePkg.lgao42008-08-251-91/+0
* Code Scrub for MdePkg.yshang12008-07-251-2/+2
* Code scrub:yshang12008-07-0812-13/+14
* Changed to pass the build with Visual Studio 2005jwang362007-10-101-3/+3
* Add dependent packages in INF of modules.yshang12007-08-291-0/+4
* Import BaseMemoryLibMmx.yshang12007-07-2350-0/+3233
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-0149-3138/+0
* Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang82007-01-301-8/+8
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-6/+11
* Port a couple of files to gnu assembly.bbahnsen2006-11-232-0/+124
* 1. Add the fix for the following Bugs:cwu112006-11-037-7/+7
* Remove the duplicated Copy Right in msa header.lgao42006-09-271-10/+0
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-2511-18/+18
* 1. Updated function headers for all assembly functionbxing2006-07-2835-242/+418
* Added license & copyright declarationjwang362006-07-131-0/+10
* Fix bug in .S files.qhuang82006-07-132-3/+2
* BasePrintLib: Fix Buffer Overflow issue.qhuang82006-07-131-2/+2
* 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang82006-07-121-2/+4
* 1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing2006-07-121-7/+7
* sync GCC assembly files with MASM assembly filesqhuang82006-07-111-1/+1
* 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well ...qhuang82006-07-101-0/+2
* Redefine SPEC and Release Version to 0x20000lgao42006-07-071-6/+6
* Obsoleted by new schema and new build tools.jwang362006-07-072-76/+0
* Fixed the GCC assembler issue. Now we can use full GCC tools to build our pac...jwang362006-07-061-0/+11
* DebugLib:qhuang82006-07-0513-37/+31
* removed unnecessary name space declarations in some top level elementsjwang362006-06-301-3/+3
* converted all surface area description files to new schemajwang362006-06-301-62/+59
* 1.BaseMemoryLibMmx: Add X64 Cpu Arch support.qhuang82006-06-2811-12/+486
* • BaseMemoryLib:qhuang82006-06-2612-107/+107
* 1. UINTN & INTN issue for EBC architecture:qhuang82006-06-229-132/+127
* Removebbahnsen2006-06-201-68/+0
* Use capital S for GCC assembly. This enables pre-processing for PCD support.bbahnsen2006-06-2011-0/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@520 6f19...yshang12006-06-151-1/+4
* BaseMemoryLib:qhuang82006-06-073-9/+9
* 1. Fixed incorrect ASSERT conditions in wrapper functions.bxing2006-05-304-7/+6
* BaseMemoryLib: Add missing ASSERT()s for some interfaces.qhuang82006-05-292-3/+12
* Updated MSA by putting Specification element at the end of the header sectionlhauch2006-05-252-2/+2
* Gcc versions of the msa files. These files can be used in place of the normal...bbahnsen2006-05-241-0/+68
* Remove old dirbbahnsen2006-05-1922-1229/+0
* Fix capitalization issuesbbahnsen2006-05-1922-0/+1229
* Port to GNU assembly.bbahnsen2006-05-1711-0/+621
* Split wrapper functions into separate source files to reduce image code sizebxing2006-05-1614-621/+931