1. 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
  2. 7ee3b61 Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. by AJFISH · 15 years ago
  3. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago
  4. f7753a9 Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib implementations by mdkinney · 15 years ago
  5. 432cf05 A sample driver produces driver health protocol. This driver use DiskIO driver as a template. by gikidy · 15 years ago
  6. baf46e7 Fix some typos & format. by gikidy · 15 years ago
  7. ab4da12 Driver health management implementation in BDS based on UEFI Specification 2.3. by gikidy · 15 years ago
  8. c620437 Prompt the PI specification version to 1.20 and UEFI specification version to 2.30, for PEI_SERVICES_TABLE, DXE_SERVICES_TABLE, EFI_BOOT_SERVICES_TABLE, EFI_RUNTIME_SERVICES_TABLE. by klu2 · 15 years ago
  9. 6ee21b6 The functionality of PXE Base Code protocol will not be stopped, when downloading is successfully. by vanjeff · 15 years ago
  10. 86714cc According to PI specification, if token number can not be found for dynamic-ex type PCD, return EFI_NOT_FOUND but not ASSERT(). by klu2 · 15 years ago
  11. dc6f9b3 Move the Fv updating of PeiCore's internal structure PrivateData out of the implementation of build-in Ffs2's EFI_PEI_FIRMWARE_VOLUME_PPI. Because this PPI maybe provided by other PEIM/Sec. by klu2 · 15 years ago
  12. 7ec9391 Remove the tab characters. by klu2 · 15 years ago
  13. 8e0e40e After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs2 FvPpi should be also fixed up to be pointed to the one in permanent memory. by klu2 · 15 years ago
  14. 99c55b5 correct value by jcarsey · 15 years ago
  15. e191bb1 Add more check for local FileInfo variable before it is used. by lgao4 · 15 years ago
  16. f981c39 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for SmmBase2.h) by davidhuang · 15 years ago
  17. 5cb3637 remove extra variables by jcarsey · 15 years ago
  18. 95dd343 Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned device path node. by lgao4 · 15 years ago
  19. a13df02 Correct error status to EFI_NOT_FOUND when the image can't be got. by lgao4 · 15 years ago
  20. 02864f5 added new PCD for ShellLib buffer size... by jcarsey · 15 years ago
  21. a5bd42b corrected out of date comments by jcarsey · 15 years ago
  22. e2f8297 updates from code review, buffer length, and correct use of StdOut for printing by jcarsey · 15 years ago
  23. ad5ecf1 typo in comment by jcarsey · 15 years ago
  24. 2aa76ea Update header file to include common definition of FRAMEWORK_EFI_AP_PROCEDURE. by xli24 · 15 years ago
  25. 86973fa Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit' so that some early version of MS assemblers can support. by qhuang8 · 15 years ago
  26. 0d34b1c Use AllocateZeroPool instead of using AllocatePool + ZeroMem by klu2 · 15 years ago
  27. 595d4b4 The FV size in EFI_FV_INFO has been excluded the length of FV header, so no need subtract the length of FV header again when compute the length of Apriori file. by klu2 · 15 years ago
  28. 350cefd Fix GCC build error! by lgao4 · 15 years ago
  29. cbf73e5 Add IFR Security Op-code support in the Form Browser. by rsun3 · 15 years ago
  30. 4ac7f45 Add PI complied S3 implementation. Include the Opcode definition and EFI_BOOT_SCRIPT_WIDTH definition from MdePkg PI definition and rename the conflict opcode defintion with FRAMEWORK_ prifix. by jchen20 · 15 years ago
  31. 8c80387 Add PI complied S3 implementation. Move the Opcode definition and EFI_BOOT_SCRIPT_WIDTH definition from protocol directory to Pi directory since the S3 related Library need these definitions. by jchen20 · 15 years ago
  32. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  33. cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
  34. 7748df3 Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpenImageFile function. by lgao4 · 15 years ago
  35. 8471661 Add new GetFileBufferByFilePath API into DxeServicesLib. by lgao4 · 15 years ago
  36. 2474e48 Fix unicode issue. by xli24 · 15 years ago
  37. 650efd7 Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy Region Protocol. by xli24 · 15 years ago
  38. 2719803 Dummy implementation of Legacy Region 2 Protocol. by xli24 · 15 years ago
  39. 3e4c5b4 Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PARAMETER by klu2 · 15 years ago
  40. 284af94 Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating point units in SEC phase. by qhuang8 · 15 years ago
  41. 989322c Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of BaseUefiCpuLib. The major purpose of this library class / instance is to provide some routines that are generic for IA32 family CPU by qhuang8 · 15 years ago
  42. 77882e2 Fix build failure of ShellPkg. by xli24 · 15 years ago
  43. 8f8bfa5 Fixed the bug that not to stop PXE functionality when PXE meeting some failure. And enhanced DriverBindingStop() to stop PXE functionality if PXE was still alive. by vanjeff · 15 years ago
  44. 441ff98 Fix a typo bug that miss & by klu2 · 15 years ago
  45. 0c561f4 Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBACK) to avoid warning. PCD_CALLBACK in EDKII implementation is compatible with EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBACK. by klu2 · 15 years ago
  46. ec735bb 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type PCD request. by klu2 · 15 years ago
  47. 6c74c53 Refine comments for PCD PEIM/driver. by klu2 · 15 years ago
  48. 17e7fa8 Clean up code. by klu2 · 15 years ago
  49. a32c6dc MdePkg: Move duplicate EFI_AP_PROCEDURE typedef to a common location by jljusten · 15 years ago
  50. 1e4506f by jcarsey · 15 years ago
  51. 8a541f0 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time; by klu2 · 15 years ago
  52. 7bbae07 Simplify the @attention statement. by qhuang8 · 15 years ago
  53. e3f903d Minor update the comments style for LegacyRegion2 protocol by qhuang8 · 15 years ago
  54. 7032896 add carriage return by jcarsey · 15 years ago
  55. cbca8de 1) Add new BaseLib API GetPreviousNode() by mdkinney · 15 years ago
  56. e1da91a Add reserved field to SAL_UPDATE_PAL_DATA_BLOCK so it is padded out to 64-bytes to match the SAL Specification by mdkinney · 15 years ago
  57. 5d967a7 Protocol/SmmCpuIo.h: Fix build warning on GCC by jljusten · 15 years ago
  58. 36a9d67 build break fix and new function by jcarsey · 15 years ago
  59. a31bd33 comment repairs. by jcarsey · 15 years ago
  60. 23bb88e Add LegacyRegion 2 protocol definition in MdePkg by qhuang8 · 15 years ago
  61. aaa2cc1 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  62. 1fdd39d 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  63. 310b04e 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  64. 6cfbf7a 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  65. 21020c7 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  66. a2bb197 Rename PI SMM definitions which has same name with those of Framework SMM spec but with different content (Note these renamings are not yet in public PI spec or errata now); Remove common definitions shared between PI and Framework Spec from include files for Framework SMM Spec, and change includes files for Framework SMM Spec to include PI SMM include files. The goal is to allow a module include both PI and Framework SMM definitions without conflict. by rsun3 · 15 years ago
  67. aa2614b EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple package lists with same package list GUID onto different handles. According, change behavior of the HII Library function HiiAddPackages() to be consistent with EFI_HII_DATABASE_PROTOCOL.NewPackageList(). by rsun3 · 15 years ago
  68. 6c88029 specify operand order by jcarsey · 15 years ago
  69. ef34de2 fixing errors found in code review. by jcarsey · 15 years ago
  70. 125c2cf updating headers from code review. by jcarsey · 15 years ago
  71. b594c46 Fix incorrect copyright format by qhuang8 · 15 years ago
  72. 6bbd64e Fix incorrect EDK library enumeration in EdkShellPkg.dsc: by qhuang8 · 15 years ago
  73. 13796e8 Add necessary brace to fix GCC warnings by qhuang8 · 15 years ago
  74. 3d34202 Simplify the logic to remove the use of local variable "FileInfoGuid" to avoid GCC build warning. by qhuang8 · 15 years ago
  75. 5503408 Fix GUID format by qhuang8 · 15 years ago
  76. 2bb526f Add newly added global to Browser Context. by xdu2 · 15 years ago
  77. 3227f99 Fix some unicode characters in source file. by qhuang8 · 15 years ago
  78. dd72d66 Update framework CPU I/O protocol to solve some symbol duplication and conflict issues. This protocol is different from PI one in that it is a runtime protocol. by qhuang8 · 15 years ago
  79. 25a1f91 Add PI 1.2 CPU I/O 2 protocol definitions. This is boot time only protocol. by qhuang8 · 15 years ago
  80. 255f993 Fix parameter name in function header. by xli24 · 15 years ago
  81. 5a9403b Following 3 updates are for spec update published in PI 1.2. by xli24 · 15 years ago
  82. a09ee46 Updated the IpIoLiband and the change includes: by qouyang · 15 years ago
  83. 169fa21 Correct the shell script file type as executable by klu2 · 15 years ago
  84. 6a8e44d Add ASM_PFX() for exposed symoble from assemble to C by klu2 · 15 years ago
  85. df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
  86. c16243d Added support for VS2008. by ywang · 15 years ago
  87. f57525f There should be no CONST modifier for the This parameter of EFI_SMM_ACCESS2_PROTOCOL.Open()/Close()/Lock() because LockState or OpenState field of the EFI_SMM_ACCESS2_PROTOCOL may be changed during these functions. by rsun3 · 15 years ago
  88. 6097575 Correct the alignment for PEIM by klu2 · 15 years ago
  89. 92f0867 typedef by rsun3 · 15 years ago
  90. 1b620ad Remove a typo by klu2 · 15 years ago
  91. ca57797 Initialize the FileHandle to NULL, before search FV image file in discoveried FV by klu2 · 15 years ago
  92. 880ea0e Ignore UEFI OPEN/CLOSE Action for FrameworkCallback by lgao4 · 15 years ago
  93. 16019c8 Add Example for EFI_BROWSER_ACTION_RETRIEVE callback by lgao4 · 15 years ago
  94. eccfeab Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. by lgao4 · 15 years ago
  95. 766c748 Update network drivers to use FreePool() instead of gBS->FreePool(). by xdu2 · 15 years ago
  96. 2f3c9af Remove the old unused ValueToString code, which has been replaced by UnicodeValueToString API from PrintLib. by lgao4 · 15 years ago
  97. 4c8358c Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid. by xdu2 · 15 years ago
  98. 8f97f91 1. Add UEFI 2.2 VLAN device path definition to MdePkg by xdu2 · 15 years ago
  99. 3393e29 fixed the wrong format. by vanjeff · 15 years ago
  100. 96bf829 fixed the wrong format. by vanjeff · 15 years ago