summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-10fix build error on ICC compile.ydong101-3/+4
2010-12-10Add missing data record for Type 4.li-elvin1-1/+38
2010-12-10Add missing fields of Type 4 conversion.li-elvin1-1/+79
2010-12-10Enhance IdeBusDxe to check the class code for IDE mode only.lzeng141-4/+41
2010-12-10Change the file guid value to avoid conflict as another file.ydong101-1/+1
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao41-3/+6
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu21-0/+1
2010-12-09Refine code to make code run more safely.ydong102-1/+5
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun31-2/+2
2010-12-09update the comments.ydong101-1/+1
2010-12-09update the comments.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong105-5/+5
2010-12-09[BDS] Device Manager was requested to add more sub-level menu about network d...ydong105-28/+593
2010-12-08Move away from 0x40 block size (worked around a DXE core bug assuming the FV ...andrewfish1-4/+4
2010-12-08add progress code definitions defined in Framework Specification.vanjeff1-0/+19
2010-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff1-1/+3
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff1-6/+6
2010-12-08Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S...hhuan131-1/+4
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2-0/+9
2010-12-07Older tools rounded down the size of the FV, and the new tools round up. Our ...andrewfish1-1/+1
2010-12-07Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file.mdkinney1-0/+9
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-06Roll back comment change for SOR. SOR does not apply to SMM.mdkinney1-1/+1
2010-12-06fixes for NULL verification.jcarsey3-103/+107
2010-12-06Fix dec file to pass new stricter error checking.andrewfish1-2/+2
2010-12-06Refine code to make code more safely.ydong104-4/+4
2010-12-06DuetPkg: Update create boot disk script to not modify bootsect.comjljusten1-3/+4
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten1-2/+2
2010-12-06DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during bootjljusten7-2/+7
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten3-0/+3
2010-12-06Sync EDKII BaseTools to BaseTools project r2100.lgao421-115/+84
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney6-9/+153
2010-12-03Fixed a bug for OPTION_NII(62) defined in RFC 5970.hhuan132-3/+1
2010-12-01fix for exit was specified in the startup script.jcarsey1-1/+1
2010-12-01To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protoc...hhuan132-30/+166
2010-12-01Update comments for PI 1.2 SMM support.mdkinney2-4/+4
2010-12-01Fix the bug that <continue> may not boot the first boot option but return bac...niruiyu1-0/+11
2010-12-01Remove unused files to make it easier to add new thunks.andrewfish2-574/+0
2010-12-01Fix token dup caused by merge.andrewfish1-1/+1
2010-12-012nd wave of r11105 checkin.2nd wave of r11105 checkin.andrewfish6-179/+190
2010-11-30Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e...andrewfish44-9575/+6568
2010-11-29Sync update to improve compiler compatibilitymdkinney1-3/+10
2010-11-29Fix ICC 9.1 build breakmdkinney1-3/+10
2010-11-29First try to get log time at TPL level <= TPL_CALLBACK, then fill time into D...lgao41-3/+12
2010-11-29Lost a file in last check-in.rsun31-0/+172
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun34-0/+262
2010-11-261. enable /GL optimization building on OpensslLib.vanjeff7-31/+58
2010-11-26Fix the checking logic for the boot option enumeration.niruiyu1-2/+10
2010-11-26Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() serv...lgao41-1/+1