1. 593a830 1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platform. It needs cowork with Network I/O driver. by vanjeff · 17 years ago
  2. e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
  3. 8877e89 Removed unused PCD entries. by AJFISH · 17 years ago
  4. e0f0686 Removed PCD entries for CPU properties as they should be defined in UNI file. Added some French translations to the MiscSubClass for things used on the front page. by AJFISH · 17 years ago
  5. faaef11 Add <BR> by klu2 · 17 years ago
  6. 4d69586 Remove '|' at end of PCD line. by klu2 · 17 years ago
  7. aed9904 Fix wrong PCD definition in DEC file. by klu2 · 17 years ago
  8. 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
  9. e75fe0e Added missing dependent package by jwang36 · 17 years ago
  10. e30eb28 Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang by qhuang8 · 17 years ago
  11. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  12. a5b8a50 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  13. 8df425c Remove several unprintable characters in comments by qhuang8 · 17 years ago
  14. 29c3622 Remove use of CHECKSUM sections and leave an example in comments showing how to use CHECKSUM sections by mdkinney · 17 years ago
  15. b83e250 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  16. 1a2e381 Fix a typo in last check in. The token number should not have been duplicated. by qhuang8 · 17 years ago
  17. 21c9b90 Add missing PcdWinNtFdBaseAddress declaration in DEC file. by qhuang8 · 17 years ago
  18. f3f0c2f Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  19. ffc048d Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  20. 2765c47 Fix a bug to relocate FTW space base for NT32 platform. by qhuang8 · 17 years ago
  21. 184cf40 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  22. cdebf6c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. by yshang1 · 17 years ago
  23. 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  24. 39fcdca Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib by jwang36 · 17 years ago
  25. 6cf4cca change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime" by klu2 · 17 years ago
  26. 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
  27. c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
  28. 65ddc26 1. Fixed STRING_TOKEN() matching issue during unicode file parsing by jwang36 · 17 years ago
  29. 6bfce83 Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use. by qwang12 · 17 years ago
  30. 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
  31. d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago
  32. 58ece2e Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
  33. 6d3aa33 Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
  34. 76b0f6a PcdPei module should link BasePcdLibNull to avoid self dependency. by qhuang8 · 17 years ago
  35. 1375916 Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module. by klu2 · 17 years ago
  36. b7273e6 Remove duplicate PCD from DSC file by klu2 · 17 years ago
  37. 75fe518 Fix PCD bug in NT32Pkg DSC file. by klu2 · 17 years ago
  38. 95cba3e Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDS by AJFISH · 17 years ago
  39. c247746 Removed unused library classes by jwang36 · 17 years ago
  40. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  41. d0dc913 Removed IntelFrameworkPkg references from SEC by AJFISH · 17 years ago
  42. a9ce575 Add license header for FDF file in nt32Pkg by klu2 · 17 years ago
  43. d10385c Remove fpd word by klu2 · 17 years ago
  44. e54209b Remove Include/Common/FirmwareRevision.h by klu2 · 17 years ago
  45. c6bfcab Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg. by klu2 · 17 years ago
  46. 40f18da Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg. by klu2 · 17 years ago
  47. 246f0e3 Remove [Include] from INF file. by klu2 · 17 years ago
  48. 0cc5b7b Correct copy right by klu2 · 17 years ago
  49. 85d48d9 Removed non-existing file by jwang36 · 17 years ago
  50. a695d13 No longer needed. Use USER_DEFINED module type instead. by jwang36 · 17 years ago
  51. 9d0c70f Recovered from deletion by jwang36 · 17 years ago
  52. 479d97c Replaced file deleted by mistake by AJFISH · 17 years ago
  53. b397fbb removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. by AJFISH · 17 years ago
  54. d88bd7a Update Nt32.fdf to fix incorrect " character. by lgao4 · 17 years ago
  55. a5a40d6 CpuModel, CpuSpeed, Memory should be in gPlatformConnectSequence but not gPlatformConsole by klu2 · 17 years ago
  56. 0f363e7 Fixed MaxDatumSize of PcdWinNtPhysicalDisk by jwang36 · 17 years ago
  57. fdcc2fd Added library instance for USER_DEFINED module type by jwang36 · 17 years ago
  58. 4a561bc Changed customized build to USER_DEFINED by jwang36 · 17 years ago
  59. c8c8116 Add virtual CpuModel, CpuSpeed and Memory driver into default connect device list. by klu2 · 17 years ago
  60. 3cfb790 Retire the "Include/Common" of MdeModulePkg. by yshang1 · 17 years ago
  61. d19862f remove dxs files. by qwang12 · 17 years ago
  62. e433c6c remove dxs by qwang12 · 17 years ago
  63. 1f874e6 remove dxs by qwang12 · 17 years ago
  64. f9bef4b Fix the issue that A: floppy can not be connect in Nt32 shell environment. by klu2 · 17 years ago
  65. 351986a 1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg. by yshang1 · 17 years ago
  66. ca58ec6 Remove gEfiEndOfPeiSignalPpiGuid and gEfiPeiMemoryDiscoveredPpiGuid from Nt32Pkg.dec, because it is introduced in PI1.0 and defined in MdePkg. by yshang1 · 17 years ago
  67. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  68. 8d3a5c8 Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg. by yshang1 · 17 years ago
  69. d877505 Rename the SecurityStub.inf to SecurityStubDxe.inf. by yshang1 · 17 years ago
  70. f2abdc9 Move RuntimeDxe to /Core of MdeModulePkg. by yshang1 · 17 years ago
  71. 05177be Rename the MemoryTest Pei and Dxe. by yshang1 · 17 years ago
  72. f7b671a move PcdStatusCodeValueEfiWatchDogTimerExpired to FixedAtBuild by qwang12 · 17 years ago
  73. 9468e24 Adjust directory structures. by qhuang8 · 17 years ago
  74. 4cb7c2a Add RuntimeDxe as postfix for Variable driver by klu2 · 17 years ago
  75. 23545f1 Add Dxe as postfix for WinNtBusDriver driver by klu2 · 17 years ago
  76. 06733a9 Add DxAdd Dxe as postfix for devicepath driver by klu2 · 17 years ago
  77. 08523b0 Add DxAdd Dxe as postfix for Terminal driver by klu2 · 17 years ago
  78. 9e851ec Add Dxe as postfix for FvbServiceRuntimeDxe and WinNtFirmwareVolumePei driver in Nt32 Platform. by klu2 · 17 years ago
  79. 9b4fb0a Add Pei as postfix for WinNtThunkPpiToProtocol driver in Nt32 Platform. by klu2 · 17 years ago
  80. cba9a24 Add Dxe as postfix for WinNtThunk driver in Nt32 Platform. by klu2 · 17 years ago
  81. 98d797c Add Dxe as postfix for WinNtThunk driver in Nt32 Platform. by klu2 · 17 years ago
  82. a1ad1ca Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform. by klu2 · 17 years ago
  83. 7955800 Add Dxe as postfix for WinNtSerialIo driver in Nt32 Platform. by klu2 · 17 years ago
  84. 2ad8b20 Add Dxe as postfix for WinNtGop driver in Nt32 Platform. by klu2 · 17 years ago
  85. 03e9fdb Add Dxe as postfix for WinNtFlashMapPei driver in Nt32 Platform. by klu2 · 17 years ago
  86. 01b6051 Add Dxe as postfix for WinNtConsole driver in Nt32 Platform. by klu2 · 17 years ago
  87. 49ddf61 Fix bug in FDF file to use Logo from MdeModulePkg instead of the old EdkNt32Pkg by mdkinney · 17 years ago
  88. 590d33c Add postfix as PEI or DXE by klu2 · 17 years ago
  89. fd79032 Add Pei postfix to variable peim driver by klu2 · 17 years ago
  90. 42d600c Add Dxe as postfix to Scsi related driver. by klu2 · 17 years ago
  91. 425152f Correct driver inf name by klu2 · 17 years ago
  92. 911f192 mass cleanup inf name by qwang12 · 17 years ago
  93. 6c24017 mass cleanup inf name by qwang12 · 17 years ago
  94. 7800ef4 update the the last path of some modules by vanjeff · 17 years ago
  95. 4eadd52 update to use the late modules path. by vanjeff · 17 years ago
  96. 929e7bd update to use the late modules path. by vanjeff · 17 years ago
  97. 7658d60 Convert NT32 to use PCD settings for UEFI Timeout and language variables as a POC for new BDS. by AJFISH · 17 years ago
  98. d1477e4 Cleanups in PlatformBds.c. BDS will get rewritten, but his makes it easier to look at the current BDS by AJFISH · 17 years ago
  99. 5724d20 Remove .DXS reference in .inf file by AJFISH · 18 years ago
  100. d99e8cb Deleted CommonHeader.h that was not being used by AJFISH · 18 years ago