1. 95ac0eb Nt32Pkg: Link separated VarCheckUefiLib NULL class library instance by Star Zeng · 9 years ago
  2. 5ad1e00 Nt32Pkg: Add VarCheckLib library mapping by Star Zeng · 9 years ago
  3. 4018f20 Nt32Pkg: Add HttpUtilitiesDxe module by Jiaxin Wu · 9 years ago
  4. e2f0fff Nt32Pkg: Remove old useless bds platform lib. by Eric Dong · 9 years ago
  5. f2993c0 Enable NT32 platform to use new UiApp code. by Eric Dong · 9 years ago
  6. 2466280 Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot. by Fu Siyuan · 9 years ago
  7. 6f88fb2 Nt32Pkg: Use the merged Variable driver by Star Zeng · 9 years ago
  8. 3c0e902 Nt32Pkg: Link AuthVariableLib for following merged variable driver deploy by Star Zeng · 9 years ago
  9. 811e73a Nt32Pkg: Enable new BDS in NT32 platform. by Ruiyu Ni · 10 years ago
  10. dd94583 Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg. by Ruiyu Ni · 10 years ago
  11. ca04b83 NT32Pkg: Fix build errors from building secure boot with NT32 X64 by Cinnamon Shia · 10 years ago
  12. 2790926 Change NT32 and DUET to use UEFI Shell by default. Use "-D USE_OLD_SHELL" for NT32 to use EDK Shell. by Ruiyu Ni · 10 years ago
  13. 78322c8 Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and update other table version to refer to it. Remove the “/D TIANO_RELEASE_VERSION=0x00080006” option in Nt32Pkg DSC file, since it’s not used in source code. by Shumin Qiu · 11 years ago
  14. 3b9f94c MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
  15. 61d8989 MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
  16. f3a86f7 Separate NT32 build directory, so that we can build IA32 and X64 image at same time. by Yao, Jiewen · 11 years ago
  17. f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
  18. 9dc2c78 resolve TpmMeasurementLib dependency introduced in r14687 by jyao1 · 11 years ago
  19. db44ea6 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. by Fu Siyuan · 11 years ago
  20. 99736b3 Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
  21. 6b1ac44 Update NT32/Duet platform to use new display engine and browser. by Eric Dong · 11 years ago
  22. 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
  23. b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  24. 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
  25. 71e9d09 Nt32Pkg: Use FaultTolerantWritePei driver. by Star Zeng · 11 years ago
  26. cbc6b5e Add missing secure boot build option by hhtian · 13 years ago
  27. 0ff38cb Nt32Pkg: Add Secure Boot build option including Custom Mode setup by leegrosenbaum · 13 years ago
  28. 55b1753 Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
  29. 572b0ad Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. by ydong10 · 13 years ago
  30. bbd53f7 Update the Package version. by niruiyu · 13 years ago
  31. b620a67 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  32. bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
  33. 0929b78 Add right PCD Library instance mapping by hhtian · 14 years ago
  34. 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
  35. 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
  36. 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
  37. e527bd2 Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal to the actual size of data. by qhuang8 · 14 years ago
  38. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  39. 663ef02 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform. by lgao4 · 15 years ago
  40. 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  41. 5fa3085 Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the default values/types from the DEC file. by lgao4 · 15 years ago
  42. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  43. 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  44. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  45. 70836cb Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  46. ba82cb6 Implement the simulation version of StallPei for NT32 platform. It bases on window API Sleep(). by klu2 · 15 years ago
  47. 6f7978c Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  48. 663ec9c Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  49. 164393a Move Status Code Handler modules for PI implementation to MdeModulePkg. by xli24 · 15 years ago
  50. bef09f3 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  51. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  52. 1fdd39d 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  53. 60f3d32 Update Nt32 package to remove UID support . by qhuang8 · 15 years ago
  54. aa11588 Enable UID support in NT32 platform by gdong1 · 15 years ago
  55. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  56. 061b1c2 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  57. 2356592 1) Update PE/COFF file alignment to 4KB to match 4KB section alignment. by mdkinney · 15 years ago
  58. 5276f66 add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
  59. 6782e82 deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
  60. 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  61. e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 15 years ago
  62. 4a2a9d7 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
  63. d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
  64. 9c11644 Build tool will translate the value of VOID* type PCD to byte array, and put value into database. So no need use esc character "\" in path value of UNICODE string. by klu2 · 16 years ago
  65. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  66. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  67. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  68. 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
  69. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  70. 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  71. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  72. 4d6c29c modify the format of DynamicHii type pcd in DSC file. We directly use Unicode string to describe the stored variable string name rather than original hex code. by eric_tian · 16 years ago
  73. 97ef8cf Add more usages in NT32 dsc and fdf by lgao4 · 16 years ago
  74. 0a20571 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
  75. e4ce8ea remove PcdNtEmulatorEnable. by vanjeff · 16 years ago
  76. 8e8fcb0 Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  77. ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  78. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  79. eba3ff4 Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTolerantWriteDxe driver in MdeModulePkg. by lgao4 · 16 years ago
  80. 5bc18fe Make Nt32 Sec use PeiReportStatusCodeLib instance of BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  81. 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
  82. 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  83. 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
  84. 996d5e2 Remove PCD setting same to default set. by lgao4 · 16 years ago
  85. ef0028a Fix typo by klu2 · 16 years ago
  86. 2743172 Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package by lgao4 · 16 years ago
  87. 41ae2c7 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  88. 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
  89. fcf24ba Update Nt32 platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
  90. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  91. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  92. d5469f4 Corrected the case of file name by jwang36 · 16 years ago
  93. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  94. 4213ce8 Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  95. 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
  96. 9a8fe60 Remove the capsule PCD value setting. This value is same to the default value. No setting is required. by lgao4 · 16 years ago
  97. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  98. 4797d4c Update NT32 platform DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  99. 008698a 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  100. a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago