summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing python binary freezed from build tools project at r1623 klu22009-06-123-12/+1
* Committing changes to the comments, to improve code documentation. pkandel2009-06-1126-329/+306
* ISA Bus driver code scrub. Fix a bug in Stop() that CloseProtocol() on PCI IO...rsun32009-06-111-15/+41
* Synchronize the source of build tool from build tool project (r1623) to binar...klu22009-06-1121-0/+0
* Fix BDS limitation of two "EFI DVD/CDROM" options appear after plug two CD-ROM.gikidy2009-06-113-23/+200
* Update comments for PeiReportStatusCodeLib.xli242009-06-111-1/+9
* Code scrub for DxeReportStatusCodeLib.xli242009-06-114-353/+116
* The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy2009-06-111-1/+1
* update codes per MdePkg doxgen review comments.vanjeff2009-06-1131-142/+135
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1...jcarsey2009-06-101-19/+20
* fix commentsjcarsey2009-06-101-4/+3
* fix commentsjcarsey2009-06-101-6/+5
* updated commentjcarsey2009-06-101-1/+1
* updated commentsjcarsey2009-06-101-13/+12
* updated commentsjcarsey2009-06-101-12/+11
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8511 6f1...jcarsey2009-06-101-72/+76
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f1...jcarsey2009-06-101-11/+5
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8509 6f1...jcarsey2009-06-102-40/+32
* For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2009-06-102-20/+20
* Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2009-06-102-0/+24
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-103-1/+27
* ISA Bus driver code scrub.rsun32009-06-107-738/+624
* Correct TokenSpace Guid valuelgao42009-06-101-1/+1
* Make comments align.lgao42009-06-101-10/+10
* fix the ecc issue.eric_tian2009-06-105-32/+128
* fixed ECC and Klocwork issues.vanjeff2009-06-099-39/+46
* Add the missing Token Space Guid lgao42009-06-081-0/+25
* Add comments for Include header files lgao42009-06-089-52/+253
* Remove the additional build options.lgao42009-06-081-3/+0
* Remove the duplicate NULL string.lgao42009-06-081-0/+0
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-084-76/+92
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-072-39/+10
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-071-9/+5
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-071-10/+10
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-072-34/+9
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-074-73/+12
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-073-102/+101
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-077-9/+6
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-072-6/+3
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-079-91/+3
* editor was set for tabs instead of spaces on prev chkinlgr2009-06-051-116/+116
* Per EdkII IntelFrameworkPkg code review instructions, add comments before eac...lgr2009-06-051-1/+120
* Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney2009-06-054-51/+0
* Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney2009-06-055-5/+45
* Retire PciHotplugDeviceGuid.mdkinney2009-06-057-134/+0
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu22009-06-051-3/+14
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu22009-06-051-1/+15
* 1. Enhance the RTC driver to not reserve the CMOS century register MSB.gikidy2009-06-052-125/+9