1. e1fad9b OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslc by jljusten · 12 years ago
  2. 1e69186 OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslc by jljusten · 12 years ago
  3. 8eb28fe OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslc by jljusten · 12 years ago
  4. 69eeadb OvmfPkg: bump commonly used ACPI table revision numbers by jljusten · 12 years ago
  5. a5a617b Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify because PI spec doesn't say gEfiEndOfDxeEventGroupGuid must be notified before ReadyToLock event. by lzeng14 · 12 years ago
  6. 7f556e4 Contributed-under: TianoCore Contribution Agreement 1.0 by lpleahy · 12 years ago
  7. 985fef8 Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>. by lpleahy · 12 years ago
  8. 0b1ef27 Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD is not EFI_NOT_FOUND to avoid the incorrect value is used. by lgao4 · 12 years ago
  9. e8654a1 Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, REF3, and REF4 opcode. by lgao4 · 12 years ago
  10. 935efc2 In order to make sure the image is section alignment, after allocate buffer for TE image, it will adjust the base address. But it has two potential issues: One is the start address may not section alignment, second is the buffer is not bigger enough to do the adjustment. This patch fixes these two issues. by ydong10 · 12 years ago
  11. 7dd0562 ShellPkg : Check pointer before dereferencing by jcarsey · 12 years ago
  12. 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
  13. b5ded3c BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case. by ydong10 · 12 years ago
  14. 6de4c35 Update the DxeImageVerificationLib to support for Authenticode-signed UEFI images with multiple signatures. by sfu5 · 12 years ago
  15. 944c84a Shouldn't free the PciDev structure because the PciDev needs to be saved to RemovedPciDev array. by niruiyu · 12 years ago
  16. ca5a7d8 Add error handling code to prevent variable store corruption in release build. by sfu5 · 12 years ago
  17. fb5278e ShellPkg: Added function ShellDeleteByName which deletes a file by name. by jcarsey · 12 years ago
  18. 1ac9cb8 Remove the useless goto statements in PXE driver. by sfu5 · 12 years ago
  19. 510ed43 Update SmiManager() comments and implementation to follow the new rule clarified by PI 1.2.1 errata A. by vanjeff · 12 years ago
  20. 95a411a BeagleBoardPkg/BeagleBoardPkg.dsc: Removing no more valid comment by oliviermartin · 12 years ago
  21. 4e6b101 Fix CpuIdEx.asm to return correct ECX/EDX value. by niruiyu · 12 years ago
  22. 862379f OvmfPkg: increase MEMFD size to 8MB by jljusten · 12 years ago
  23. dd71f6e OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where available by jljusten · 12 years ago
  24. 25ca06f OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12 by jljusten · 12 years ago
  25. 3d80db5 OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytes by jljusten · 12 years ago
  26. 54c9a68 ShellPkg: fix string truncation. by jcarsey · 12 years ago
  27. 668a578 ShellPkg: add verification that a target directory exists when changing directory with drive identifier. by jcarsey · 12 years ago
  28. 9d0e28d - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
  29. b8a86b2 - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
  30. 7d5c23a Increase sockets performance by increasing the maximum buffer sizes. by lpleahy · 12 years ago
  31. 1c740a7 Allow fragmentation of large UDP packets by lpleahy · 12 years ago
  32. 3cdb02f Fix sockets use of file descriptors which was broken by the additional validation in StdLib/LibC/Uefi/SysCall.c/write added by revision 13989. by lpleahy · 12 years ago
  33. 782e407 Fix build issue on DDK3790 tool chain. by vanjeff · 12 years ago
  34. 6d9eb8c ShellPkg: Remove beta tag from ver command output. by jcarsey · 12 years ago
  35. d6e1d9c Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from SourceLevelDebugPKg. by vanjeff · 12 years ago
  36. c9e8881 Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 both. by lgao4 · 12 years ago
  37. 416211e Removes a useless condition in PxeBcImpl.c. by sfu5 · 12 years ago
  38. a1c0d0f Fix corrupt PXE boot menu display issue. by sfu5 · 12 years ago
  39. 469462b Fix a bug in snp driver binding Start() that it may return incorrect status code. by sfu5 · 12 years ago
  40. a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
  41. 022ff6b 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity after FV image file is extracted by ReadSection(), and remove the gSecurity invoking in SmmDriverDispatchHandler() in SmmCore since FV has been verified in DxeCore. by lzeng14 · 12 years ago
  42. 0777cea Based on the feature PCD value, browser will decide whether to gray out the read only menu. by ydong10 · 12 years ago
  43. 0c504ab OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link device by jljusten · 12 years ago
  44. f940fea Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available" by jljusten · 12 years ago
  45. 29874a8 QemuFwCfgLib: Add QemuFwCfgWriteBytes() function by jljusten · 12 years ago
  46. b5e243b OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler code by jljusten · 12 years ago
  47. 1e43cdf ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI variables as local by oliviermartin · 12 years ago
  48. d5cd447 ArmPlatformPkg: Fixed unsigned type to be architecture independent by oliviermartin · 12 years ago
  49. e7072e0 ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosition() by oliviermartin · 12 years ago
  50. aeaf64d ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as local by oliviermartin · 12 years ago
  51. 76aee8f ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCC by oliviermartin · 12 years ago
  52. ca20ce5 Update code which is not include in patch 14076. by ydong10 · 12 years ago
  53. 0aedc54 OvmfPkg: update qemu-executable for IA32 by jljusten · 12 years ago
  54. 72efe02 ArmPlatformPkg/Scripts: Added '--verbose' support to DS-5 scripts by oliviermartin · 12 years ago
  55. 111339d ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQ by oliviermartin · 12 years ago
  56. 3eef284 ArmPkg: Fixed ArmPkg.dsc RELEASE build by oliviermartin · 12 years ago
  57. 063ad84 ArmPlatformPkg/PrePi: Removed magic values by oliviermartin · 12 years ago
  58. c3adcc9 ArmPlatformPkg: Fixed ArmPlatformPkg/ArmPlatform(-2ndstage).dsc builds by oliviermartin · 12 years ago
  59. 67fb865 ArmPlatformPkg: Replaced FatPkg source package by the pre-built FatPkg binary by oliviermartin · 12 years ago
  60. ddfae86 ArmPkg/ArmPkg.dsc: Fixed build by oliviermartin · 12 years ago
  61. 1df657d ArmPkg/LinuxLoader: Fixed builds by oliviermartin · 12 years ago
  62. c26aa6f ArmPkg/BdsLib: Added TimerLib to INF file by oliviermartin · 12 years ago
  63. 47585ed ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to library header file by oliviermartin · 12 years ago
  64. 9127a09 ArmPlatformPkg/Bds: Fixed the deletion of boot option entries by oliviermartin · 12 years ago
  65. 1ea3171 ArmPkg/SemiHosting: Recognise '.' directory as the root directory. by oliviermartin · 12 years ago
  66. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  67. 5767f22 Check the input VaraibleName for db/dbx when appending variables with formatted as EFI_SIGNATURE_LIST. by sfu5 · 12 years ago
  68. 12cbe23 Check for NULL pointer before dereference it. by sfu5 · 12 years ago
  69. 932e0f6 Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered as valid variables if there is no duplicated ones with VAR_ADDED state. by lzeng14 · 12 years ago
  70. 0cc565d Add NULL pointer check. by lzeng14 · 12 years ago
  71. b422b62 This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or greater. Detailed change log is as below: by vanjeff · 12 years ago
  72. b7d269e Fix infinite loop bug in secure boot UI driver. by sfu5 · 12 years ago
  73. 0b6cb33 Fixed some alignment faults in IPF platform by ydong10 · 12 years ago
  74. cc7f6cf Refine code to follow coding style. by ydong10 · 12 years ago
  75. 03ecb57 Fix TPM may be locked twice issue in normal boot. by gdong1 · 12 years ago
  76. 96cc180 Fix xcode tool chain assembly issue. by andrewfish · 12 years ago
  77. 947a5a9 Refine the sample about how to convert the device path to string. by ydong10 · 12 years ago
  78. 80a047f Update the code of processing device path info in browser to follow UEFI spec. by ydong10 · 12 years ago
  79. 7f7dba5 Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
  80. 0666b5e Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
  81. 2e0910a Parse full EDID data to get all video resolutions supported by monitors. by li-elvin · 12 years ago
  82. ed729be Refine the menu display logic, support menus with more than one page of options. by ydong10 · 12 years ago
  83. ffc6107 AppPkg/Applications/Python: Add support for the pyexpat module. by darylm503 · 12 years ago
  84. 23b0693 1. Update the logic of UpdateVariable() for updating variable from: by lzeng14 · 12 years ago
  85. e886b67 ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environment variable by jcarsey · 12 years ago
  86. caa6c0c ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars consistent and remove unnecessary “2.0” string by jcarsey · 12 years ago
  87. 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
  88. d49fa79 StdLib & AppPkg: Update the list of known ISSUES. by darylm503 · 12 years ago
  89. 920ff98 StdLib: Correct two instances of mismatch between function declaration and definition causing GCC compile errors. by darylm503 · 12 years ago
  90. f87146d AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the main() function. by darylm503 · 12 years ago
  91. 6940c19 List of known issues with the items contained within AppPkg. by darylm503 · 12 years ago
  92. 6d42638 List of known issues with StdLib. by darylm503 · 12 years ago
  93. 9f0b11c Fix build failure. by lzeng14 · 12 years ago
  94. 1bbb88c OvmfPkg: Fix Xcode assembly issue by jljusten · 12 years ago
  95. 429c05f OvmfPkg/build.sh: Fix compilation error on OS X by jljusten · 12 years ago
  96. a205121 OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available by jljusten · 12 years ago
  97. c61a56f OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbage by jljusten · 12 years ago
  98. 38851e7 OvmfPkg: LoadLinuxLib: Fix check for relocatable kernel by jljusten · 12 years ago
  99. aab9212 Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe always return EFI_SUCCESS. by lzeng14 · 12 years ago
  100. d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago