summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-10updated WinNtSerialIoDxe driver not to create new child handle if RemainingDe...vanjeff1-71/+119
2009-09-10Fix the bug in PeiServicesInstallFvInfoPpi() implementation that can't set th...lgao41-4/+15
2009-09-10Set correctly FV format guid when install FV INFO PPI.lgao41-3/+1
2009-09-101. Add a new Capsule initiate reset flagqhuang82-4/+7
2009-09-10if PcdHwErrStorageSize is zero, it means HwErr variable store doesn't exist i...eric_tian1-3/+4
2009-09-091. add EFI Firmware Management protocol definition in MdePkg.vanjeff3-1/+499
2009-09-09add AtaPassThruProtocol into MdePkg.eric_tian2-0/+474
2009-09-08adjust error process code position.vanjeff1-4/+4
2009-09-08updated IdeBus driver not to create new child handle if RemainingDeviepath is...vanjeff1-41/+53
2009-09-08Remove obsolete description to avoid confusion. DevicePathLib class does not ...qhuang81-3/+1
2009-09-08add modifier EFIAPI for library interfaces.vanjeff3-3/+30
2009-09-08Correct EFI_IFR_RESET_BUTTON from question to statement.lgao42-5/+3
2009-09-08refine functions comments to add new description for remaining devicepath in ...vanjeff1-13/+42
2009-09-08Add PCD protocol/ppi defined in PI 1.2, which is different with early PCD pro...klu23-0/+842
2009-09-07OVMF: Fix a hang after resetting when NV variables are preserved.jljusten1-20/+11
2009-09-07OVMF: Add support for more persistent NV variables which can survive a system...jljusten5-9/+50
2009-09-07EMU Variable: Add support for pre-reserved NV variable store.jljusten3-22/+115
2009-09-04Remove unnecessary library mapping. qhuang81-3/+0
2009-09-03Clarify the UEFI/EFI specification version in file header comments.vanjeff22-60/+122
2009-09-03specify the spec revision number followed by protocol eric_tian5-25/+27
2009-09-03add UefiPxeBcDxe in Nt32 platform.vanjeff1-0/+1
2009-09-03Add into MdePkg definitions for the SMM IO Trap Dispatch2 Protocol as defined...rsun32-0/+139
2009-09-03add UefiPxeBcDxe in Nt32 platform.vanjeff1-0/+1
2009-09-03Add into MdePkg definitions for the SMM Power Button Dispatch2 Protocol as de...rsun32-0/+120
2009-09-03Add into MdePkg definitions for the SMM Standby Button Dispatch2 Protocol as ...rsun32-0/+122
2009-09-03Add into MdePkg definitions for the SMM General Purpose Input (GPI) Dispatch2...rsun32-0/+127
2009-09-03Add into MdePkg definitions for the SMM USB Dispatch2 Protocol as defined in ...rsun32-0/+133
2009-09-03Add into MdePkg definitions for the SMM Periodic Timer Dispatch Protocol as d...rsun32-0/+173
2009-09-03Add into MdePkg definitions for the SMM Sx Dispatch Protocol as defined in PI...rsun32-0/+138
2009-09-03Add into MdePkg definitions for the SMM Software Dispatch Protocol as defined...rsun32-0/+139
2009-09-021. Add TCG MOR (Memory Overwrite request) definition from TCG Platform Reset ...lgao47-156/+496
2009-09-02Add into MdePkg definitions for the SMM PCI Root Bridge IO protocol as define...rsun32-0/+40
2009-09-02Add into MdePkg definitions for the EFI SMM CPU Protocol as defined in the PI...rsun32-7/+260
2009-09-02Add into MdePkg definitions for the EFI SMM Status Code Protocol as defined i...rsun32-0/+70
2009-09-02UEFI 2.3 Specification should be updated to move these status code definition...eric_tian3-20/+22
2009-09-01Refactor the code logic to reduce code size for debug tip.qhuang81-59/+33
2009-09-01Add /GF compiler option for IPF ICC tool chains by default.qhuang81-8/+8
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang83-50/+66
2009-09-01Add into MdePkg definitions for EFI SMM Communication Protocol as defined in ...rsun32-0/+82
2009-09-01Add into MdePkg definitions for the DXE SMM Ready To Lock protocol as defined...rsun32-0/+32
2009-09-01Add into MdePkg definitions for SMM Ready To Lock protocol as defined in the ...rsun32-0/+32
2009-09-01Add into MdePkg definitions for EFI SMM Configuration Protocol as defined in ...rsun32-0/+89
2009-09-01Add into MdePkg definitions for the EFI SMM Control2 Protocol as defined in t...rsun32-0/+108
2009-09-01Add into MdePkg definitions for the EFI SMM Access2 Protocol as defined in th...rsun32-0/+175
2009-09-01Add into MdePkg definitions for EFI SMM Base2 Protocol as defined in the PI 1...rsun32-0/+90
2009-09-01Add into MdePkg the common definitions in the Platform Initialization Specifi...rsun32-0/+379
2009-08-31Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symb...qhuang84-56/+6
2009-08-31Beatify the debug string for displaying boot device when boot EFI device path.klu21-1/+62
2009-08-31Add into MdePkg definitions for the SMM Cpu I/O Protocol defined in the PI 1....rsun32-1/+91
2009-08-31revert the change on BdsConsole. when doing minimal boot, the ConsoleIn varia...eric_tian1-6/+27