1. d3e0289 Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. by jcarsey · 14 years ago
  2. 2ed77d0 Add new "ref5" opcode data structure and ref data type structure. by ydong10 · 14 years ago
  3. 8b67c4c Remove non-ASCII characters. by niruiyu · 14 years ago
  4. 18ad26d Initialize data before using it by ydong10 · 14 years ago
  5. 2a5c468 Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express extended registers. by rsun3 · 14 years ago
  6. 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
  7. 044a53c Correct ExtendedSize’s type to UINT32. by lzeng14 · 14 years ago
  8. 1955808 For BaseLib IsNull() function , update retval value comment to match its function description. by lgao4 · 14 years ago
  9. 8b15741 Add ABS() macro (Absolute Value) to Base.h in MdePkg by mdkinney · 14 years ago
  10. 77df6ed Fix incorrect comments in SimpleFileSystem.h. by niruiyu · 14 years ago
  11. a0e1b12 Add the missing default definition of EFIAPI in Ia32/ProcessorBind.h. by lgao4 · 14 years ago
  12. 863be5d Add ESAL support libraries to MdePkg by mdkinney · 14 years ago
  13. ef2635c Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
  14. dfc66bb Add new "refresh event group" opcode. by ydong10 · 14 years ago
  15. 26a65e5 Add new "Modal form" opcode. by ydong10 · 14 years ago
  16. 4f07790 String Reference Cleanup. by lzeng14 · 14 years ago
  17. ae127ef Add new definition for XHCI support by erictian · 14 years ago
  18. bfe0572 Update the comments of InstallConfigurationTable to follow UEFI Spec. by niruiyu · 14 years ago
  19. 4b0f378 Fix ICC build break. by lgao4 · 14 years ago
  20. 244bff4 Update BasePrintLib to handle the unaligned GUID. by lgao4 · 14 years ago
  21. 4ec21e8 Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architecture Protocol, EFI_INVALID_PARAMETER should be returned for cases: by rsun3 · 14 years ago
  22. b8a6266 Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiScsiLib. by niruiyu · 14 years ago
  23. 7ddba20 Add core SMBIOS 2.7.0 and 2.7.1 support. by lzeng14 · 14 years ago
  24. d4cb06e Add new definition used for new call back return type and new action type. by ydong10 · 14 years ago
  25. ef3f887 Change the type of the IoData field of EFI_SMM_SAVE_STATE_IO_INFO from UINTN to UINT64 to follow the PI spec. by rsun3 · 14 years ago
  26. bf09926 According to PI_1_2_Errata_B, EFI_FFS_INTEGRITY_CHECK.Checksum.File should be 8-bit checksum of the file data, not the entire file, correct the comments. by lzeng14 · 14 years ago
  27. 66b96f9 Add definition of SCAN_PAUSE for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. by vanjeff · 14 years ago
  28. 960212a add those missing device path nodes into the union structure of EFI_DEV_PATH and EFI_DEV_PTR by erictian · 14 years ago
  29. 7758b0a Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  30. 31c21fd Add new status code definition in PI 1.2 Errata B. by li-elvin · 14 years ago
  31. c777fc4 1. Add definition for SSP(StorageSecurityCommand Protocol) by hhuan13 · 14 years ago
  32. 2be21af 1.Move the definitions of SCAN_F11 and SCAN_F12 from SimpleTextIn.h to SimpleTextInEx.h because they are defined in Table - EFI Scan Codes for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. by vanjeff · 14 years ago
  33. aee17e8 Add the definition of EFI_2_31_SYSTEM_TABLE_REVISION and update EFI_SYSTEM_TABLE_REVISION & EFI_RUNTIME_SERVICES_REVISION & EFI_BOOT_SERVICES_REVISION to EFI_2_31_SYSTEM_TABLE_REVISION. by vanjeff · 14 years ago
  34. b586757 Add BlockIO2 Protocol definition. by qianouyang · 14 years ago
  35. 490b5ea Add BlockIO2 Protocol. by qianouyang · 14 years ago
  36. f704fc8 1. Change guid name from EFI_CERT_X509 to EFI_CERT_X509_GUID, per UEFI Specification. 2.3.1. by vanjeff · 14 years ago
  37. a33f9a7 Add the correct GUID for EFI_IPSEC2_PROTOCOL. by qianouyang · 14 years ago
  38. 7eb2c64 Update the description of Loaded Image Protocol Unload function to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
  39. f6ea51e Update the comments for SizeofPartitionEntry field to follow the UEFI Spec. by niruiyu · 14 years ago
  40. bf579d3 Typo for the old patch enhance code style. by ydong10 · 14 years ago
  41. a47c681 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  42. 8679b1c Add the missing LegacyBiosMpTable.h per MultiProcessor Specification. by lgao4 · 14 years ago
  43. a77badb Refine code to follow coding style. by ydong10 · 14 years ago
  44. 6e80bc6 Enhance inf to follow spec. by ydong10 · 14 years ago
  45. 1ff0b1e Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
  46. d8ccb37 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  47. baa6894 Update some progress codes name per the PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
  48. 2891fc8 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  49. 5fbfa2d Fixed typos per the PI Spec 1.2 Errata B. by vanjeff · 14 years ago
  50. d12c6a5 Updated the GUID name to follow PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
  51. e16ee65 Update comment per the latest PI spec Errata B. by li-elvin · 14 years ago
  52. 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
  53. 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
  54. 1b71e7f A minor change for the format of usage align with spec. by gikidy · 14 years ago
  55. ba319b9 Update inappropriate comments. by ydong10 · 14 years ago
  56. 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
  57. 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
  58. 9095e76 Update function description per UEFI2.3d. The main changes include: by lgao4 · 14 years ago
  59. 2ab7038 Add new FV extension type 0x0002 and its related structure per PI1.2B. by lgao4 · 14 years ago
  60. 40039e2 Add SmmPeriodicSmiLib to MdePkg. by mdkinney · 14 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. dad8dea Fix Copyright year to 2011 by mdkinney · 14 years ago
  66. 5a2e7dd Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GCD) and memory cache setting changes. by mdkinney · 14 years ago
  67. 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
  68. 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
  69. 9c3d10b Update inappropriate comments. fine code to make code run more safely. by ydong10 · 14 years ago
  70. 36e8c95 Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2 Protocol.Register() from IN, CONST to IN, OUT. This is for support for the case where SwSmiInputValue is set to -1, a unique value will be returned in the RegisterContext structure. by rsun3 · 14 years ago
  71. ccc96db Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in the SerialPortLib to make sure the serial port hardware is in the proper state for use. by mdkinney · 14 years ago
  72. b35a5f7 Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiPcdLib and reduces the number of CONSTRUCTORs that have to be run for most DXE modules. by mdkinney · 14 years ago
  73. 5bd2d2c Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues. by mdkinney · 14 years ago
  74. 5b98704 Fix DxeHobLib to also support a module type of SMM_CORE. by mdkinney · 14 years ago
  75. bcec20d Add support for ARM MOVW/MOVT instructions that were added in the latest PE/COFF specification. Currently they are not hooked in as we need to wait for the tools to get updated. Tools are needed to convert ELF to PE/COFF and to refixup FVs. by andrewfish · 14 years ago
  76. 0a13c99 Remove wrongly added SuperIoInit protocol. by niruiyu · 14 years ago
  77. e7cb469 Fix issue with CodeSourcery gcc requiring assembly functions to have a .type define inorder to support interworking (calling from thumb(C code) to ARM code (hadn written assembly). We had to add a macro as the .type directive is not supported, or needed, by Xcode. All ARM .S files need to be updated. by andrewfish · 14 years ago
  78. 204df56 Add the SuperIoInit protocol to MdePkg. by niruiyu · 14 years ago
  79. cbbd284 update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
  80. 06128e8 add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOVERY_BEGIN to express they are different with the current PI specification 1.2. by vanjeff · 14 years ago
  81. f00864f updated progress code definitions to match PI Spec 1.2. by vanjeff · 14 years ago
  82. d040b8f Roll back comment change for SOR. SOR does not apply to SMM. by mdkinney · 14 years ago
  83. dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
  84. 3ae55b7 Update comments for PI 1.2 SMM support. by mdkinney · 14 years ago
  85. 2057d8c Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. by rsun3 · 14 years ago
  86. 6c4986d Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. by lgao4 · 14 years ago
  87. 6361c6d Update the file description in IpSec.h to refer to an accurate UEFI version. by qianouyang · 14 years ago
  88. 4d4c535 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
  89. b422161 Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE() macros. Clarify that the Size and Pages parameters to these macros are assumed to be type UINTN. by mdkinney · 14 years ago
  90. 740ee2e Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros. by rsun3 · 14 years ago
  91. 9be899c Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers. by ydong10 · 14 years ago
  92. eafed2b Fix PCD token value format issue. by gikidy · 14 years ago
  93. 850f13e Fix a cut-n-paste error in the comment for the "read keystroke" function. by darylm503 · 14 years ago
  94. 6517edb Update UefiDriverEntryPoint library by adding BaseLib library class required by AutoGen code. by lgao4 · 14 years ago
  95. 705f53a Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: by qianouyang · 14 years ago
  96. 818ff8c MdePkg: Use builtin offsetof function for GCC 4.0 and newer by jljusten · 14 years ago
  97. e0919a5 Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec. by andrewfish · 14 years ago
  98. 22c5a7a Add ACPI4.0 header file. by jyao1 · 14 years ago
  99. 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
  100. f6b4e53 Update MODULE_TYPE to be DXE_RUNTIME_DRIVER by mdkinney · 14 years ago