summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* converted all surface area description files to new schemajwang362006-06-301-260/+264
* 1.Updated some functions header of BaseLib with new MWG specvanjeff2006-06-303-75/+96
* Change VOID into VOID * in function headervanjeff2006-06-281-2/+2
* 1. Fixed bug in FlushCacheLine.asm, added return valuevanjeff2006-06-282-13/+28
* • BaseMemoryLib:qhuang82006-06-263-20/+20
* Roll back modification for autogen of assemble code, we do not support PCD au...klu22006-06-262-1/+4
* In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu22006-06-223-8/+8
* Removebbahnsen2006-06-201-310/+0
* Use capital S for GCC assembly. This enables pre-processing for PCD support.bbahnsen2006-06-2097-0/+0
* 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff2006-06-205-34/+48
* Rool Back this modification to enable gcc Build.lgao42006-06-162-1/+5
* Updated CpuFlushCacheLine() to return the address flushed.bxing2006-06-162-2/+3
* Thunk16.asm's can use constants defined in BaseLib.h now.bxing2006-06-153-11/+3
* Fix an assembler warning.bbahnsen2006-06-141-1/+1
* Fixes for gcc assembly.bbahnsen2006-06-122-39/+105
* Transfer old <PCDs> in MSA to <PcdCoded>:klu22006-06-122-36/+20
* Fixed mistyping in Ia32/LongJump.asm and X64/LongJump.asmbxing2006-06-102-4/+4
* 1. Added AsmCpuidEx() to BaseLibbxing2006-06-104-3/+120
* 1. Updated SetJump() and LongJump() for IPFbxing2006-06-1016-423/+483
* UefiLib:qhuang82006-06-041-2/+2
* Deleted x64\SwitchStack.c Ipf/SwitchStack.c.vanjeff2006-06-028-11/+130
* Removed file/foldervanjeff2006-06-021-49/+0
* Removed file/foldervanjeff2006-06-021-58/+0
* Removed file/foldervanjeff2006-06-021-57/+0
* Added function declarationvanjeff2006-06-011-0/+9
* Created as one wrappervanjeff2006-05-312-0/+92
* Created as one wrapper for SwitchStack.c to add assert()vanjeff2006-05-311-0/+49
* Changed SwitchStack() to _SwitchStack()vanjeff2006-05-311-2/+2
* Changed LongJump() to _LongJump()vanjeff2006-05-311-3/+3
* Created as wrapper for SwitchStack() to add assert() vanjeff2006-05-311-0/+49
* Changed SwitchStack() to _SwitchStack()vanjeff2006-05-311-3/+3
* Changed LongJump() to _LongJump()vanjeff2006-05-311-3/+3
* change LongJump() to _LongJump()vanjeff2006-05-312-6/+6
* Move SetJumpLongJump.c and SwitchStack,c into ebc sub directory.vanjeff2006-05-312-4/+14
* Fixed one bug of WriteUnaligned24()vanjeff2006-05-311-1/+2
* Created as one wrapper for LongJump(), to added assert() functionvanjeff2006-05-311-0/+49
* Removed file/foldervanjeff2006-05-311-52/+0
* Removed file/foldervanjeff2006-05-311-40/+0
* Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG.bxing2006-05-291-4/+6
* 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/+312
* added ASSERT()vanjeff2006-05-241-0/+17
* added ASSERT()vanjeff2006-05-241-0/+16
* 1. Updated CpuFlushTlb() according to IA-64 programmer's guidebxing2006-05-246-5/+100
* Fixed a bug due to misorder of 'push'sbxing2006-05-231-1/+1
* Fixed tracker #40bxing2006-05-221-2/+2
* Removed unnecessary ASSERT condition (assertion of real mode buffers' alignment)bxing2006-05-221-2/+0
* Thunk16.s has not been ported to GCC. This will at least get past the assembler.bbahnsen2006-05-191-167/+3
* Get the underscore typed in correctly.bbahnsen2006-05-171-1/+1
* Resync the GNU assembly to the MASM code.bbahnsen2006-05-174-153/+138