1. 5d23922 Remove tabs. by andrewfish · 14 years ago
  2. 58b5d03 Remove tabs from all text files in the package. by andrewfish · 14 years ago
  3. 6111eb8 Update to match changes in the ArmPkg. by andrewfish · 14 years ago
  4. 1bfda05 Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building. by andrewfish · 14 years ago
  5. 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
  6. 1d5d0ae Add ArmPlatformPkg from ARM Ltd. patch. by andrewfish · 14 years ago
  7. fb334ef Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. by andrewfish · 14 years ago
  8. 4c8a6e0 Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update the rest of the MdePkg ARM assembler to use the macro. Leave the old INTERWORK_FUNC macro in place until we can make sure all the other packages have been updated and then it can be removed. by andrewfish · 14 years ago
  9. d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
  10. f43c43c Correct comments for EFI_LEGACY_PIRQ_ENTRY. by jyao1 · 14 years ago
  11. 59b1946 OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLib by jljusten · 14 years ago
  12. b043ebc OvmfPkg: Add SerializeVariablesLib library instance by jljusten · 14 years ago
  13. e79f62f OvmfPkg: Add SerializeVariablesLib library class by jljusten · 14 years ago
  14. be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
  15. a34688d Don't need to update its copy right. It is same to previous version. by lgao4 · 14 years ago
  16. af388a9 PcAtChipsetPkg/PciHostBridgeDxe: Fix enum type mismatch by jljusten · 14 years ago
  17. 1fade6c Roll back previous change. GCC assembly file should use .S postfix. by lgao4 · 14 years ago
  18. 22d1f97 BDS enhancement: enumerate & show all legacy boot options in Boot Manager so that user is able to boot any devices in the same type in Boot Manager without changing the legacy dev order. by niruiyu · 14 years ago
  19. fbd26c4 Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro from being used in expressions. by mdkinney · 14 years ago
  20. 36b8597 Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_ENTRY.Attributes in UefiGpt.h by niruiyu · 14 years ago
  21. 4631644 OvmfPkg ResetSystemLib: Fix build issue with VS2005 by jljusten · 14 years ago
  22. 4eb5628 Updated IntelFrameworkPkg\Include\Guid\DataHubRecords.h same with ECP definition by li-elvin · 14 years ago
  23. 4e03ff8 If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status code handler cannot work in runtime (after exit boot service). It should be allocated in runtime memory. by li-elvin · 14 years ago
  24. d930357 fix word typo by erictian · 14 years ago
  25. 858939c fix arm gcc build error by erictian · 14 years ago
  26. 14fc747 NetworkPkg: Update the IpsecConfig application to fix the GCC4.5 build issue. by qianouyang · 14 years ago
  27. f6cf5cf Support proportional Font and Font output flags. by lgao4 · 14 years ago
  28. 8db466c Correct file name. by lgao4 · 14 years ago
  29. 5d1cf21 Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaximum instead of EfiGcdMemoryTypeMaximum. Also fix typo in DEBUG() message string for gDS->AllocateIoSpace() calls. by mdkinney · 14 years ago
  30. 40a6995 MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4 by jljusten · 14 years ago
  31. c0e1097 OvmfPkg: Add support for memory above 4GB by jljusten · 14 years ago
  32. 999a815 OvmfPkg: Add NullMemoryTestDxe driver by jljusten · 14 years ago
  33. 3ca1591 OvmfPkg: Add DEBUG messages to dump the contents of CMOS by jljusten · 14 years ago
  34. 76389e1 NetworkPkg: comments clean up. by xdu2 · 14 years ago
  35. 686d4d4 NetworkPkg: Add IN/OUT modifier. by xdu2 · 14 years ago
  36. e33e341 Enhance code to avoid build error. by ydong10 · 14 years ago
  37. 0d70a70 ProcessCumulative() function always calculates the average performance by dividing the count of performance record. by lzeng14 · 14 years ago
  38. 2e7120c NetworkPkg-IpSecDxe: Remove extra space in function type definition to beautify doxygen output. by xdu2 · 14 years ago
  39. bfd4204 NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec. by qianouyang · 14 years ago
  40. e5c861a Fixed HiiSetString failed. Tracker NUM:204479 by ydong10 · 14 years ago
  41. c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
  42. 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
  43. b57cc03 Update the GUID value to be consist with the one in DEC file. by gdong1 · 14 years ago
  44. a02ab69 Fixed 3 ECC errors. by gdong1 · 14 years ago
  45. e313026 OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCD by jljusten · 14 years ago
  46. 7ca30a6 OvmfPkg ResetSystemLib: Add shutdown support for OVMF by jljusten · 14 years ago
  47. c756b2a OvmfPkg/PlatformPei: Set PM base address OVMF by jljusten · 14 years ago
  48. 0462965 OvmfPkg/build.sh: Recognize '-p' switch by jljusten · 14 years ago
  49. ec50ecf Fix potential memory access violation by ydong10 · 14 years ago
  50. 96488aa Refine code to make code follow the coding style. by ydong10 · 14 years ago
  51. f3b80a8 Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some consumers (Such as capsule update) when SMM FTW driver is applied. by gdong1 · 14 years ago
  52. b59ad75 Fix an K9 issue in variable driver. by gdong1 · 14 years ago
  53. 76f6d95 Remove extra {} inside DEBUG_CODE() macro by mdkinney · 14 years ago
  54. aa927ca Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable the DBG MMIO and GCD I/O map dumps by mdkinney · 14 years ago
  55. b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
  56. 3a4ddfc OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLib by jljusten · 14 years ago
  57. 949b0f3 OvmfPkg EMU FVB: Convert to FVB2 protocol by jljusten · 14 years ago
  58. 9529d0f OvmfPkg PlatformFvbLib: Change PlatformFvbDataWritten by jljusten · 14 years ago
  59. 6632587 OvmfPkg/build.sh: Add features and replace build32/64.sh by jljusten · 14 years ago
  60. af07212 Fix InternalMemScanMem* functions so that they return the pointer to the matched object, as specified, instead of the following object. by darylm503 · 14 years ago
  61. 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
  62. ec44f02 Fix 32-bit build break by mdkinney · 14 years ago
  63. 98fc7c7 Fix typo in __switchiu8() to use r0 in place of r3. by andrewfish · 14 years ago
  64. b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
  65. e519983 1. fix AtaPassThru.PassThru() sct failure by erictian · 14 years ago
  66. f877f30 Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory caches setting changes. by mdkinney · 14 years ago
  67. f9d1f97 Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memory and GCD I/O maps when DEBUG_GCD is set in PcdDebugPrintErrorLevel. by mdkinney · 14 years ago
  68. dad8dea Fix Copyright year to 2011 by mdkinney · 14 years ago
  69. 5a2e7dd Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GCD) and memory cache setting changes. by mdkinney · 14 years ago
  70. b16ad4b Correct return value check. by jyao1 · 14 years ago
  71. 2244198 NetworkPkg: Update Ipsecconfig Application to print the keys of SAD in concise way. by qianouyang · 14 years ago
  72. 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
  73. ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
  74. 250057b Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
  75. 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
  76. 1d8fa5e NetworkPkg/IpSecDxe: Add missing EFIAPI for callback functions by jljusten · 14 years ago
  77. 911302d Fix build issue. by qianouyang · 14 years ago
  78. 9166f84 Add IPsec/Ikev2 support. by qianouyang · 14 years ago
  79. 4a8266f OvmfPkg: Work around issue seen with kvm + grub2 (efi) by jljusten · 14 years ago
  80. 689562c OvmfPkg: Add USB support by jljusten · 14 years ago
  81. aed8e2e OvmfPkg README: Group network information together by jljusten · 14 years ago
  82. 5a9745b OvmfPkg: Add build32.sh and build64.sh scripts by jljusten · 14 years ago
  83. 4a567c9 1. Add new API supports for PEM & X509 key retrieving & verification; by qlong · 14 years ago
  84. 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
  85. 9ae0edb 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL. by gdong1 · 14 years ago
  86. 9969fde Update the Timeout used for Write() operations to consider the case where the Tx FIFO is full on entry to Write(). by mdkinney · 14 years ago
  87. abef1c7 Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEVICE_PATH by building child device path before using any of the Serial I/O Protocol services. by mdkinney · 14 years ago
  88. c352252 Show PEIM GUID in PERF log. by lgao4 · 14 years ago
  89. e24adb1 Enable number input for numeric, date and time opcode by ydong10 · 14 years ago
  90. a06638e Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull. It will ASSERT() due to the recent addition of a CONSTRUCTOR to BaseDebugLibSerialPort that calls SerialPortInitialize(). by mdkinney · 14 years ago
  91. 8e456a7 Add mapping for PlatformHookLib to [LibraryClasses] section by mdkinney · 14 years ago
  92. 64b2d0e Update Ipsecconfig application. by qianouyang · 14 years ago
  93. e0ee9d9 Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver/PCI host bridge drivers/LPC/VGA device drivers. by rsun3 · 14 years ago
  94. e25fb2c Add missing @param to function header comment. by mdkinney · 14 years ago
  95. 4eed2db Fix CYG GCC build fail on retf. by jyao1 · 14 years ago
  96. ef291d0 Replace @@ symbol since GCC does not recognize it. by jyao1 · 14 years ago
  97. 6dd67b6 Fix GCC build failure. by jyao1 · 14 years ago
  98. a81b140 Remove ASSERT here for the zero attributes means deleting preexisting variable. by gdong1 · 14 years ago
  99. 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
  100. 84909ad 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. by xdu2 · 14 years ago