1. 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
  2. ed365e9 fix a invalid pointer conversion when builing 32bit image. by erictian · 14 years ago
  3. 3fee586 Add missing .h file to INF file by gdong1 · 14 years ago
  4. 2d7df64 Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. by andrewfish · 14 years ago
  5. a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
  6. 6377d2f Fix minor Xcode build issues. by andrewfish · 14 years ago
  7. 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
  8. 692477d UnixPkg: Fix build for Linux by jljusten · 14 years ago
  9. 2dcef68 UnixPkg: Use build flag to prevent FatPkg from being required by jljusten · 14 years ago
  10. b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
  11. 17a6c33 when timeout is 0, infinite loop on the timeout request to follow UEFI spec by erictian · 14 years ago
  12. 6617d83 Fix the bug that BDS assumes any boot option resides in the FV is Shell which causes that the non-Shell FV boot option is removed by GenericBdsLib. by niruiyu · 14 years ago
  13. 1571367 Symptom: by ydong10 · 14 years ago
  14. d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
  15. 60d8f1f clean non-ASCII char by hhtian · 14 years ago
  16. 267865e OvmfPkg: Add create-release.py script by jljusten · 14 years ago
  17. 1b88f96 The input StringInfo should be kept for HiiStringIdToImage() function. by lgao4 · 14 years ago
  18. c1e2b15 1.Refine all the goto and action opcode. When the menu link to the sub form, use the goto opcode and show the arrow. Others use the action opcode. by ydong10 · 14 years ago
  19. c3161b2 1.Reposition the platform info. Move from the old position to left one block space and down one block space. by ydong10 · 14 years ago
  20. 3b2eba1 HiiCompareLanguage should use the exact match method, old code use the best match method. by ydong10 · 14 years ago
  21. 89cd812 Update PeiCore and DxeCore to verify FFS data checksum. by lgao4 · 14 years ago
  22. 59424ff SourceLevelDebugPkg: Pack CPU context structures by jljusten · 14 years ago
  23. 2094c4d Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM Communication ACPI Table defined in the PI spec. by rsun3 · 14 years ago
  24. 1fcd34f fix refresh menu save attribute error. not consider the grayout attribute. by ydong10 · 14 years ago
  25. d66e9f0 Add comments for the two parameters of DxeTscTimerLibConstructor. by lzeng14 · 14 years ago
  26. b6ca1fd Update the arrow position. by ydong10 · 14 years ago
  27. 1b71e7f A minor change for the format of usage align with spec. by gikidy · 14 years ago
  28. d6d78ac Fix a bug in PxeBcDriver (When disconnect PxeBc driver under shell environment will cause a exception) by hhuan13 · 14 years ago
  29. cbdf19a Refine coding style. by ydong10 · 14 years ago
  30. ba319b9 Update inappropriate comments. by ydong10 · 14 years ago
  31. 92063c4 Correct copyright year by hhtian · 14 years ago
  32. 994c16b Fix shell timezone bugs (corresponding Shell SVN r47) by niruiyu · 14 years ago
  33. 7a07cec Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC4646 language compare. by lgao4 · 14 years ago
  34. 8dc8879 update comments and correct reclaim algorithm if there is no record existing in FTW working block. by erictian · 14 years ago
  35. 8e491a8 Enhance BMM to support changing FlowControl setting in Front Page. by ydong10 · 14 years ago
  36. ad0ecbc Per PI spec, StatusCode related structure is not required to be defined as packed byte. So, StatusCode related structures are updated from packed to unpacked. by lgao4 · 14 years ago
  37. 6beb225 Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry Virtual Address is non-zero, but the Relocation Data Directory Size is zero, BasePeCoffLib should only handle such case as PIC TE image. by lgao4 · 14 years ago
  38. 5788e95 update copyright format by hhtian · 14 years ago
  39. 439b0e2 minor format update by hhtian · 14 years ago
  40. d50f6f8 TscTimerLib in PerformancePkg is a BASE type library, which should be used by any module type. by lzeng14 · 14 years ago
  41. b7bc11a correct Intel's copyright date as the changes checked-in at r11273 & r11272 are contributed by third party. by erictian · 14 years ago
  42. c161dce Correct comments in DevicePathDxe.inf. by lgao4 · 14 years ago
  43. f0a1bf1 Add four PCDs for the different color settings of Subtitle and Text Filed on Browser. by lgao4 · 14 years ago
  44. 9a33a65 Update DEBUG log information to specify SMM driver to be loaded in SmmCore by lgao4 · 14 years ago
  45. d613c2a Correct typo in word in DxeCore. by lgao4 · 14 years ago
  46. b695e7f Updates function description per UEFI2.3d. No impact is for functionality. The main changes include: by lgao4 · 14 years ago
  47. 9095e76 Update function description per UEFI2.3d. The main changes include: by lgao4 · 14 years ago
  48. 2ab7038 Add new FV extension type 0x0002 and its related structure per PI1.2B. by lgao4 · 14 years ago
  49. 36d5815 UEFI table also need to be in ACPI NVS memory, because some data field by jyao1 · 14 years ago
  50. 40039e2 Add SmmPeriodicSmiLib to MdePkg. by mdkinney · 14 years ago
  51. 784ce12 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection if hardware flow control is enabled. The default is to not perform cable detection. by mdkinney · 14 years ago
  52. db662a6 Clean up BaseSerialPortLib16550 to remove references and checks for Carrier Detect(CD). This is not required for this library implementation. The only signals used for Hardware Flow Control are RTS/CTS. by mdkinney · 14 years ago
  53. b739d70 Make the default toolchain for Linux CodeSourcery. by andrewfish · 14 years ago
  54. 507ebc1 Fixes to get CodeSourcery GCC and RVCT 3.1 compiling. by andrewfish · 14 years ago
  55. 2ac288f Fix issue with fixing tabs. by andrewfish · 14 years ago
  56. 5d23922 Remove tabs. by andrewfish · 14 years ago
  57. 58b5d03 Remove tabs from all text files in the package. by andrewfish · 14 years ago
  58. 6111eb8 Update to match changes in the ArmPkg. by andrewfish · 14 years ago
  59. 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
  60. 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
  61. 1d5d0ae Add ArmPlatformPkg from ARM Ltd. patch. by andrewfish · 14 years ago
  62. 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
  63. 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
  64. d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
  65. f43c43c Correct comments for EFI_LEGACY_PIRQ_ENTRY. by jyao1 · 14 years ago
  66. 59b1946 OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLib by jljusten · 14 years ago
  67. b043ebc OvmfPkg: Add SerializeVariablesLib library instance by jljusten · 14 years ago
  68. e79f62f OvmfPkg: Add SerializeVariablesLib library class by jljusten · 14 years ago
  69. be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
  70. a34688d Don't need to update its copy right. It is same to previous version. by lgao4 · 14 years ago
  71. af388a9 PcAtChipsetPkg/PciHostBridgeDxe: Fix enum type mismatch by jljusten · 14 years ago
  72. 1fade6c Roll back previous change. GCC assembly file should use .S postfix. by lgao4 · 14 years ago
  73. 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
  74. 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
  75. 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
  76. 4631644 OvmfPkg ResetSystemLib: Fix build issue with VS2005 by jljusten · 14 years ago
  77. 4eb5628 Updated IntelFrameworkPkg\Include\Guid\DataHubRecords.h same with ECP definition by li-elvin · 14 years ago
  78. 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
  79. d930357 fix word typo by erictian · 14 years ago
  80. 858939c fix arm gcc build error by erictian · 14 years ago
  81. 14fc747 NetworkPkg: Update the IpsecConfig application to fix the GCC4.5 build issue. by qianouyang · 14 years ago
  82. f6cf5cf Support proportional Font and Font output flags. by lgao4 · 14 years ago
  83. 8db466c Correct file name. by lgao4 · 14 years ago
  84. 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
  85. 40a6995 MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4 by jljusten · 14 years ago
  86. c0e1097 OvmfPkg: Add support for memory above 4GB by jljusten · 14 years ago
  87. 999a815 OvmfPkg: Add NullMemoryTestDxe driver by jljusten · 14 years ago
  88. 3ca1591 OvmfPkg: Add DEBUG messages to dump the contents of CMOS by jljusten · 14 years ago
  89. 76389e1 NetworkPkg: comments clean up. by xdu2 · 14 years ago
  90. 686d4d4 NetworkPkg: Add IN/OUT modifier. by xdu2 · 14 years ago
  91. e33e341 Enhance code to avoid build error. by ydong10 · 14 years ago
  92. 0d70a70 ProcessCumulative() function always calculates the average performance by dividing the count of performance record. by lzeng14 · 14 years ago
  93. 2e7120c NetworkPkg-IpSecDxe: Remove extra space in function type definition to beautify doxygen output. by xdu2 · 14 years ago
  94. bfd4204 NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec. by qianouyang · 14 years ago
  95. e5c861a Fixed HiiSetString failed. Tracker NUM:204479 by ydong10 · 14 years ago
  96. c10dc4c Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro by lgao4 · 14 years ago
  97. 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
  98. b57cc03 Update the GUID value to be consist with the one in DEC file. by gdong1 · 14 years ago
  99. a02ab69 Fixed 3 ECC errors. by gdong1 · 14 years ago
  100. e313026 OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCD by jljusten · 14 years ago