1. 14ae1b3 Nt32Pkg: Fix PlatformBootManagerLib to respect PcdShellFile. by Ruiyu Ni · 9 years ago
  2. 703da8b Nt32Pkg: Keep boot behavior using new BDS almost same as that using old BDS by Ruiyu Ni · 9 years ago
  3. 8f227c2 Nt32Pkg: Platform BDS should test the untested memory by Ruiyu Ni · 9 years ago
  4. e2f0fff Nt32Pkg: Remove old useless bds platform lib. by Eric Dong · 9 years ago
  5. 99eda88 Nt32Pkg: Do connect all and Refresh boot option action after console is connected. by Eric Dong · 9 years ago
  6. 44cff56 Nt32Pkg: Use different FILE_GUID. by Ruiyu Ni · 10 years ago
  7. 123e9f6 Nt32Pkg: Add PlatformBootManagerLib to Nt32 platform. by Ruiyu Ni · 10 years ago
  8. dd94583 Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg. by Ruiyu Ni · 10 years ago
  9. f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
  10. 0ff38cb Nt32Pkg: Add Secure Boot build option including Custom Mode setup by leegrosenbaum · 13 years ago
  11. 1a2ae0f Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor to initialize mWinNt pointer because DxeCore calls the library API before it calls the constructor. by niruiyu · 14 years ago
  12. 21ff163 Make PeCoffExtraActionLib more robust, in case it is called before its constructor gets called. This fixes a crash in TOT. by andrewfish · 14 years ago
  13. ea3cfce Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 years ago
  14. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  15. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  16. 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  17. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  18. 6635217 Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded more than once. Only the first instance will support source level debug. by mdkinney · 15 years ago
  19. a3deae0 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
  20. 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
  21. bef09f3 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  22. 60f3d32 Update Nt32 package to remove UID support . by qhuang8 · 15 years ago
  23. aa11588 Enable UID support in NT32 platform by gdong1 · 15 years ago
  24. b06f85a Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
  25. 31dd4e2 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 15 years ago
  26. f51c8a9 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
  27. 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 15 years ago
  28. 989003b Remove unused PeiServiceLib header file. by lgao4 · 15 years ago
  29. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
  30. 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
  31. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 15 years ago
  32. a00ec39 Fix ICC compatibility issues by mdkinney · 16 years ago
  33. d5275ee Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  34. 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  35. be71cc9 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  36. 53d7408 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  37. 51f1a2b Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
  38. ee31b44 Add empty line by qhuang8 · 16 years ago
  39. ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  40. 9bc2425 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  41. 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
  42. 9b4efc6 Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  43. 1a9a125 Fix the wrong fix in last check in by qhuang8 · 16 years ago
  44. fcf24ba Update Nt32 platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
  45. d84dbca Use apply PeiServicesLib to locate PPI by qhuang8 · 16 years ago
  46. 820886d Update PE/COFF libs to use machine type macros from PeImage.h by mdkinney · 16 years ago
  47. 165aba1 Remove the undefined logic to process gEfiStatusCodeSpecificDataGuid status code data. by lgao4 · 16 years ago
  48. 1f13f1c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  49. f0ba8fd Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago
  50. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  51. 008698a 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  52. 78e570b Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  53. d251b34 Make use of correct format String: by qwang12 · 16 years ago
  54. 03c19e0 Use CONST instead of const by klu2 · 16 years ago
  55. 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
  56. 24c2823 Fix build issue for ICC compiler. by klu2 · 16 years ago
  57. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  58. f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
  59. 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
  60. 0a9e929 Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf by qwang12 · 17 years ago
  61. 5fd5fcd UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  62. aaf5cf8 Use the correct ASSERT form. by qwang12 · 17 years ago
  63. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  64. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  65. 96f6af1 Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that by lgao4 · 17 years ago
  66. 76bb6ef Merge EDK tracker 892 to EDK II. by lgao4 · 17 years ago
  67. e4571e3 Correct module type for library instance. by lgao4 · 17 years ago
  68. 31024e1 Remove unused library instance Nt32PeCoffLoader. by lgao4 · 17 years ago
  69. 3d7b099 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. by lgao4 · 17 years ago
  70. 117bc84 Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE by mdkinney · 17 years ago
  71. b0d803f Merge branch of PI tree to main trunk by klu2 · 17 years ago
  72. 2807acc Fix a typo in the display string of MEMMAP_DEVICE_PATH.The precision flag is useless. by qhuang8 · 17 years ago
  73. e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
  74. b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
  75. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  76. 184cf40 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  77. 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  78. 39fcdca Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib by jwang36 · 17 years ago
  79. 0cc5b7b Correct copy right by klu2 · 17 years ago
  80. 351986a 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg. by yshang1 · 17 years ago
  81. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  82. 7658d60 Convert NT32 to use PCD settings for UEFI Timeout and language variables as a POC for new BDS. by AJFISH · 17 years ago
  83. d99e8cb Deleted CommonHeader.h that was not being used by AJFISH · 17 years ago
  84. f256957 Removed CommonHeader.h from NT32Pkg. Did not fix BDS as it will get re-written by AJFISH · 17 years ago
  85. b300209 Remove the EDK prefix from library instance folder's name by klu2 · 17 years ago
  86. 77cd7ff Remove the EDK prefix from library instance folder's name by klu2 · 17 years ago
  87. 9527612 Check in following modules, by xgu3 · 17 years ago
  88. 192f6d4 Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions. by klu2 · 17 years ago
  89. 71339b0 Change NameGuid to FvFileName by qwang12 · 18 years ago
  90. 29b0526 Make EdkGenericBdsLib compile. by qwang12 · 18 years ago
  91. 9921414 Add IntelFrameworkModulePkg dependency for status code library instances and Correct Nt32Pkg.dsc file sync with mdemodule directory change. by lgao4 · 18 years ago
  92. af162ac Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention. by qwang12 · 18 years ago
  93. ecd9cd1 1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf by vanjeff · 18 years ago
  94. 4bd1b0f 1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg by vanjeff · 18 years ago
  95. 5520659 1. Clean up DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf by vanjeff · 18 years ago
  96. 0dea993 by AJFISH · 18 years ago
  97. 4abb219 Remove the Includes section from a few INF file and Nt32.dsc buildable by commenting out some inf. by qwang12 · 18 years ago
  98. f40c9d1 Add in gEfiWinNtThunkProtocolGuid by qwang12 · 18 years ago
  99. 869f8e3 Success to build first Nt32 module. by klu2 · 18 years ago