1. 105c70e Duet X64 still use IA32 tool chain to generate bootsector. So update postbuild.bat to correct the binary path. by klu2 · 16 years ago
  2. 99032c4 Pass X64 GCC building by klu2 · 16 years ago
  3. b0e441b Update step for FAT32 usb. by klu2 · 16 years ago
  4. fe74f17 fix building issue for linux tool chain by klu2 · 16 years ago
  5. f1294e4 Refine the comments for BiosVideo thunk driver. by klu2 · 16 years ago
  6. 0d92cdc Update BiosVideo driver to produce GOP protocol but not UgaDraw protocol which is retired from UEFI specification. by klu2 · 16 years ago
  7. fd677af Should use UINTN for architecture register. by klu2 · 16 years ago
  8. 024a9e1 Fix building issue for linux toolchain by klu2 · 16 years ago
  9. 439c34f Fix build broken for variable's header modification. by klu2 · 16 years ago
  10. 7da78b1 1, Port BiosVideoThunkDxe driver from edk to edk2; by klu2 · 16 years ago
  11. 92bb89c Changed deprecated DPATH to DLL for CYGWINGCC tool chain. by jwang36 · 16 years ago
  12. 1a6c62b Frozen from source r1503: added quote marks for the reference of $(MAKE) to avoid build failure because of space in MAKE path. by jwang36 · 16 years ago
  13. a95f236 Define EFI_REMOVABLE_MEDIA_FILE_NAME for EBC architecture in GenericBdsLib library instance, because UEFI specification does not define it for EBC. by klu2 · 16 years ago
  14. d4cb8e7 remove redundant judgement as ALIGNMENT can only equate with 1 or 8 instead of 0 by eric_tian · 16 years ago
  15. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  16. aa19fa5 Update PCD help text. by lgao4 · 16 years ago
  17. c42d374 1. Use /Map to generate map files; 2. Add code to process bin files split. by gikidy · 16 years ago
  18. 9a2a7a1 GenericBdsLib can not be built under EBC because specification does not give some definition for EBC. by klu2 · 16 years ago
  19. 78b719a 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  20. 041047e Remove unwanted svn properties added by tool. by jljusten · 16 years ago
  21. a9f61fc Added the definition of $(MAKE) macro back into top level makefile for the sake of nmake.exe in Visual Studio 2003. by jwang36 · 16 years ago
  22. 20193e0 Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be added by klu2 · 16 years ago
  23. 0375ec8 boot sector use 16-bit code. by klu2 · 16 years ago
  24. 57b6de7 in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so use $ to reference string tag directly. by klu2 · 16 years ago
  25. 3519b58 corrected typo. by qwang12 · 16 years ago
  26. 844d9de Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
  27. c62dbf3 Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
  28. 7dbb8c5 Update help information for PcdSupportFullConfigRoutingProtocol. by qwang12 · 16 years ago
  29. 1f9fa1d 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  30. a2b3599 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  31. 0b84526 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  32. 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  33. 12a738e 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  34. 6efe5f9 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  35. 21e97c7 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  36. 8c81cb8 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  37. 7f3a617 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  38. 746be87 If variable does not exist for a HII PCD, a new NV variable need to be created. by klu2 · 16 years ago
  39. 18efbdf All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  40. 86b7139 Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
  41. 92502d5 PeiStatusCode PEIM does not dependent on BaseMemoryLib library class. by klu2 · 16 years ago
  42. da4483c Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
  43. 43d4555 Add GNUmakefile for Linux GCC to build BootSector; by gikidy · 16 years ago
  44. fd549a4 1. Add GNUmakefile for Linux GCC to build BootSector; by gikidy · 16 years ago
  45. 50db9e5 Add some comments in BdsDxe INF file. by lgao4 · 16 years ago
  46. de5b0df Correct minor comments in meta data file. by lgao4 · 16 years ago
  47. 1a0e3dd Add the missing header file by lgao4 · 16 years ago
  48. 37226e8 Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the restriction on caller of PCD protocol. by qhuang8 · 16 years ago
  49. 3dcdbe7 update by eric_tian · 16 years ago
  50. c7a6f87 Fix GCC building broken, GCC does not allow \ character at end of line in comments by klu2 · 16 years ago
  51. 4f22e23 Add missing library class header file. by klu2 · 16 years ago
  52. 16a44a1 Remove unreferenced library class by klu2 · 16 years ago
  53. afac5e1 Remove unreferenced library class by klu2 · 16 years ago
  54. 32610f3 Add missing library class header file. by klu2 · 16 years ago
  55. 0b9e639 Add missing protocol header files by klu2 · 16 years ago
  56. 1ba6921 Remove unreferenced library class. by klu2 · 16 years ago
  57. 4e896fe Fix missing protocol header file by klu2 · 16 years ago
  58. 7df0b52 Refine comments by klu2 · 16 years ago
  59. bba6c99 Refine comments by klu2 · 16 years ago
  60. 58612f2 Fix typo. by klu2 · 16 years ago
  61. 9bc88ad Fix typo by klu2 · 16 years ago
  62. a8fdba5 remove dependent package from inf files. by vanjeff · 16 years ago
  63. f33d304 fix typo by klu2 · 16 years ago
  64. 86a3ad4 Refine the INF's comment by klu2 · 16 years ago
  65. f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
  66. 7aca74c Remove PCD setting same to default set. by lgao4 · 16 years ago
  67. 996d5e2 Remove PCD setting same to default set. by lgao4 · 16 years ago
  68. 3d53ba8 Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be invoked by GetSizeTableIndex. by klu2 · 16 years ago
  69. 7c2228d update hotplug check logic by vanjeff · 16 years ago
  70. f1aec6c 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
  71. 34070f1 Remove private event description from INF. by xli24 · 16 years ago
  72. 9fdeb09 Correct some misleading comments. by xli24 · 16 years ago
  73. 599a55a Add sample for auto-generated PCD by klu2 · 16 years ago
  74. 40d542f minimum update to pass ICC by vanjeff · 16 years ago
  75. b3bf1e8 Update GenFv tool to support creating PI extension FV header. by lgao4 · 16 years ago
  76. 6c76a5d Fix typo in driver entry point name by qhuang8 · 16 years ago
  77. 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
  78. 1088908 Sync with MdePkg counterpart by qhuang8 · 16 years ago
  79. 8408411 Fix typo in API prototype by qhuang8 · 16 years ago
  80. ad801d0 Check in library class of BaseMemoryTestLib. by xli24 · 16 years ago
  81. 7e61428 1. Fixed the issue which string ID, $LANGUAGE_NAME and $PRINTABLE_LANGUAGE_NAME, were generated if "#langdef" is not in the first uni file. by jwang36 · 16 years ago
  82. ef0028a Fix typo by klu2 · 16 years ago
  83. 844c77b Move PlatformBdsLibNull library instance to IntelFrameworkModulePkg by klu2 · 16 years ago
  84. 3f2053b Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  85. 002774a Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  86. ddac74d Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  87. 9b4efc6 Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  88. 87fbccb Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  89. 2743172 Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package by lgao4 · 16 years ago
  90. 96cb78a Use gEfiCallerIdGuid as the private guid for PcdPeim module. by lgao4 · 16 years ago
  91. 1131738 uncomment usb related modules. by klu2 · 16 years ago
  92. a357faa Fix build broken. by klu2 · 16 years ago
  93. 204d0e0 Fix build break: Remove unused NvDataFvHob Replace it with NvDataFvGuid by qhuang8 · 16 years ago
  94. aad01a7 Remove unused guid by klu2 · 16 years ago
  95. 736e355 Fix some broken file path. by klu2 · 16 years ago
  96. 7f89e35 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  97. 41ae2c7 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  98. 4bfa7dc 1. Remove feature flag PcdDxeIplEnableIdt entries by qhuang8 · 16 years ago
  99. a9b896f Remove the work-around in DevicePathLib to judge the end of device path node type. by qhuang8 · 16 years ago
  100. b6349c0 Change directory name PlatformDriOverride to PlatformDriOverrideDxe. by lgao4 · 16 years ago