1. 8229fa2 Update the Package version. by niruiyu · 13 years ago
  2. 636f084 Update the Package version. by niruiyu · 13 years ago
  3. 0c949ba Update the Package version. by niruiyu · 13 years ago
  4. 222f850 Missing declaration of the GUID gEfiSystemNvDataFvGuid. by niruiyu · 13 years ago
  5. d655026 MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior to use its attributes by oliviermartin · 13 years ago
  6. 7f070be MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP protocol is not installed by erictian · 13 years ago
  7. 978929a Update ACPI5.0 header file about ACPI spec release time. by jyao1 · 13 years ago
  8. f8e1ae8 Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. by lgao4 · 13 years ago
  9. c79111f Fix Windows 2008 R2 installation fail issue in IPF ICC tip. by tye1 · 13 years ago
  10. 8556091 1. Fix a bug when verify the CertType GUID in authentication variable data payload. by sfu5 · 13 years ago
  11. da38df1 MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break. by rsun3 · 13 years ago
  12. da7c529 IpsecConfigApp add the check for the required options (--local, --remote, Auth-algo, Auth-key) for SAD adding. by qianouyang · 13 years ago
  13. c20d62b ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changes by oliviermartin · 13 years ago
  14. d0acc87 Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly includes: by lgao4 · 13 years ago
  15. b789158 Enable EFI_BROWSER_ACTION_CHANGED callback type for browser. by ydong10 · 13 years ago
  16. e69ccf5 Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol. by lgao4 · 13 years ago
  17. 22ed9fb BaseTools: Pending patches update by oliviermartin · 13 years ago
  18. 8234441 ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any library invocation by oliviermartin · 13 years ago
  19. a62da87 MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementation of the Stall() boot service to follow the UEFI spec. by rsun3 · 13 years ago
  20. 49cc8d2 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: mdkinney by lgao4 · 13 years ago
  21. effcb07 BeagleBoard: Fix build by oliviermartin · 13 years ago
  22. 8e0b5e0 ArmPlatformPkg: Update pending patches with the latest BaseTools SyncUp by oliviermartin · 13 years ago
  23. 08476b3 Refine the select highlight menu logic. by ydong10 · 13 years ago
  24. febca2e Disable change value for grayout or readonly menu. by ydong10 · 13 years ago
  25. 9386c41 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: erictian by lgao4 · 13 years ago
  26. 4b0f577 Fix a ECC error - the parameter's name in comments is inconsistent with the one in Function's. by qianouyang · 13 years ago
  27. 6b4de7a Correct DriverFamilyOverrideProtocol guid value defined in MdePkg. by lgao4 · 13 years ago
  28. 2e24814 Update a return status for UEFI spec compliance. by gdong1 · 13 years ago
  29. 28c6c87 Set the current view point to the breaking CPU if it meets breakpoint. by vanjeff · 13 years ago
  30. 993b8cd Free memory allocated by ReadSection. by lzeng14 · 13 years ago
  31. 6de7c1b AppPkg/Applications/Python: Workaround recent build tool changes which prevent building Python. by darylm503 · 13 years ago
  32. 20f6ac1 Update the check condition to allows 64-bit operation's data buffer not to be 64-bit aligned on IA32 system. by vanjeff · 13 years ago
  33. 36de860 Update the check condition to allows UINT64 and INT64 data types to be 32-bit aligned on IA32 system. by vanjeff · 13 years ago
  34. 209e6e3 Remove duplicated AML code definitions as they have been added to common header. by lzeng14 · 13 years ago
  35. 21e1018 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDriverBindingSupported(). by qianouyang · 13 years ago
  36. 86da563 Refine the code to follow coding style. by ydong10 · 13 years ago
  37. 0284e90 Add Acpi50 FPDT and BGRT module into MdeModulePkg. by lgao4 · 13 years ago
  38. 9381365 Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are current text mode during boot, not console device capability. by li-elvin · 13 years ago
  39. 4a18b92 Add ACPI5.0 header file. by jyao1 · 13 years ago
  40. 5db9d35 Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY because it may cause certain status code get lost in some rare case. by niruiyu · 13 years ago
  41. 0c1992f StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. by darylm503 · 13 years ago
  42. 8f04ca1 ShellPkg: Fix "-b" usage with timezone command. by jcarsey · 13 years ago
  43. 600927a ShellBinPkg: Update binary files. by jcarsey · 13 years ago
  44. 2e5c97e ShellPkg: Fix handling of empty files in Hexedit by jcarsey · 13 years ago
  45. f7fe94a Fix PerformancePkg GCC&ICC build fail. by lzeng14 · 13 years ago
  46. 711e36d Fix build error. by lzeng14 · 13 years ago
  47. 0bdcfe7 Fix openssl lib build issue in IPF tip. by tye1 · 13 years ago
  48. c21ddf7 Add the missing options for X64 and IPF arch of MSFT:NOOPT target. by lgao4 · 13 years ago
  49. e0e7f80 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
  50. a661e27 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
  51. 573e0a4 Correctly use GetPtrTypeSize() to get MaxSize. Signed-off-by: lgao4 by lgao4 · 13 years ago
  52. 6489441 Fix PcdSetPtr() service to use the max buffer size to check whether new buffer data is filled into. by lgao4 · 13 years ago
  53. 957fe09 Allocate aligned buffer to satisfy the IoAlign requirement of high level protocol. by lzeng14 · 13 years ago
  54. 79d07c6 Updated GraphicsConsole and Terminal driver text mode initialization routine for easy mode extension in future. by li-elvin · 13 years ago
  55. 13535a3 Uses DEFINE instead of define keyword to define global macro. by lgao4 · 13 years ago
  56. 6b4483c MdeModulePkg: The patch eliminates two assumptions by erictian · 13 years ago
  57. 4d6afad Fix CrytoPkg issue in GCC X64 tip. by tye1 · 13 years ago
  58. b204f2b Add sample code for EFI_IFR_QUESTION_REF3 opcode. by ydong10 · 13 years ago
  59. 2bcc713 Sync BaseTool trunk (version r2423) into EDKII BaseTools. The change mainly includes: by lgao4 · 13 years ago
  60. c32dcd2 add missing <BR> by hhtian · 13 years ago
  61. f5b315e UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute() that may incorrectly RETURN_OUT_OF_RESOURCES in some cases. by rsun3 · 13 years ago
  62. a2daf8d Update DP to get Image name with the following methods orderly. by lzeng14 · 13 years ago
  63. 9ff904b PcAtChipsetPkg HPET Timer DXE Driver: Update CPU Arch Protocol.SetTimerPeriod() to program HPET/IOAPIC register with APIC ID of current BSP in case the BSP has been switched. by rsun3 · 13 years ago
  64. 795bb9b 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description rows that start with a Required Alignment (bytes) of 2, 4, and 8. by lzeng14 · 13 years ago
  65. 5eddabf 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description rows that start with a Required Alignment (bytes) of 2, 4, and 8. by lzeng14 · 13 years ago
  66. ce28035 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function. by sfu5 · 13 years ago
  67. e7fd76d Patch includes: by ydong10 · 13 years ago
  68. 697ecfd DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S/Mbr.S. by rsun3 · 13 years ago
  69. 24d6316 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  70. b620a67 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  71. 32bc122 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  72. 21d13c6 Re-org the EBC thunk code for better code maintenance. by jyao1 · 13 years ago
  73. 6cf9230 1.Update IPsec driver to set the Transform structure’s Next Payload field to be zero when it is the last transform structure in a proposal. The same as Proposal Structure’s Next Payload filed, it also should be zero when it is the last proposal in the SA. by qianouyang · 13 years ago
  74. eb5e7d3 Update code to follow coding style. Mainly change about: by ydong10 · 13 years ago
  75. fc8ff20 MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DXE Service to return EFI_NOT_AVAILABLE_YET if CPU Arch Protocol is not available per PI 1.2 Errata C spec. by rsun3 · 13 years ago
  76. d912bad 1. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_LIST. by sfu5 · 13 years ago
  77. e1982d4 Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  78. d359254 Update DxeCore handle FV Image file with Depex section per PI spec. by lgao4 · 13 years ago
  79. b316eab Add the missing supported module type in MdePkg DxeServicesTableLib instance. by lgao4 · 13 years ago
  80. c119933 MdePkg DxeServicesLib: Search further in GetFileBufferByFilePath by jljusten · 13 years ago
  81. 7102b19 Remove assumption on EAX and R10 usage for IA32 compiler and X64 compiler. by jyao1 · 13 years ago
  82. db40504 Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has the device path info. by ydong10 · 13 years ago
  83. 736d06b Update comments in BaseExtractGuidedSectionLib library instance to say its used memory is the physical memory space. by lgao4 · 13 years ago
  84. 7d1b202 Update SetupBrowser to initialize the question value before extract default value so that the default expression can be evaluated correctly. by lgao4 · 13 years ago
  85. 6ff84d9 PcAtChipsetPkg: install RTC ARCH protocol even if RTC h/w is functioning incorrectly. by erictian · 13 years ago
  86. ace74c6 Use PCD to customize if ps2 mouse and mouse pointer device do full reset. by li-elvin · 13 years ago
  87. 2bfd90f According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  88. a762a87 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  89. b0a2498 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  90. 7ee85aa According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  91. 49975ac According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  92. 73c5d34 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  93. 979a00f According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  94. eb2423c According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  95. 4659816 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  96. fa97cbf 1) Fix GCC version EBC interpreter bug. by jyao1 · 13 years ago
  97. ea71453 Initialize the variable before use it to avoid SCT test failed. by ydong10 · 13 years ago
  98. 787b2f1 PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INVALID_PARAMETER for SMM Control2 Protocol.Trigger(). by rsun3 · 13 years ago
  99. 842d83d 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message. by sfu5 · 13 years ago
  100. 0d11446 ShellPkg: Updates the printing of echo for script commands to after the @ checking. by jcarsey · 13 years ago