Age | Commit message (Expand) | Author |
2013-03-20 | MdeModulePkg: Fixed 'variable set but not used' build warning. | erictian |
2013-03-15 | Add debug message to output video resolution used by GraphicsConsole. | li-elvin |
2013-03-15 | Add the backslash to C12 mapping in keyboard layout mapping table to fix the ... | niruiyu |
2013-03-15 | Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show... | ydong10 |
2013-03-15 | Revert error check in code by patch 14206. | ydong10 |
2013-03-15 | Update the logic: | ydong10 |
2013-03-11 | Fix a bug in IP4 driver which may cause “reconnect –r” hang. | sfu5 |
2013-03-11 | Initialize DefaultInfo before using it. | sfu5 |
2013-03-11 | Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided... | sfu5 |
2013-03-05 | Enhance the ConPlatform driver to take care of the optional Controller device... | niruiyu |
2013-03-04 | Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus... | lzeng14 |
2013-02-27 | Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i... | lgao4 |
2013-02-27 | Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R... | lgao4 |
2013-02-27 | In order to make sure the image is section alignment, after allocate buffer f... | ydong10 |
2013-02-21 | Refine the code to avoid error report. | ydong10 |
2013-02-21 | Shouldn't free the PciDev structure because the PciDev needs to be saved to R... | niruiyu |
2013-02-20 | Update SmiManager() comments and implementation to follow the new rule clarif... | vanjeff |
2013-02-01 | Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ... | lgao4 |
2013-02-01 | Removes a useless condition in PxeBcImpl.c. | sfu5 |
2013-02-01 | Fix a bug in snp driver binding Start() that it may return incorrect status c... | sfu5 |
2013-01-29 | 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af... | lzeng14 |
2013-01-29 | Based on the feature PCD value, browser will decide whether to gray out the r... | ydong10 |
2013-01-28 | Update code which is not include in patch 14076. | ydong10 |
2013-01-25 | Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered... | lzeng14 |
2013-01-25 | Add NULL pointer check. | lzeng14 |
2013-01-24 | Refine code to follow coding style. | ydong10 |
2013-01-22 | Refine the sample about how to convert the device path to string. | ydong10 |
2013-01-22 | Update the code of processing device path info in browser to follow UEFI spec. | ydong10 |
2013-01-22 | Take the highest horizontal resolution as highest video resolution. | li-elvin |
2013-01-22 | Refine the menu display logic, support menus with more than one page of options. | ydong10 |
2013-01-18 | 1. Update the logic of UpdateVariable() for updating variable from: | lzeng14 |
2013-01-17 | Fix ICC11(VS2005) build failure. | lzeng14 |
2013-01-16 | Fix build failure. | lzeng14 |
2013-01-15 | Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe... | lzeng14 |
2013-01-15 | The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda... | lzeng14 |
2013-01-14 | Remove the meaningless compare code. | ydong10 |
2013-01-10 | Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow. | ydong10 |
2013-01-09 | Fix the bug that the device claiming too much resource cannot be rejected by ... | niruiyu |
2013-01-08 | Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se... | lzeng14 |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 |
2013-01-06 | Base on the type field to generate oneof opcode. | ydong10 |
2013-01-06 | Base on the type field to generate numeric opcode. | ydong10 |
2013-01-04 | 1. Don't assume that flush the HOB variable to flash must be successful. | lzeng14 |
2013-01-04 | MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for... | erictian |
2013-01-04 | MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing... | erictian |
2012-12-25 | Set graphic mode if graphic mode is not same with the one which GraphicsConso... | li-elvin |
2012-12-25 | MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio... | erictian |
2012-12-25 | MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ... | erictian |
2012-12-24 | Detect some unsupported cases when save boot script, then return error early. | lzeng14 |
2012-12-24 | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 |