1. ca835f4 Fix ICC build warning. by qhuang8 · 16 years ago
  2. 0ba7fff Add check when use Index as Array [Index] to avoid out of Array bound. by lgao4 · 16 years ago
  3. cc4678a Fix the path for BDS. by qhuang8 · 16 years ago
  4. 6426c8f Add comments for these header files by lgao4 · 16 years ago
  5. 7c9c12f Remove unused Hob Guid by lgao4 · 16 years ago
  6. 0adcc82 Remove unused Hob Guid by lgao4 · 16 years ago
  7. 7772b17 Update for Meta data. by xli24 · 16 years ago
  8. 75a3814 Add ASSERT in case SalSystemTable is NULL. by qhuang8 · 16 years ago
  9. 02313d1 Remove volatile for local Index, and Use Memory library functions to fix the reference to compiler intrinsic functions. by lgao4 · 16 years ago
  10. 70e5ca2 Fixed a PcdEx AutoGen bug by jwang36 · 16 years ago
  11. 5d1a5b3 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  12. 5c5a2ca Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  13. 80f73b5 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  14. 5c08e11 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  15. c516c71 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  16. 6a3f4ef DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function. by klu2 · 16 years ago
  17. 6cf3743 Fix typos in Pcd token number by qhuang8 · 16 years ago
  18. 485a505 Add more checkpoint for deference pointer. by klu2 · 16 years ago
  19. cb26370 Fix issue from code scrub. by klu2 · 16 years ago
  20. 9872985 Add check when use Index as Array [Index] to avoid out of Array bound. by lgao4 · 16 years ago
  21. 8088226 Add check after allocate pool. by lgao4 · 16 years ago
  22. 60c65d3 remove klocwork issue. by vanjeff · 16 years ago
  23. bc7e600 DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function. by klu2 · 16 years ago
  24. 7a79628 Add check for NULL pointer. by xli24 · 16 years ago
  25. f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
  26. a0e221a Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  27. b650f50 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  28. 1127174 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  29. 7bd0459 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  30. 08e409c Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  31. 9d006d2 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  32. 0978682 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  33. 8460a81 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  34. b11dcd8 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  35. dcb6a8b Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  36. 5c6926d Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  37. f275c91 Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  38. 186bc15 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
  39. 4c9c0f7 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
  40. 96827f1 Correct FeatureFlagExpress PCD format based on INF spec. by lgao4 · 16 years ago
  41. 364a232 Meta-data reviewed and verified. by gikidy · 16 years ago
  42. a833f28 Update to add the ASSERT()s in the right place. by qhuang8 · 16 years ago
  43. 4a1102c K8: by qwang12 · 16 years ago
  44. 29dd3b0 Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize is NULL. by eric_tian · 16 years ago
  45. 7efb1d8 adjust code to remove Klocwork issues. by vanjeff · 16 years ago
  46. 9d35ff8 Enhance GenFw tool to zero PeImage .xdata section (free form exception data) unused in BIOS, which can increase the compression ratio for the BIOS image. by lgao4 · 16 years ago
  47. 40a06b0 K8: by qwang12 · 16 years ago
  48. 7bfc66a Meta-data review. by gikidy · 16 years ago
  49. 16a747e Add some info for some PCD controlled GUIDs and Protocols. by gikidy · 16 years ago
  50. 32e2466 Meta-data review. by gikidy · 16 years ago
  51. 79864f5 Source level security checked by jji4 · 16 years ago
  52. ba992f9 1, Add logo.bmp to fv file for showing it in graphic mode by klu2 · 16 years ago
  53. 7fa5d6e Meta-data review. by gikidy · 16 years ago
  54. a503cc6 Meta-data review. by gikidy · 16 years ago
  55. f50cf50 Meta-data review. by gikidy · 16 years ago
  56. f34aec3 coding style by eric_tian · 16 years ago
  57. fa7b316 K8: by qwang12 · 16 years ago
  58. d0720b5 K8: Add in "check-for-null" to catch the de-reference of NULL pointer. by qwang12 · 16 years ago
  59. 96ff65a K8: by qwang12 · 16 years ago
  60. 5a829f5 K8: add new variable PasswordSize to remove immeidate constant. by qwang12 · 16 years ago
  61. d64ac71 Add ASSERT in case SalSystemTable is NULL. by qhuang8 · 16 years ago
  62. 1ac628e Assertions added by jji4 · 16 years ago
  63. 8ca67c4 Update For Review by hfang · 16 years ago
  64. c59634e Source level security checked by jji4 · 16 years ago
  65. 8c80d39 Add some ASSERT()s. by gikidy · 16 years ago
  66. 49fabc8 Source level security checked by jji4 · 16 years ago
  67. a2bc29c Fix a bug that length might be a negative value for worker function BasePrintLibFillBuffer(). In view of this, it is better to reuse for loop to fill the buffer. by qhuang8 · 16 years ago
  68. 3069bc1 Add some ASSERT()s. by gikidy · 16 years ago
  69. 19c804c Fix the wrong file comments for SnpDxe.inf driver by klu2 · 16 years ago
  70. e6c4ef1 Source level security checked by jji4 · 16 years ago
  71. 67252d9 Adjust gSimpleTextInExNotifyGuid position in INF file. by gikidy · 16 years ago
  72. 066ec71 Adjust gSimpleTextInExNotifyGuid position in INF file. by gikidy · 16 years ago
  73. 8d4cd91 1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol by gikidy · 16 years ago
  74. dab714a Insert comments for functions/macros and add the file headers. by niry · 16 years ago
  75. bd59b46 sync function header to avoid ecc by jgong5 · 16 years ago
  76. 24af132 Fixed OPTIONAL/comma issue by jgong5 · 16 years ago
  77. 3e8c18d code scrub fix by jgong5 · 16 years ago
  78. be973ff added newline after brief summary by jgong5 · 16 years ago
  79. 9fa98a8 Add change log for some new definitions. They are backward compatible. by qhuang8 · 16 years ago
  80. f29d42d Move CompilerStub library for IA32 & x64 only. by qhuang8 · 16 years ago
  81. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  82. 90e128e Fix a bug which print new stack size and old stack size wrongly. by qwang12 · 16 years ago
  83. 812acae Comments checked by jji4 · 16 years ago
  84. 9cdae8c Array boundary evaluation expression fixed. by jji4 · 16 years ago
  85. 6d9f0e7 Source level security checked by jji4 · 16 years ago
  86. b77d007 Coding style checked by jji4 · 16 years ago
  87. 649e72d Performance and size optimised. by gikidy · 16 years ago
  88. b364eeb Apply code to avoid security warnings. by qhuang8 · 16 years ago
  89. bcccf0b Apply BaseMemoryLib to replace the for loop. by qhuang8 · 16 years ago
  90. 7646204 Fix the prototype inconsitency issue. by qhuang8 · 16 years ago
  91. eb1f74c Add type cast to pass build by qhuang8 · 16 years ago
  92. 6c36580 Apply PeiServicesLib by qhuang8 · 16 years ago
  93. 2f17ffc Add type cast for PeiServices pointer by qhuang8 · 16 years ago
  94. de13f24 Apply PeiServicesLib by qhuang8 · 16 years ago
  95. c89914c Add type case by qhuang8 · 16 years ago
  96. 03d7703 1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid. by vanjeff · 16 years ago
  97. 0bb0f0c INF extension reviewed by jji4 · 16 years ago
  98. f890b1e 1.fixed one bug to 'reconnect -r' when running 4 times. 2.Code scrub. by vanjeff · 16 years ago
  99. ad951a3 To pass ICC build. by vanjeff · 16 years ago
  100. 52dbc2f Update EdkShellPkg to remove the external Shell directory from EDK shell project. by qhuang8 · 16 years ago