1. a4ac31e Remove ASSERT and change to if () by hhuan13 · 14 years ago
  2. 787cd14 Fix a bug by adding * for Ptr8 by hhuan13 · 14 years ago
  3. 4546bcb Fix a bug: by hhuan13 · 14 years ago
  4. be63a20 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE. by lgao4 · 14 years ago
  5. b24633c Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCacheTable before firing timer ArpService->PeriodicTimer. This remove the race condition in ArpCreateService(): it is possible for the timer event to trigger before the lists are initialized which will results in a hang in ArpTimerHandler(). by xdu2 · 14 years ago
  6. 74df502 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into one EFI Variable), this remove the limitation that max NIC configuration will depend on PcdMaxVariableSize. by xdu2 · 14 years ago
  7. 49fd66c Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block data. That issue incurs incorrect network transfer. by hhuan13 · 15 years ago
  8. f1f11ea Fixed a bug in Mtftp4: to allow the block number to roll over to accept transfers of unlimited size. by hhuan13 · 15 years ago
  9. 46f0e2a Remove some unnecessary clear screen from console drivers. by li-elvin · 15 years ago
  10. 2a2e33b Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. by qianouyang · 15 years ago
  11. 13ad1de Do the following fix up in SetupBrowser driver: by lgao4 · 15 years ago
  12. 39669f1 Fixed tracker #203752, Dhcp4 assert issue. by hhuan13 · 15 years ago
  13. 5adb8db Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
  14. 4a5b245 Status code handler callback should be declared as EFIAPI by klu2 · 15 years ago
  15. a167ecb Fixed the issue of that IP4driver can’t correctly reassemble the Out of Sequence Fragments. by qianouyang · 15 years ago
  16. a6bb62e MdeModulePkg AcpiTableDxe: Fix GCC build warning by jljusten · 15 years ago
  17. 2ad29d0 fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K variable exists. by erictian · 15 years ago
  18. afe7c8b Fix VS2003 build error by jyao1 · 15 years ago
  19. 0ef42f8 Update QueryCapsuleCapabilities interface. by li-elvin · 15 years ago
  20. 9c4a5f7 add security check. by vanjeff · 15 years ago
  21. 3dc8585 MdeModulePkg: by jyao1 · 15 years ago
  22. f0c855b Small code refinement in MdeModulePkg. by rsun3 · 15 years ago
  23. 29a4f92 Fix 3 K8 issues for PXE module by hhuan13 · 15 years ago
  24. 2432c68 Fix for UNIXGCC build by jchen20 · 15 years ago
  25. da935a5 Add fix for the hardcoded Max ACPI table number. With this fix, the number of ACPI table has no limitations by dynamical allocation by jchen20 · 15 years ago
  26. e35eb8a 1. Use the max string size to compare password string. by lgao4 · 15 years ago
  27. 15cc67e raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related modules, which prevent DriverBindingStop() from being invoked when DriverBindingStart() runs. by erictian · 15 years ago
  28. 8091267 Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. by geekboy15a · 15 years ago
  29. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  30. e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  31. 76649bf 1.Fixed the bug when retrieved component name by child handle. It should used gEfiConsoleInDeviceGuid, gEfiConsoleOutDeviceGuid instead of gEfiSimpleTextInProtocolGuid and gEfiSimpleTextOutProtocolGuid. by vanjeff · 15 years ago
  32. 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  33. 553472f Enhance SNP to be compatible with UNDI driver which doesn’t report correct network cable status in Initialize(), i.e. force MediaPresent in Snp Mode to be TRUE in case UNDI driver report no media but actually we have already received packet from network interface. by xdu2 · 15 years ago
  34. 619561d fixed IP fragment issue which caused the MTU used by IP is less than the one IP exposed to upper layers. by qianouyang · 15 years ago
  35. ee6e871 remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in Driver Binding Stop() could make sure PXE functionality is stopped when disconnecting UefiPxeBcDxe module. by vanjeff · 15 years ago
  36. 21f7daf Fix sync issue to make EbcLLCALLEX() function check the same value to ones that are used in EbcCreateThunks() to decide whether the input function is a thunk to EBC. by lgao4 · 15 years ago
  37. 4431fdc Fix an bug for PXE boot assert by hhuan13 · 15 years ago
  38. 7bc01e8 changing UDP default timeout value to 2s to improve PXE BC boot performance. by vanjeff · 15 years ago
  39. 8e38f18 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  40. 32c4126 Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigger "Clear all mapping record" twice. by jchen20 · 15 years ago
  41. 8ec8bed 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Callback function can not be found. by klu2 · 15 years ago
  42. 2db63cd Bug Fix: IPv4 Fragment is not correct when VLAN is enable. by qianouyang · 15 years ago
  43. 412d1ed Add check of MediaPresentSupported field in SNP mode data to support UNDI without cable detect capability. by xdu2 · 15 years ago
  44. fe81726 Add sample use case for IFR security op-code. by rsun3 · 15 years ago
  45. 3dd405b Fix a bug in SetupBrowserDxe driver when check current user's access setup permission. EFI_USER_INFO_ACCESS_CONTROL.Size may be equal to sizeof (EFI_USER_INFO_ACCESS_CONTROL) because of no extra data. by rsun3 · 15 years ago
  46. 1bd57b6 Add some robustness check in DriverSample driver. by rsun3 · 15 years ago
  47. 5a15736 Fix wrong BufferSize for Configuration data. by lgao4 · 15 years ago
  48. d34a247 Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled. by tye1 · 15 years ago
  49. 6a429df Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found: by niruiyu · 15 years ago
  50. b26fc8d Use the input Request string as check string. by lgao4 · 15 years ago
  51. 18ca224 by gdong1 · 15 years ago
  52. 4526f27 Add align build option to avoid the build issues. by gdong1 · 15 years ago
  53. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  54. 96a65fc Add FormMap form example. by lgao4 · 15 years ago
  55. 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  56. f7dab9f Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  57. d2fbaaa Add more code robustness check for modules under MdeModulePkg. by rsun3 · 15 years ago
  58. b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
  59. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  60. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  61. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  62. ff8c786 fixed the bug in .S file to make the EBC driver work for UNIXGCC build. by jchen20 · 15 years ago
  63. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  64. f03ccf5 Enhance UpdateCapsule () to support calling multiple times. by li-elvin · 15 years ago
  65. 235eaa6 enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() and Dhcp4->Release() called. by vanjeff · 15 years ago
  66. b86b413 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other language and not update the StringSize to avoid GetString() buffer overflow. by lgao4 · 15 years ago
  67. 1a39574 TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow UEFI spec that caller of variable interface should run at TPL <= TPL_CALLBACK. by niruiyu · 15 years ago
  68. d3308de Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  69. c777c35 Update SnpDxe to support dynamic media detect. by xdu2 · 15 years ago
  70. 6ac15f7 Support HII VOID* dynamic/dynamicEx type PCD. by klu2 · 15 years ago
  71. 6ddd3af Update HiiDataBase to make sure that the installed StringPackages contains the same number string ID. by lgao4 · 15 years ago
  72. b3b1a4c The fix is for EFI Linux capsule test case can not run. by li-elvin · 15 years ago
  73. 97c7478 GraphicsOutputBlt() need judge parameter by klu2 · 15 years ago
  74. b07a5b6 Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  75. 736c5dd Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  76. ea02100 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout event. by erictian · 15 years ago
  77. 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
  78. 38ebfec Add example of Name/Value pair var store to DriverSample by lgao4 · 15 years ago
  79. d7c0e60 Fix ICC build break by do data conversion. by lgao4 · 15 years ago
  80. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  81. 77dfa7c Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in source code. by qhuang8 · 15 years ago
  82. 1b2bf3c Add some security check. by xdu2 · 15 years ago
  83. dd29f3e For network dynamic media support: by xdu2 · 15 years ago
  84. 0bf47d3 1. add error handling in case DHCP success but boot request fail by xdu2 · 15 years ago
  85. d228526 Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D. by lgao4 · 15 years ago
  86. 7d6cdbc 1. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223 byte name plus one NULL-terminator. by tye1 · 15 years ago
  87. fa6d3ee Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFTP, and take it as BlockSize to download. by ljin6 · 15 years ago
  88. 9f7d5b4 Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better. by li-elvin · 15 years ago
  89. 188e4e8 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  90. e3dcffc Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and Simple Text output protocol, if the device path to the handle is not present in the ConIn and ConOut/ConErr environment variables. by vanjeff · 15 years ago
  91. af176a8 Remove redundant arch definition in UefiPxeBcDxe. by ljin6 · 15 years ago
  92. 2c4297c 1. Add comments in INF file to describe limitation. by xli24 · 15 years ago
  93. ecd28a6 Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe. by ljin6 · 15 years ago
  94. f9876ec Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead. by xli24 · 15 years ago
  95. 052019e Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect the RFC1700 real value: In RFC1700, UDP value is 17 while TCP value is 6. by qhuang8 · 15 years ago
  96. 323c8a9 Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp message. by tye1 · 15 years ago
  97. 9899d8b Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error message if user wants. by tye1 · 15 years ago
  98. f13321c SMM driver should link UefiRuntimeLib. by hhtian · 15 years ago
  99. 1ccdbf2 Improve coding style in MdeModulePkg. by rsun3 · 15 years ago
  100. aa75dfe Fix some coding style issues in MdeModulePkg. by rsun3 · 15 years ago