summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f1...jcarsey1-11/+5
2009-06-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8509 6f1...jcarsey2-40/+32
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2-20/+20
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2-0/+24
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy3-1/+27
2009-06-10ISA Bus driver code scrub.rsun37-738/+624
2009-06-10Correct TokenSpace Guid valuelgao41-1/+1
2009-06-10Make comments align.lgao41-10/+10
2009-06-10fix the ecc issue.eric_tian5-32/+128
2009-06-09fixed ECC and Klocwork issues.vanjeff9-39/+46
2009-06-08Add the missing Token Space Guid lgao41-0/+25
2009-06-08Add comments for Include header files lgao49-52/+253
2009-06-08Remove the additional build options.lgao41-3/+0
2009-06-08Remove the duplicate NULL string.lgao41-0/+0
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff4-76/+92
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2-39/+10
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney1-9/+5
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney1-10/+10
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2-34/+9
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney4-73/+12
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney3-102/+101
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney7-9/+6
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2-6/+3
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney9-91/+3
2009-06-05editor was set for tabs instead of spaces on prev chkinlgr1-116/+116
2009-06-05Per EdkII IntelFrameworkPkg code review instructions, add comments before eac...lgr1-1/+120
2009-06-05Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney4-51/+0
2009-06-05Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney5-5/+45
2009-06-05Retire PciHotplugDeviceGuid.mdkinney7-134/+0
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu21-3/+14
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu21-1/+15
2009-06-051. Enhance the RTC driver to not reserve the CMOS century register MSB.gikidy2-125/+9
2009-06-05Enhance the RTC driver to not reserve the CMOS century register MSB.gikidy2-52/+3
2009-06-05Fix a typo in help message.klu21-0/+0
2009-06-05Update comment for return description for PcdSetX macros.klu21-19/+19
2009-06-05Enhance Ps2Mouse and Ps2Keyboard driver and fix for random hangs in System wa...gikidy3-9/+47
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu21-13/+13
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun31-0/+6
2009-06-04Remove #define for MAX_BBS_ENTRIESmdkinney3-29/+4
2009-06-04Clean up CSM related include files to match specificationmdkinney3-0/+80
2009-06-04Fix build breaks from comment clean up checkinmdkinney6-16/+51
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel38-307/+268
2009-06-04The StringIndex should be casted to UINT16* but not UINT8*.klu21-1/+1
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli245-27/+103
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian1-4/+20
2009-06-04update comments per review comments.vanjeff11-35/+35
2009-06-04Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel55-218/+219
2009-06-04Remove ASSERT (TotalSize <= sizeof (Buffer));xli241-5/+0