1. 6953331 set filename with device path for load file devices. by vanjeff · 15 years ago
  2. f5006bd Update SetupBrowser to support call to SendForm() by specify a formset class GUID with input parameter FormsetGuid. by xdu2 · 15 years ago
  3. c2a19e9 For now PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage() even for XIP PEIMs.However the AllocatePage invoked in S3 path will make system assert. The patch is to fix it. by jchen20 · 15 years ago
  4. 9ecbc65 Fix a UI hang bug when adding Boot Option or Driver Option. by xdu2 · 15 years ago
  5. 234dfbf Update to align with UEFI 2.3 spec: rename "UEFI_CONFIG_LANG2" to be "UEFI_CONFIG_LANG_2" by xdu2 · 15 years ago
  6. a6973cf Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE to DriverSample. by xdu2 · 15 years ago
  7. ce6d12c Support call of SendForm() from Callback(), i.e. nested call of SendForm(). by xdu2 · 15 years ago
  8. 8b0fc5c 1. Code clean up: add IN/OUT modifier for parameters. by xdu2 · 15 years ago
  9. f4a2af1 Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE in UEFI spec. by xdu2 · 15 years ago
  10. 3dde743 Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for Cross-Reference: by xdu2 · 15 years ago
  11. d02847d Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_TYPE_ACTION and EFI_IFR_TYPE_BUFFER in UEFI spec. by xdu2 · 15 years ago
  12. d66e6c1 Change the FormBrowser behavior of "Pressing ESC": by xdu2 · 15 years ago
  13. 0ce94f3 Set Handle to NULL when creating a new handle. by vanjeff · 15 years ago
  14. 3a15fd5 Add a MACRO IP6_IS_MULTICAST. by tye · 15 years ago
  15. 713b7b5 Remove redundant blank character in DSC file. by klu2 · 15 years ago
  16. 87f89c0 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,000 (10s) according to UEFI spec. by tye · 15 years ago
  17. c5bcc2e 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued up in the system: these packets will never be freed and will cumulate as time goes on, and then it will cause the system becomes very slow. This issue is reported by HP. by tye · 15 years ago
  18. 39ef213 1, Correct the name of PCD_PPI_CALLBACK to EFI_PCD_PPI_CALLBACK by klu2 · 15 years ago
  19. 6d64219 Rename one field in "EFI_ATA_STATUS_BLOCK" to make it a legal C structure. by qhuang8 · 15 years ago
  20. beb9b90 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  21. 4ad90a8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  22. 061b1c2 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  23. 1f7ff5a 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  24. 9060e3e 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  25. d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  26. f8a1c22 1. Move ASSERT to proper place. by xdu2 · 15 years ago
  27. 6446c98 Add an example HII driver to show how to generate HII resource section by lgao4 · 15 years ago
  28. ccee609 Add the example for default opcode usage. by lgao4 · 15 years ago
  29. ab00035 GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBC by mdkinney · 15 years ago
  30. 2816e21 Do not update the ImageBase in the PE/COFF header if Adjust is 0. by mdkinney · 15 years ago
  31. ce422d3 MdeModule EhciDxe: Fix compiler warning for IA32 architecture. by jljusten · 15 years ago
  32. 739802e update code to eliminate the wrong assumption that pci address is equal to host address in all archs. by eric_tian · 15 years ago
  33. 62b658d Fix the incorrect check for IFR OnfOf opcode. by lgao4 · 15 years ago
  34. 15cc889 update comments with the right words. by vanjeff · 15 years ago
  35. 689b2d7 clean up non-English characters. by vanjeff · 15 years ago
  36. 1910fba clean up non-English characters. by vanjeff · 15 years ago
  37. 6e6971f PEI Core: Remove unused variable in PeiLoadImageLoadImage function. by jljusten · 15 years ago
  38. 01e1171 Do not apply relocation fixups if the Adjust value is zero, which means the image is XIP. by mdkinney · 15 years ago
  39. d40d3ba OVMF: Align PE images in ROM, and strip relocations were possible. by jljusten · 15 years ago
  40. 9337cf8 OVMF SEC: Modify to search sections of FFS file for PE32 image. by jljusten · 15 years ago
  41. d7576cf MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devices by jljusten · 15 years ago
  42. e3d7cce Fix warnings generated by GCC. by jljusten · 15 years ago
  43. eef9387 Fix comment describing the library in PlatformFvbLibNull.inf. by jljusten · 15 years ago
  44. 43ada17 Update PEI Core LoadImage() service to always call LoadAndRelocatePeCoffImage() even for XIP PEIMs. This will guarantee that the PE/COFF Extra Action Lib will be called for all PE/COFF images, even XIP PEIMs. by mdkinney · 15 years ago
  45. 5cfafa0 Check to see if the section size of non-zero before failing a load operation due to a NULL base or end address by mdkinney · 15 years ago
  46. 2356592 1) Update PE/COFF file alignment to 4KB to match 4KB section alignment. by mdkinney · 15 years ago
  47. 6f906c3 Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align with recent UEFI 2.3 spec update. by qhuang8 · 15 years ago
  48. db73188 For the data region which will be touched by Pci Bus Master, we should allocate memory by PciIo.AllocateBuffer() but not AllocatePool() base library API. So the memory region can be used to map into Pci controller-specific address thru PciIo.Map(). by eric_tian · 15 years ago
  49. 4009f91 Add the EFI PCI Override Protocol definitions introduced in PI 1.2. by vanjeff · 15 years ago
  50. 5c7e09c add security check and remove un-necessary return sentence. by vanjeff · 15 years ago
  51. 9dd44c0 Add security check to pass klockwork. by htao · 15 years ago
  52. 02e1242 EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005 by jljusten · 15 years ago
  53. 9607962 OVMF: Add support for saving the NV variables to disk following each SetVariable call. by jljusten · 15 years ago
  54. 27f58ea OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe. by jljusten · 15 years ago
  55. 6106983 OVMF: Add library to customize the EMU Variable FVB driver. by jljusten · 15 years ago
  56. 670d495 Add EmuVariableFvbRuntimeDxe driver. by jljusten · 15 years ago
  57. a876ae6 Add PlatformFvbLibNull instance of PlatformFvbLib. by jljusten · 15 years ago
  58. 921d5b4 Add PlatformFvbLib to allow platform customization of an FVB driver. by jljusten · 15 years ago
  59. b6183e4 Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's. by jljusten · 15 years ago
  60. eb14b48 add security check by vanjeff · 15 years ago
  61. e8de468 Fixed issues compiling for Apple gcc on IA-32 by AJFISH · 15 years ago
  62. fbf926a sync comments on data structure to follow latest UEFI spec. by eric_tian · 15 years ago
  63. f605152 Add HII animation related definitions into MdePkg. by rsun3 · 15 years ago
  64. 25a0aa5 Update definition aligned to UEFI2.3 by qhuang8 · 15 years ago
  65. eaf75bf sync the latest spec changes with code by eric_tian · 15 years ago
  66. 0f72982 NvVarsFileLib: Fix build warning with VS2005 on X64. by jljusten · 15 years ago
  67. 8a7bae2 Remove unnecessary -D flag for GNU assemblers. This flag should have no effect. by qhuang8 · 15 years ago
  68. 82dae5e Fix bug that home addresses for register parameters must be allocated for calling C function from X64 assembly code to follow x64 calling convention. by rsun3 · 15 years ago
  69. 60bd4cc Remove tabs in MdePkg source code by qhuang8 · 15 years ago
  70. 509dfd2 Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  71. c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  72. b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  73. 79a36e6 Fix small issues in SimpleFileSystem.h by qhuang8 · 15 years ago
  74. f620c88 Update definition aligned to UEFI2.3 by lgao4 · 15 years ago
  75. fa3e774 Remove some unicode characters in MdePkg source code. by qhuang8 · 15 years ago
  76. 81bf52d Remove the error checking for multi-instance device path since Dxecore has been enhanced to handle that. by qhuang8 · 15 years ago
  77. dc07b3d Enhance DxeCore LocateDevicePath() boot service to handle muli-instance device path. by qhuang8 · 15 years ago
  78. 47e1a80 Update partition driver to not produce BlockIo if a GPT with OS-specific field (BIT1) set in its partition attributes. by qhuang8 · 15 years ago
  79. 7d9cf3f Fix several build break in Ovmf package. by qhuang8 · 15 years ago
  80. b374d62 Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg definition for ECP shell to work correctly on EDKII platforms. by qhuang8 · 15 years ago
  81. 341515e Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
  82. 2654f64 Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
  83. 29c18ab Clarify some definitions in HII Configure Routine Protocol by qhuang8 · 15 years ago
  84. 8e7b8fb Clarify Signature field in EFI_PARTITION_ENTRY structure. by qhuang8 · 15 years ago
  85. add9c35 Add UEFI 2.2 and UEFI 2.3 signature. by qhuang8 · 15 years ago
  86. e189264 Remove the restrain on the Year field in EFI_TIME structure. by qhuang8 · 15 years ago
  87. 41c333a Clarify Attribute field in EFI_PARTITION_ENTRY by qhuang8 · 15 years ago
  88. 66d550f 1. Fix incorrect definition of UEFI_CONFIG_LANG and UEFI_CONFIG_LANG_2. They should be zero-terminated ascii string. by qhuang8 · 15 years ago
  89. 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
  90. 807a798 align some comments. by vanjeff · 15 years ago
  91. 3a7afaf Add some comments. by vanjeff · 15 years ago
  92. abbfadd Updated network related definitions. by vanjeff · 15 years ago
  93. cf15d83 Fix ICC build failure. by htao · 15 years ago
  94. df6434f Rollback patch temporary until receive legal approve. by klu2 · 15 years ago
  95. db0b7ad Make ASSERT statement more meaningful. by lgao4 · 15 years ago
  96. 14b21de OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile. by jljusten · 15 years ago
  97. e955462 OVMF BDS: Implement routines to make it easier to scan through all PCI devices. by jljusten · 15 years ago
  98. 4b45b3c Add DXE_DRIVER to list of supported module types for BaseFileHandleLib. by jljusten · 15 years ago
  99. 5094454 Implement NvVarsFileLib to save and restore non-volatile variables using a file. by jljusten · 15 years ago
  100. af2cfce Add RHSA (remapping hardware static Affinity) structure definition according to VT-d spec. by htao · 15 years ago