| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg/PlatformDriOverride: Unload image on EFI_SECURITY_VIOLATION | Dandan Bi | 2019-09-25 | 1 | -1/+10 |
* | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 9 | -63/+9 |
* | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-06 | 1 | -1/+1 |
* | MdeModulePkg: Clean up source files | Liming Gao | 2018-06-28 | 7 | -72/+72 |
* | MdeModulePkg: Error Level is not used correctly | Jeff Fan | 2017-04-12 | 1 | -2/+2 |
* | MdeModulePkg/Universal: Fix typos in comments | Gary Lin | 2016-10-27 | 2 | -6/+6 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 3 | -0/+0 |
* | MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r... | Qiu Shumin | 2015-07-01 | 1 | -8/+13 |
* | MdeModulePkg PlatDriOverrideDxe: Remove unneeded VARIABLE_HEADER reference | Star Zeng | 2015-07-01 | 1 | -2/+1 |
* | Remove Framework HII "class\subclass" in all VFR | Dandan Bi | 2015-05-21 | 1 | -2/+0 |
* | Locate the config route protocol before install the config access protocol to... | Eric Dong | 2015-01-23 | 1 | -13/+14 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2014-10-21 | 1 | -2/+0 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 3 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -21/+33 |
* | Refine the code logic, use dynamic allocate buffer instead of static array to... | Eric Dong | 2014-08-19 | 2 | -69/+100 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-26 | 1 | -3/+4 |
* | Correct the incorrect string. | Gao, Liming | 2014-04-24 | 1 | -0/+0 |
* | Remove RT attribute for variable PlatDriOver. | Gao, Liming | 2014-03-27 | 1 | -4/+4 |
* | Add check to make sure the data be valid. | Gao, Liming | 2014-03-26 | 2 | -13/+57 |
* | Add comments to describe PlatformDriOverrideDxe is used for test purpose. | Gao, Liming | 2014-03-17 | 1 | -1/+3 |
* | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 2013-07-26 | 3 | -34/+16 |
* | Fixed build failed. | ydong10 | 2012-05-31 | 1 | -1/+1 |
* | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 | 2012-05-30 | 1 | -2/+2 |
* | Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val... | ydong10 | 2011-12-15 | 2 | -31/+53 |
* | Clean up the private GUID definition in module Level. | lgao4 | 2011-09-18 | 3 | -21/+18 |
* | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 2011-07-06 | 1 | -4/+3 |
* | Refine some call back function to return EFI_UNSUPPORTED for all unsupported ... | ydong10 | 2011-05-20 | 1 | -63/+63 |
* | Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea... | lgao4 | 2010-06-02 | 1 | -1/+8 |
* | Small code refinement in MdeModulePkg. | rsun3 | 2010-05-17 | 1 | -23/+4 |
* | 1. Use the max string size to compare password string. | lgao4 | 2010-05-10 | 1 | -2/+2 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 7 | -12/+12 |
* | Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg... | jchen20 | 2010-03-18 | 1 | -1/+0 |
* | Update HiiConfigAccess.ExtractConfig interface to support NULL request string... | lgao4 | 2010-03-04 | 1 | -4/+52 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -4/+4 |
* | Make end of line consistent caused by previous check in. | qhuang8 | 2009-08-24 | 1 | -7/+7 |
* | add correct [Depex] section. | vanjeff | 2009-08-10 | 1 | -1/+3 |
* | change ISO 639-2 language codes to RFC 4646 codes in .UNI files | rsun3 | 2009-05-25 | 1 | -0/+0 |
* | Update DriverSample and PlatDriOverrideDxe driver to correct the return value... | lgao4 | 2009-05-21 | 1 | -3/+6 |
* | Update HiiDataBase to fix the SCT hang issues by the invalid device path. | lgao4 | 2009-05-20 | 1 | -5/+15 |
* | Correct HiiGetBrowserData API usage. | lgao4 | 2009-04-30 | 1 | -2/+2 |
* | Update HiiGetBrowserData API | lgao4 | 2009-04-27 | 1 | -16/+4 |
* | Merge application PlatOverMngr and library DxePlatDriOverLib into driver Plat... | lgao4 | 2009-04-24 | 8 | -224/+4027 |
* | Change directory name PlatformDriOverride to PlatformDriOverrideDxe. | lgao4 | 2009-02-24 | 2 | -0/+261 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5012 6f1... | vanjeff | 2008-04-09 | 4 | -342/+0 |
* | Port PlatformDriOverrideDxe into R9. | vanjeff | 2008-01-16 | 4 | -0/+342 |