summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Change UI for dir of FV to make it less confusing.andrewfish1-14/+17
2010-02-11Add support for Seeking on FV, and update the device syntax to support specif...andrewfish1-41/+77
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu22-29/+66
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao41-1/+87
2010-02-11DUET BDS clean up.niruiyu1-28/+0
2010-02-11To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu1-0/+5
2010-02-11The fix is for EFI Linux capsule test case can not run.li-elvin1-9/+9
2010-02-11GraphicsOutputBlt() need judge parameter klu21-1/+5
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
2010-02-11Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m...mdkinney1-3/+28
2010-02-11Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney1-6/+1
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-28/+22
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-02-11Fix issue with making a seek to zero on an FV file legal.andrewfish1-3/+5
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian3-6/+8
2010-02-11Coding style fix and minor improvements.rsun323-420/+113
2010-02-11Support Name/Value Storage in UEFI2.1 HII driver.lgao41-0/+10
2010-02-11Add example of Name/Value pair var store to DriverSamplelgao45-9/+327
2010-02-10Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish5-80/+166
2010-02-10Only ment to add support to build and launch Ebl shell, not switch over to it...andrewfish2-3/+3
2010-02-10Remove dead command and clean up some coding style stuff.andrewfish4-200/+51
2010-02-10The VOLUME name case did not reserve enough storage in the CWD function.andrewfish1-1/+1
2010-02-10Fix issue with VOLUMN Name as an alias for device name.andrewfish1-42/+43
2010-02-10UefiCpuPkg/CpuDxe: Fix build errorjljusten1-4/+1
2010-02-10UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coveragejljusten1-1/+5
2010-02-10UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependencyjljusten1-1/+0
2010-02-10Per Framework SMM CIS spec, SMM Base Protocol.Communicate() is availabe in ru...rsun34-4/+45
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-19/+31
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen208-29/+27
2010-02-10Fix ICC build break by do data conversion.lgao41-2/+2
2010-02-10Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib.xli243-36/+71
2010-02-10Add device path DXE driver in Duet FDF file to compliant with UEFI.klu21-0/+1
2010-02-10Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish3-165/+168
2010-02-10Needed to fix defaulting / to be \ as it is required by EFI Simple File System.andrewfish1-2/+2
2010-02-10Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, i...andrewfish4-18/+204
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen201-1/+1
2010-02-09a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-0/+13
2010-02-09Add license headerklu21-0/+13
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao45-91/+194
2010-02-09Correct BlockSize when call ConfigToBlock API.lgao41-3/+2
2010-02-09Make the Volume Name display the same name that the use needs to type. ie. re...andrewfish1-1/+10
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang84-15/+11
2010-02-08Add the missing BDS license header.lgao49-0/+169
2010-02-08format uniform: move tab to blank.erictian1-43/+43
2010-02-08Add EBC driver to Duet platform so that EBC option ROM can get dispatched.niruiyu2-195/+197
2010-02-08Roll back to ECC previous stable version.jlin161-14/+1
2010-02-08Update ECC predicate expression checks for brace-quoted and boolean pointer v...jlin161-1/+14
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang81-5/+5
2010-02-08modified to pass the VS2003 buildjchen201-1/+1
2010-02-08Assume Tick value 1 as the beginning time of boot.jgong51-0/+12