- b4b9fbc Fix build break by mdkinney · 15 years ago
- 5f7431d fix build breaks. and allow for new lists to be created. by jcarsey · 15 years ago
- afb84e4 restore @par Revision Reference. by eric_tian · 15 years ago
- 55c1c87 restore @par Revision Reference. by eric_tian · 15 years ago
- 7611ea1 fix build issue by eric_tian · 15 years ago
- 6115bcc roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
- 1db0e83 To keep the code not change as original for compatible purpose. GetNextVariable --> PeiGetVariable. SetVariable--> PeiSetVariable by jchen20 · 15 years ago
- bab0c17 update the function header comment to comply with PI1.2 volume 5 by eric_tian · 15 years ago
- 1257e05 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
- 0995a97 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
- f928971 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
- 03fb2d3 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
- 904ac28 The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/adding/removing string/form packages into the UEFI HII Database. The notification handler wants to parse the IFR binary data of the form package. However, the code assumes that a form package have a FORM SET OP and if not, it will assert. Remove assert and ignore form packages that can not be handled for error tolerant. by rsun3 · 15 years ago
- ada3f18 Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length to be multiple of 8. This does not follow the spec. by rsun3 · 15 years ago
- 66e1951 Synchronize build tools binaries with source code r1654 at build tool project. by klu2 · 15 years ago
- 0e0eeec Clean the public header files to remove the unnecessary include files. by lgao4 · 15 years ago
- 2d63030 Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h. by rsun3 · 15 years ago
- 55e1864 Add the missing header file. by lgao4 · 15 years ago
- 989003b Remove unused PeiServiceLib header file. by lgao4 · 15 years ago
- 6441961 1, Add @par section in file header comment by klu2 · 15 years ago
- 63b6768 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
- c031fd2 Add comments to describe the difference between code and spec and move the processor invalid reason macro to StatusCode.h from CPU pkg to fix the bug #202469 by jchen20 · 15 years ago
- 06a098c Code clean up to match with Framework HII 0.92 spec. Add comments for mismatches between code and spec. by rsun3 · 15 years ago
- b3d8b21 Fix build break. by lgao4 · 15 years ago
- 77b91d8 Replace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size. by gikidy · 15 years ago
- 10c1a4c Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features. by xli24 · 15 years ago
- a4df47f 1. remove duplicated NetLibDispatchDpc() calling in Pool function. by vanjeff · 15 years ago
- d2eec31 enhanced check when reading BMP file. by vanjeff · 15 years ago
- d405baa Refine comments. by xli24 · 15 years ago
- 3ae0837 Refine comments. by xli24 · 15 years ago
- a5baf84 Keep inconsistency in code and add additional comments for that. by xli24 · 15 years ago
- 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
- 2e01113 Fix a bug that process received data twice, it will cause serial work incorrect. by gikidy · 15 years ago
- 031667a Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 15 years ago
- 83c4704 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 15 years ago
- 951d309 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 15 years ago
- 9a6b4de Update BdsDxe to fill int he FirmwareVendor and FirmwareRevision fields of the EFI System Table based on PCD settings by mdkinney · 15 years ago
- 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 15 years ago
- 2997220 Remove structure declaration for EFI_UGA_PIXEL. by mdkinney · 15 years ago
- 7c8625b Fix build break by mdkinney · 15 years ago
- ea00288 fix comment by jcarsey · 15 years ago
- 727a4c7 fix operator order. by jcarsey · 15 years ago
- 97482d9 Committing changes to the comments, to improve code documentation. by pkandel · 15 years ago
- 7b6b774 Committing changes to the comments, to improve code documentation. by pkandel · 15 years ago
- 727fed5 Committing changes to the comments, to improve code documentation. by pkandel · 15 years ago
- 3d8bd97 Committing changes to the comments, to improve code documentation. by pkandel · 15 years ago
- 6d1824f Add comments to describe the difference between code and spec to fix the bug #202430 by jchen20 · 15 years ago
- e899855 Add comments to describe the difference between code and spec to fix the bug #202409 by jchen20 · 16 years ago
- 18d7ae2 describe the difference with Spec to fix the bug #202465 by jchen20 · 16 years ago
- d9aef0a update the file header/function comments of DiskInfo/PciHotPlugRequest protocols to align with PI1.2 spec volume 5 by eric_tian · 16 years ago
- 11c5022 Refine comments for BdsGetBootTypeFromDevicePath(). by klu2 · 16 years ago
- b59768c Add definition on SmmStatusCodeProtocol to comply the SMMCIS spec to fix the bug #202466 by jchen20 · 16 years ago
- da879e3 Add comments to describe the difference with Spec to fix the bug #202466 by jchen20 · 16 years ago
- 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago
- 220c61c Add the FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL definition to comply with Framework spec by jchen20 · 16 years ago
- 56fd2fa Refine the comments to describe inconsistency between code and spec. by xli24 · 16 years ago
- d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
- c437405 Synchronize the build tools' binary with source files at r1645 in build tool project. by lgao4 · 16 years ago
- 2a924b0 updated comments per review comments. by vanjeff · 16 years ago
- a69dbb0 the Comment the gap between Framework spec and code in the definition of FRAMEWORK_EFI_PEI_SERVICES by jchen20 · 16 years ago
- 110d3a9 Use PixelFormat PixelBitMask in CirrusLogic5430Dxe driver. by jljusten · 16 years ago
- 9eb53ac fixing build errors by jcarsey · 16 years ago
- ee33873 Synchronize the build tools' binary with source files at r1640 in build tool project. by xli24 · 16 years ago
- e83c906 Add comments for the return value of GenericBdsLib functions. by lgao4 · 16 years ago
- 13b3137 according to DataHubSubclass spec, all fields of data record should be naturally alignment. by eric_tian · 16 years ago
- 66ea28d to describe the gap between Framework spec and code to fix the bug #202434 by jchen20 · 16 years ago
- 890986c add security check. by vanjeff · 16 years ago
- 32d4a8e to fill the gap between PI1.0 and code to fix the bug #202435 by jchen20 · 16 years ago
- 4003840 to fill the gap between Framework and code to fix the bug #202405, #202419, #202418, #202435,#202437, #202439, #202440 by jchen20 · 16 years ago
- fa70a2c Enhanced module to handle half handshake flow control. by gikidy · 16 years ago
- 5b3ea84 Fix a building error due to check-in r8808 by klu2 · 16 years ago
- ee0b896 Synchronize the build tools' binary with source files at r1639 in build tool project. by xli24 · 16 years ago
- 4b703d3 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
- 15aef29 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
- 51797e6 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. by gikidy · 16 years ago
- 59d2a62 change ProcessorCoreFrequencyRecordType to EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER. the latter is defined by spec. by eric_tian · 16 years ago
- 9e8c32c Correct the file name case for linux environment by klu2 · 16 years ago
- 631344e refine the DataHubRecords.h to comply with DataHubSubclass/MemSubclass/ProcSubclass/CacheSubclass spec. by eric_tian · 16 years ago
- fdf3ad8 Add comments to indicate the gap with Framework Spec by jchen20 · 16 years ago
- 2b1473c add more description in edksetup.sh by klu2 · 16 years ago
- 1dae824 refine the file header comment on FrameworkDxe.h by eric_tian · 16 years ago
- 4c617fa 1. add comments for those fields not defined by MemorySubclass spec. by eric_tian · 16 years ago
- 6b7058c Inconsistent with specification here: by eric_tian · 16 years ago
- eeff6bb 1. EFI_MAXIMUM_CACHE_SIZE_DATA has changed to EFI_CACHE_MAXIMUM_SIZE_DATA, which follows spec. by eric_tian · 16 years ago
- dcd8fb0 add comments to note it's the spec typo issue for EFI_CACHE_CONFIGURATION_DATA filed type. it should be UINT32 rather than UINT16 by eric_tian · 16 years ago
- 2cbfdae add comment on EFI_PROCESSOR_CORE_FREQUENCY_LIST_DATA to note there is gap between code and spec. by eric_tian · 16 years ago
- 5a35364 Add comments for the inconsistent definition with framework specification. by lgao4 · 16 years ago
- 3f17e6d Add comments for the inconsistent definition with framework specification. by lgao4 · 16 years ago
- 2b47aaa add comments to note why EFI_MISC_PORT_DEVICE_PATH and etc exists here , which is not defined in MiscSubclass spec. by eric_tian · 16 years ago
- 905574d update the file header comment by eric_tian · 16 years ago
- 5007647 Inconsistent with specification here: by eric_tian · 16 years ago
- 0977c9b Refine comments. by klu2 · 16 years ago
- b66be4c 1. change the value of EFI_PROCESSOR_SUBCLASS_VERSION to follow spec. by eric_tian · 16 years ago
- 99caac3 Add [in], [out] tag for function description. by xli24 · 16 years ago
- ee89675 Add comments to describe inconsistency between code and Framework spec. by xli24 · 16 years ago
- 5087742 Add comments to describe inconsistency between code and Framework spec. by xli24 · 16 years ago
- f5e9ff8 Add check that Progress is NULL by lgao4 · 16 years ago
- 7a45e5a Remove TempStringLen. It was assigned, but not used. (ICC warning) by jljusten · 16 years ago
- 116c9e2 Revert r8771. UnixPkg has a custom RTC driver. by jljusten · 16 years ago
- 3faeea7 Add UefiRuntimeLib to PcAtChipsetPkg.dsc. by jljusten · 16 years ago