1. 16d5d16 PerformancePkg: Fix build with GCC by jljusten · 14 years ago
  2. a41b527 add native ide/ahci driver by erictian · 14 years ago
  3. 22c5a7a Add ACPI4.0 header file. by jyao1 · 14 years ago
  4. 5dcb535 No need to sort arrays of 1 element. by jcarsey · 14 years ago
  5. 2f6b90f delete unnecessary files. by jcarsey · 14 years ago
  6. 9864203 add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is running AHCI mode. by erictian · 14 years ago
  7. b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
  8. 69cf40e Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib by andrewfish · 14 years ago
  9. 7effcbf ShellPkg: Fix "unreachable code" warning with VS2005 by jljusten · 14 years ago
  10. 80448f6 Refine some code to make code run safely. by ydong10 · 14 years ago
  11. 1ca7958 revert/update of a change this morning. by jcarsey · 14 years ago
  12. 89fb1cf removing incorrect files. by jcarsey · 14 years ago
  13. e972332 ShellPkg: Fix several GCC compiler warnings by jljusten · 14 years ago
  14. a48ea69 ShellPkg: Remove optimization disable compiler flag by jljusten · 14 years ago
  15. e26d7b5 ShellPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  16. 8d095e7 ShellPkg: Fix path issues for Linux build support by jljusten · 14 years ago
  17. 8d0eff6 ShellPkg: Remove unnecessary package dependencies by jljusten · 14 years ago
  18. 24115e4 RefRefine soma code to make code run safely. by ydong10 · 14 years ago
  19. 36b4e01 remove extra file. by jcarsey · 14 years ago
  20. 94f1ff8 remove extra file. by jcarsey · 14 years ago
  21. 249383c Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core. This will allow platform specific libraries to do thinks like map hardware devices directly into the emulator. by andrewfish · 14 years ago
  22. 45059fa Clean up clean and clarify XCODE flags. by andrewfish · 14 years ago
  23. cd7bfc2 Refine code to make code run safely. by ydong10 · 14 years ago
  24. 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
  25. d18221e Update readme format by hhtian · 14 years ago
  26. c932570 Refine soma code to make code run safely. by ydong10 · 14 years ago
  27. f6b4e53 Update MODULE_TYPE to be DXE_RUNTIME_DRIVER by mdkinney · 14 years ago
  28. fbec9c0 copyright format update by hhtian · 14 years ago
  29. a405b86 udk2010.up2.shell initial release. by jcarsey · 14 years ago
  30. 52fb4d3 Refine some code to make code run safely. by ydong10 · 14 years ago
  31. 0a16169 Fix the issue that might prevent single step in PeCoffExtraActionLib (right after triggering breakpoint to notify image load/unload) work. by pgao2 · 14 years ago
  32. 1c5709f minor format update to make text wrap around column 80 by hhtian · 14 years ago
  33. c6efcc2 Update Ovmf DSC/FDF files to support source debugging feature that will be switched on by "-D SOURCE_DEBUG_ENABLE". by vanjeff · 14 years ago
  34. 18b144e Import SourceLevelDebugPkg. by vanjeff · 14 years ago
  35. bf45bbe Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVER module types by mdkinney · 14 years ago
  36. c91a44b Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVER module types by mdkinney · 14 years ago
  37. dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
  38. e009609 Refine some code to make the code run safely. by ydong10 · 14 years ago
  39. 18bd7f3 These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. by andrewfish · 14 years ago
  40. 2e4c2a0 Improve PXE Over IPv4 performance: by hhuan13 · 14 years ago
  41. f3e6990 Update example symbol command to dump out gdb load commands if you compile with gcc or RVCT commands if you compile with other compilers. by andrewfish · 14 years ago
  42. 7e4ed4b Fix HSD Tracker 204133. Clarified the comment for the ShellExecute function. by darylm503 · 14 years ago
  43. b28fe0e update copyright format by hhtian · 14 years ago
  44. 605466a ARM RVCT 3.1 compiler has issues with __packed structures containing anonymous structures in a union. I had to add extra PACKED macros to get things to compile. Hopefully at some point RVCT will support #pragma pack(1) properly and we can retire PACKED macro. by andrewfish · 14 years ago
  45. 3163461 Rename one file to follow the file naming convention. by rsun3 · 14 years ago
  46. 24b6e24 Rename one file to follow the file naming convention. by rsun3 · 14 years ago
  47. 84a773d Rename two files to follow the file naming convention. by rsun3 · 14 years ago
  48. 09a9020 Rename two files to follow the file naming convention. by rsun3 · 14 years ago
  49. 111be80 Add missing BPDG tool sources when sync to BaseTools r2042 by qhuang8 · 14 years ago
  50. e56468c Sync EDKII BaseTools to BaseTools project r2042. by qhuang8 · 14 years ago
  51. 034ffda Fill AtaDeviceHeader field in ATA command block by qhuang8 · 14 years ago
  52. e527bd2 Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal to the actual size of data. by qhuang8 · 14 years ago
  53. ac8cca2 The patch acknowledges the TCP zero window probe message, either the format with 1 byte new data, or no new data. It also increases exponentially the interval between successive probes when performing TCP zero window probe. by tye1 · 14 years ago
  54. 8730386 To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set the IP filter to use StationIp. by hhuan13 · 14 years ago
  55. 1aa8ced Program virtual wire mode and disable LINT0 and LINT1 in ApProcWrapper() of MpServicesOnFrameworkMpServicesThunk. by rsun3 · 14 years ago
  56. b1b8c63 Add DisableLvtInterrupts() for the Local APIC library class. by rsun3 · 14 years ago
  57. 9a43bc3 Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF). by pgao2 · 14 years ago
  58. ae40aef Improve Local APIC library class. Add new library APIs: GetApicVersion(), SendFixedIpi(), SendFixedIpiAllExcludingSelf(), GetApicTimerState(). Remove GetApicTimerDivisor (), its functionality can be covered by GetApicTimerState(). by rsun3 · 14 years ago
  59. 2ca7eca Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Index == 0. by niruiyu · 14 years ago
  60. 00dbccf Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances. by qhuang8 · 14 years ago
  61. ffadc63 Fix the InternalMemScanMem* functions. They were returning the character AFTER the match instead of the matching character. by darylm503 · 14 years ago
  62. 0d622b2 Update EdkShellBinPkg to integrate a bug fix date & time command for shell binaries. by qhuang8 · 14 years ago
  63. 8731dbe Update EdkShellBinPkg to integrate a bug fix date & time command for x64 shell binaries. by qhuang8 · 14 years ago
  64. f95bc04 Change the check condition for 16 byte command, when HDD size is > 2TB, use 16 byte command instead. by li-elvin · 14 years ago
  65. 9166e5f Add Local APIC library mapping. by rsun3 · 14 years ago
  66. 0a6374b Update MpServicesOnFrameworkMpServicesThunk to consume Local APIC library. by rsun3 · 14 years ago
  67. bf73cc4 Add Local APIC Library class defining APIs for common Local APIC operations. Add two Local APIC library instances, one is for xAPIC mode only, the other is for x2APIC capable processors which have xAPIC and x2APIC modes. by rsun3 · 14 years ago
  68. 7ae58ec The definition of NumberOfSmmReservedRegions is incorrect in Framework SmmCis specification 0.91, in which the type of this field is defined as UINTN. However, HOBs are supposed to be CPU neutral, so UINT32 should be used. Here the code is updated and comments in FrameworkSpecConformance.txt is added. by xli24 · 14 years ago
  69. 9e375eb Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()->Ip4IpSecProcessPacket() line 511, each time "reconnect -r", IpSb is re-allocated in IpDriver.Start(). But only when the first time, IpSb->OldMaxPacketSize = IpSb->MaxPacketSize; For the sequential reconnect, IpSb->OldMaxPacketSize is left dirty. Somtimes it is 0, causing the next sending packages generate exception. by hhuan13 · 14 years ago
  70. f6aa9c1 Fix GCC build failure by niruiyu · 14 years ago
  71. 558be45 Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce EFI_ISA_IO_PROTOCOL. by niruiyu · 14 years ago
  72. 2186f2a Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h to Acpi10.h. by niruiyu · 14 years ago
  73. bb111c2 Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh by andrewfish · 14 years ago
  74. 6989af7 clear the correct BAR register. Because for P2P device, only register from 0x10 to 0x14 is BAR register. by niruiyu · 14 years ago
  75. cfbc1a7 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. by hhuan13 · 14 years ago
  76. 5b9fc2f SmmBaseHelper: Update MP state in Framework SMST before transferring control to Framework SMM driver entry point. by rsun3 · 14 years ago
  77. f184c10 remove CpuBreakpoint (). by vanjeff · 14 years ago
  78. db724ff Fixed one bug which may lead standard error handle could not be set into system table correctly since default return status is set to error by default. by vanjeff · 14 years ago
  79. 6efe946 Refine code. by sfu5 · 14 years ago
  80. 11fa429 Roll back BlockSize to 0x8000 for PXE performance concern. by hhuan13 · 14 years ago
  81. 83c7c80 Minor refinement on source code. by qhuang8 · 14 years ago
  82. 95ac6ef If you install 64-bit kernel build will fail. This requires manually setting properties, but it is legal... by andrewfish · 14 years ago
  83. 28a9411 Add datahub status sode handler driver. by xli24 · 14 years ago
  84. 04df642 Update EdkShellBinPkg to integrate a bug fix in PCI command in Shell source r42. by qhuang8 · 14 years ago
  85. f0b0ba3 Refine code. by sfu5 · 14 years ago
  86. 3364f3c Add LZMA decompression to DXE Core. by andrewfish · 14 years ago
  87. abeca79 Fix bug in LoadFv command. Don't free the buffer the file was loaded into as the DXE Core will point to it as an FV. by andrewfish · 14 years ago
  88. ae0a0b0 Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in pair. by xdu2 · 14 years ago
  89. bab26f7 Fix PcAtChipsetPkg build failure by changing the PcAtChipsetPkg.dsc to reference the correct module. by niruiyu · 14 years ago
  90. a48caee Add boundary check against variable MTRR count. by xli24 · 14 years ago
  91. 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  92. 3af91e2 Minor code refinement. by rsun3 · 14 years ago
  93. 8194a02 Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  94. 5b7e61a Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  95. 9572320 Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI controller drivers already take care the start() sequence. by niruiyu · 14 years ago
  96. a58b9d9 Fixed K9 scan issues. by hhuan13 · 14 years ago
  97. 1955038 Fixed K9 scan issues. by hhuan13 · 14 years ago
  98. 2ec364f Fix reverse gasket issue that was breaking watch dog timer. by andrewfish · 14 years ago
  99. d0d41b5 Move registration of DXE Core with PeCoffExtraActionLib after the lib constructors have been executed. by mdkinney · 14 years ago
  100. 7754556 Fix IP address text representation issue about leading zeros by jjin9 · 14 years ago