- 5a0fe66 zero memory allocation. by jcarsey · 14 years ago
- 361a826 connect - add comments and add input verification by jcarsey · 14 years ago
- 1a63ec8 consist mapping - add comments and change variable names. by jcarsey · 14 years ago
- b0475f1 clarify library type. by jcarsey · 14 years ago
- 78ed876 remove ASSERT. by jcarsey · 14 years ago
- 0dc527e add absolute value MACRO. by jcarsey · 14 years ago
- 4bbdc0e FileHandleLib - use standard unicode file tag. by jcarsey · 14 years ago
- 7d271d7 move include file line under #define protection. by jcarsey · 14 years ago
- 345cd23 cls - add input verification. by jcarsey · 14 years ago
- b54fd04 Cd - add more input verification. by jcarsey · 14 years ago
- 2398d9b update functionality on Bcfg command. by jcarsey · 14 years ago
- 252d945 updated comments and added string-to-number conversion with return value to indicate success or failure. All parameter checking updated to non-case-sensitive. by jcarsey · 14 years ago
- 68fb052 Add Network1 profile. by jcarsey · 14 years ago
- 9586a35 update allocation to use Zero pool library function. by jcarsey · 14 years ago
- 4eb59be renaming the BaseFileHandleLib to UefiFileHandleLib. by jcarsey · 14 years ago
- 77dcec1 Updating level 1 commands. by jcarsey · 14 years ago
- a47c681 Refine code to make code follow the coding style. by ydong10 · 14 years ago
- 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
- 9875a3e MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
- b1aab29 MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
- b5b1aca Fix gBS->Stall bug. The current code would only stall for a single timer tick. Fixing this issue exposed another issue with time slip in the stall that was also fixed. by andrewfish · 14 years ago
- 667bf1e OvmfPkg/PlatformPei: Fix issue with 'RELEASE' tag build by jljusten · 14 years ago
- 9ed65b1 OvmfPkg/PlatformPei: Set BootMode, install MasterBootMode PPI by jljusten · 14 years ago
- dc76cdd Fix ICC build failure. by lgao4 · 14 years ago
- 4a12dfd Use exactly match method for HiiCompareLanguage. by ydong10 · 14 years ago
- a70dbff Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. by lgao4 · 14 years ago
- 8679b1c Add the missing LegacyBiosMpTable.h per MultiProcessor Specification. by lgao4 · 14 years ago
- a36a9b3 Fix LocateDevicePath() to return proper error status code. It was returning EFI_INVALID_PARAMETER if Device was NULL even if not handles matched the search criteria. The proper behavior is to return EFI_NOT_FOUND if not handles match the search criteria, and only return EFI_INVALID_PARAMETER if at least one match is found and Device is NULL. by mdkinney · 14 years ago
- b3d2538 New EDK Shell binary (r50). by niruiyu · 14 years ago
- acaa272 Add description for 64-byte FIFO enable bit for PcdSerialFifoControl. by mdkinney · 14 years ago
- 831ff05 Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. by mdkinney · 14 years ago
- 975e881 Refine the inf and dec to follow spec. by ydong10 · 14 years ago
- 5697f87 Reserve more space width for Option value. by lgao4 · 14 years ago
- a77badb Refine code to follow coding style. by ydong10 · 14 years ago
- d4e0afd by ydong10 · 14 years ago
- 640dfdc Roll back change to previous version. Language should be compared as the exact match. by lgao4 · 14 years ago
- 4249fa7 judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EFI_NOT_FOUND by erictian · 14 years ago
- 357237b New EDK Shell binary (r49) with LibGetString() fix. by niruiyu · 14 years ago
- 4fe180b Enhance inf to follow spec. by ydong10 · 14 years ago
- 3a63a42 Enhance inf to follow spec. by ydong10 · 14 years ago
- 6e80bc6 Enhance inf to follow spec. by ydong10 · 14 years ago
- 6397107 Enhance inf and dec file to follow specs. by ydong10 · 14 years ago
- e76553d Enhance dec file to follow spec. by ydong10 · 14 years ago
- d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
- 36f0b7c Enhance inf file to follow inf spec. by ydong10 · 14 years ago
- f6dbfa5 add gEfiPeiMasterBootModeGuid dependency for getting right boot mode by erictian · 14 years ago
- 27ee669 if it's in recovery mode, variable region is unreliable, so the ReadOnlyVariable2Ppi should return EFI_NOT_FOUND by erictian · 14 years ago
- ae373a5 Fix a bug in SmmPerformanceLib that there is no return value in normal cases for GetPerformanceMeasurement(). by rsun3 · 14 years ago
- d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
- 1ff0b1e Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
- d8ccb37 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 033b006 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- fe91c99 Update some progress codes name per the PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
- baa6894 Update some progress codes name per the PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
- 3f91133 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 5e9ae43 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 351ff41 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- f506e94 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 19dd3f7 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- d9d9e05 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 5de1a57 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 15b96d9 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 3594574 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 6bd01eb Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- f4845fc Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- c77b88d Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 48fff86 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 62a5bf6 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 2891fc8 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- ca1677d Update module to pass in a valid EFI_HANDLE when is reloads and restarts itself using the PeCoffLib. by mdkinney · 14 years ago
- d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
- e8bce4b Enhance PcAt IsaAcpi driver to support enable/disable separated functions per PCD settings. by niruiyu · 14 years ago
- 5fbfa2d Fixed typos per the PI Spec 1.2 Errata B. by vanjeff · 14 years ago
- e70ae46 fix null DevicePath issue. by erictian · 14 years ago
- 487ef01 1. The old refresh string code also update the time/date opcode. But for the reason that time/date opcode updates the string with the same size, so skip the refresh code for it. by ydong10 · 14 years ago
- d12c6a5 Updated the GUID name to follow PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
- e16ee65 Update comment per the latest PI spec Errata B. by li-elvin · 14 years ago
- b0bdc7b Update HiiCompareLanguage to support case that language in String package is "en" and the input language is "en-US". by lgao4 · 14 years ago
- 1123277 Do the following enhancement for SetupBrowser: by lgao4 · 14 years ago
- 81da6ef Bug description: by ydong10 · 14 years ago
- 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
- ed365e9 fix a invalid pointer conversion when builing 32bit image. by erictian · 14 years ago
- 3fee586 Add missing .h file to INF file by gdong1 · 14 years ago
- 2d7df64 Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. by andrewfish · 14 years ago
- a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
- 6377d2f Fix minor Xcode build issues. by andrewfish · 14 years ago
- 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
- 692477d UnixPkg: Fix build for Linux by jljusten · 14 years ago
- 2dcef68 UnixPkg: Use build flag to prevent FatPkg from being required by jljusten · 14 years ago
- b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
- 17a6c33 when timeout is 0, infinite loop on the timeout request to follow UEFI spec by erictian · 14 years ago
- 6617d83 Fix the bug that BDS assumes any boot option resides in the FV is Shell which causes that the non-Shell FV boot option is removed by GenericBdsLib. by niruiyu · 14 years ago
- 1571367 Symptom: by ydong10 · 14 years ago
- d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
- 60d8f1f clean non-ASCII char by hhtian · 14 years ago
- 267865e OvmfPkg: Add create-release.py script by jljusten · 14 years ago
- 1b88f96 The input StringInfo should be kept for HiiStringIdToImage() function. by lgao4 · 14 years ago
- c1e2b15 1.Refine all the goto and action opcode. When the menu link to the sub form, use the goto opcode and show the arrow. Others use the action opcode. by ydong10 · 14 years ago
- c3161b2 1.Reposition the platform info. Move from the old position to left one block space and down one block space. by ydong10 · 14 years ago
- 3b2eba1 HiiCompareLanguage should use the exact match method, old code use the best match method. by ydong10 · 14 years ago