summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-252-3/+7
* Clean up the useless code in DriverSampleDxe.Eric Dong2014-08-191-2/+0
* Refine the code logic, use dynamic allocate buffer instead of static array to...Eric Dong2014-08-192-69/+100
* MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov2014-08-191-5/+2
* Refine the comments for the function header.Eric Dong2014-08-192-6/+137
* Contributed-under: TianoCore Contribution Agreement 1.0Michael Kinney2014-08-148-0/+600
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-142-9/+11
* Clean the useless code.Eric Dong2014-08-081-1/+0
* 1) Add type cast for better coding style.Feng Tian2014-08-0710-47/+47
* The pointer argument should be set to NULL if not used not FALSE.Harry Liebel2014-08-041-2/+2
* MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li2014-08-011-2/+2
* MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li2014-07-311-7/+0
* Refine code to make it more safely.Eric Dong2014-07-301-2/+7
* Update code to support VS2013 tool chain.Eric Dong2014-07-2815-12/+52
* Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong2014-07-282-106/+348
* Print the CodeType and Value of status code with fixed length.Li, Elvin2014-07-283-12/+12
* MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey2014-07-251-2/+2
* Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li2014-07-241-0/+2
* Refine code to follow good coding style.Eric Dong2014-07-212-4/+4
* Add check to make code more safely.Eric Dong2014-07-141-2/+5
* Check the validation when return from callback function to avoid use the inva...Eric Dong2014-07-143-49/+156
* Fix build fail for VS2005 tool chain.Eric Dong2014-07-101-1/+1
* Fixed typos: hanlder should be handler.Chen Fan2014-07-092-2/+2
* Refine the sample for action, should not use text two part.Eric Dong2014-07-091-8/+0
* Fix build fail for VS2005 tool chain.Eric Dong2014-07-091-1/+1
* Refine the save action for the browser.Eric Dong2014-07-087-198/+917
* Restore the question value before call the CHANGED callback type.Eric Dong2014-07-071-0/+5
* Correct the default value for date opcode.Eric Dong2014-07-021-2/+2
* Fix a bug in IP4 driver when computing the network broadcast adress.Fu, Siyuan2014-06-301-2/+3
* Refine code to make it more safely.Eric Dong2014-06-2617-15/+45
* Add 'file not found' debug message to MTFTP.Brendan Jackman2014-05-211-1/+8
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-153-6/+2
* Based on request, export ResetRequired info used by browser.Eric Dong2014-05-142-1/+34
* Correct String language tag.Gao, Liming2014-05-121-0/+0
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-0714-654/+18
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-114/+13
* Correct the incorrect string. Gao, Liming2014-04-241-0/+0
* Fix GCC build fail.Eric Dong2014-04-211-4/+4
* Refine the check expression result logic.Eric Dong2014-04-184-12/+59
* Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong2014-04-181-0/+46
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-158-407/+378
* Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong2014-04-143-58/+27
* Update logic, only question with interactive attribute should trig the callba...Eric Dong2014-04-111-0/+4
* Sync value for string opcode after call the Callback function.Eric Dong2014-04-113-3/+52
* Check the pointer before use it.Eric Dong2014-04-101-0/+2
* Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan2014-04-101-2/+2
* Refine the load form sets process for BrowserCallback function.Eric Dong2014-04-082-45/+68
* Add ASSERT to check if NewVariable is NULL.Elvin Li2014-03-281-0/+1
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-272-32/+23
* Update code logic, remove ASSERT and use error handling. Eric Dong2014-03-271-9/+33