]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal
Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after leaving...
[mirror_edk2.git] / MdeModulePkg / Universal /
2013-05-20 niruiyuRemove the complex buffer since the _LOCK_VARIABLE...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-05-16 ydong10Update the logic about get initial value for one storage.
2013-05-16 lzeng14Separate memory allocation for FPDT S3 performance...
2013-05-14 sfu5Add Copyright notices and comments for Red Hat contributor.
2013-05-13 lgao4Update Code to pass EBC compiler.
2013-05-09 sfu5Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL...
2013-05-07 lzeng141. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm...
2013-04-25 lzeng141. Use the check IsAddressValid() to prevent SMM commun...
2013-04-25 sfu5Fix ping command issue in IP4 driver.
2013-04-25 sfu5Get ParentDevicePath by using attribute EFI_OPEN_PROTOC...
2013-04-24 lzeng14Mallicious code may use SmmFaultTolerantWriteHandler...
2013-04-23 sfu5Remove unused [Guids] section from PXE inf file.
2013-04-22 czhang46Fix potential overflow for SetVariable interface
2013-04-19 tye1Add transit bit check for detecting partial response...
2013-04-19 czhang46Fix a potential SMM memory dump issue. If pass communic...
2013-04-16 ydong10Update the browser logic, make the storage as browser...
2013-04-16 erictianMdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolut...
2013-04-15 czhang46Fix SMM Variable driver stack GetVariable return INVALI...
2013-04-12 niruiyuFix build failure by adding UINT16 type cast.
2013-04-12 czhang46Update SMM variable DXE driver GetNextVariable interfac...
2013-04-11 niruiyuFix several bugs in the implementation of converting...
2013-04-08 lzeng14If DataSize or VariableNameSize is near MAX_ADDRESS...
2013-04-02 ydong10Refine code to follow coding style.
2013-04-02 li-elvinFill SMBIOS BCD revision field.
2013-04-02 lzeng14Don't assume HiiDatabase has been present at the entryp...
2013-03-27 ydong10Update the traversal path logic.
2013-03-27 ydong10Update the code to follow UEFI spec, do the discard...
2013-03-20 erictianMdeModulePkg: Fixed 'variable set but not used' build...
2013-03-15 li-elvinAdd debug message to output video resolution used by...
2013-03-15 ydong10Refine the logic about gFunctionKeySetting, avoid some...
2013-03-15 ydong10Revert error check in code by patch 14206.
2013-03-15 ydong10Update the logic:
2013-03-11 sfu5Fix a bug in IP4 driver which may cause “reconnect...
2013-03-11 sfu5Initialize DefaultInfo before using it.
2013-03-11 sfu5Fix a bug in IP4 driver that the broadcast/multicast...
2013-03-05 niruiyuEnhance the ConPlatform driver to take care of the...
2013-02-27 lgao4Adds ASSERT check in DxePcd driver when error status...
2013-02-01 lgao4Update SecurityStub SAP protocol to support SecureHandl...
2013-02-01 sfu5Removes a useless condition in PxeBcImpl.c.
2013-02-01 sfu5Fix a bug in snp driver binding Start() that it may...
2013-01-29 ydong10Based on the feature PCD value, browser will decide...
2013-01-28 ydong10Update code which is not include in patch 14076.
2013-01-25 lzeng14Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITIO...
2013-01-25 lzeng14Add NULL pointer check.
2013-01-24 ydong10Refine code to follow coding style.
2013-01-22 ydong10Refine the sample about how to convert the device path...
2013-01-22 ydong10Update the code of processing device path info in brows...
2013-01-22 li-elvinTake the highest horizontal resolution as highest video...
2013-01-22 ydong10Refine the menu display logic, support menus with more...
2013-01-18 lzeng141. Update the logic of UpdateVariable() for updating...
2013-01-17 lzeng14Fix ICC11(VS2005) build failure.
2013-01-16 lzeng14Fix build failure.
2013-01-15 lzeng14Fix the issue that RuntimeServiceQueryVariableInfo...
2013-01-15 lzeng14The unit of Duration for S3BootScriptSaveMemPoll()...
2013-01-08 lzeng14Add the TPL raise/restore code for VariableSmmRuntimeDx...
2013-01-06 ydong10Base on the type field to get the width of value field...
2013-01-04 lzeng141. Don't assume that flush the HOB variable to flash...
2012-12-25 li-elvinSet graphic mode if graphic mode is not same with the...
2012-12-24 sfu51. Fix buffer overflow bugs in SNP, MNP and IP6 driver.
2012-12-21 lzeng14Initialize a local work space header to be used by...
2012-12-17 sfu5Fix GCC build fail issue for MdeModulePkg and NetworkPkg.
2012-12-17 ydong10Base on the value type to get the value for default...
2012-12-17 lzeng14Reclaim work space when the remaining space size is...
2012-12-13 sfu51. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName...
2012-12-12 lzeng14Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of...
2012-12-05 ydong10Update the HiiConfigToBlock to follow spec.
2012-12-03 jyao1Fix build error.
2012-11-30 jyao1ACPI4.0/5.0 have clear description:
2012-11-16 lzeng14Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead...
2012-11-15 ydong10Check mHiiPackageListUpdated before set it to FALSE.
2012-11-14 niruiyuEnhance SetupBrowser to call ReadKeyStroke() before...
2012-11-14 tye1Fix issue that node is still reachable after executing...
2012-11-12 lzeng14Allocate ReservedMemory instead of ACPIMemoryNVS for...
2012-11-12 lzeng14Free the buffer allocated by GetSectionFromAnyFv()...
2012-11-08 ydong10Refine code to make it more safely.
2012-11-07 li-elvinMoved the PeiS3ResumeState access when PeiS3ResumeState...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-11-01 ydong10Fix build fail.
2012-11-01 ydong10Add more check to make code more safely.
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-29 tye1Fix issue that ifconfig –c cannot clear IP address...
2012-10-25 li-elvinAdd uninstalling GOP and UGA protocol in Consplitter...
2012-10-17 sfu51. Fix a bug in PXE driver that the PXE boot do not...
2012-10-17 li-elvinFix buffer overflow issue in Consplitter.
2012-10-11 hhtianUpdate header format
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-08 li-elvinMove GOP and UGA draw from Consplitter entrypoint to...
2012-09-29 erictianMdeModulePkg:removes the unreachable ‘break’ instructio...
2012-09-28 lzeng14Add more exact SMM check in SmmFaultTolerantWriteHandler.
2012-09-27 ydong10Enable EFI_IFR_DEFAULT2 opcode in browser.
2012-09-24 ydong10Clean the build warning.
2012-09-14 lzeng14Fix the issue that FTW driver fail to reclaim WorkSpace.
2012-09-12 erictianMdeModulePkg/VariableSmm: Fix a VariableSmm bug when...
2012-09-10 ydong10Enhance the check for options in the question.
2012-09-10 ydong10When question not have storage with it, not restore...
2012-08-30 ydong10Restore EditBuffer before call the callback function...
2012-08-29 erictianShould pass in bytes of string buffer to UnicodeSPrint...
2012-08-27 vanjeff1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32T...
2012-08-22 li-elvinGet correct GOP protocol for physical GOP device.
next