Age | Commit message (Expand) | Author |
2015-11-16 | IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no ... | Star Zeng |
2015-07-26 | IntelFrameworkModulePkg: GenericBdsLib: set Status before use | Laszlo Ersek |
2015-07-26 | IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() call | Ard Biesheuvel |
2015-07-13 | IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudary | Hao Wu |
2015-07-07 | IntelFrameworkModulePkg GenericBdsLib: Resolve array size mismatch | Hao Wu |
2015-06-30 | IntelFrameworkModulePkg GenericBdsLib: Use safe string functions | Hao Wu |
2015-04-07 | IntelFrameworkModulePkg: Put report status code after event was signaled per ... | Elvin Li |
2014-12-22 | Remove unnecessary RT attribute from LegacyDevOrder variable. | Ruiyu Ni |
2014-09-03 | IntelFrameworkModulePkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-08-28 | IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-20 | IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld... | Eric Dong |
2014-08-08 | Add type cast on variable before operation. | Jeff Fan |
2014-08-01 | IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLib... | Chen Fan |
2014-07-24 | Fix one memory leak. | Eric Dong |
2014-06-25 | Refine code to make it more safely. | Eric Dong |
2014-06-20 | Do not create boot option for logical block io device. | Ruiyu Ni |
2014-06-18 | Create boot option for all block IO devices no matter what the device path lo... | Ruiyu Ni |
2014-05-22 | Remove the RT attribute for HDDP variable and validate the variable content b... | Ruiyu Ni |
2014-04-28 | Early return when the "BootOrder" variable doesn't exist to avoid SetVariable... | Ruiyu Ni |
2014-03-28 | Add check to avoid null pointer deference. | Ruiyu Ni |
2014-03-25 | Report the setting variable failure to platform through the status code when ... | Ruiyu Ni |
2014-03-17 | Do not reset system when the MemoryTypeInformation variable cannot be written. | Ruiyu Ni |
2013-11-07 | Fix wrong parameter usage in GenericBdsLibConstructor | czhang46 |
2013-10-15 | Enable UEFI firmware to support FMP capsule format. | czhang46 |
2013-09-26 | Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates ... | Ruiyu Ni |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni |
2013-05-23 | Move the memory allocation and variable set to BdsEntry, use VariableLock pro... | lzeng14 |
2013-03-19 | Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec... | niruiyu |
2013-02-21 | BMP file may has padding data between the bmp header section and the bmp data... | ydong10 |
2012-10-30 | Add missing status code in several modules. | li-elvin |
2012-09-27 | Reset system only when the pre-allocated memory is more than 1.5 of needed me... | niruiyu |
2012-09-04 | Set mode 0 (80x25) when Consplitter does not exist. | li-elvin |
2012-08-17 | Fix the issue that consplitter should not touch ConIn variable & do ConIn co... | czhang46 |
2012-08-09 | Fix memory leak | ydong10 |
2012-07-30 | Add 2 new Bds features | czhang46 |
2012-07-06 | Refine the message for Reset request. | ydong10 |
2012-07-06 | Update the logic to force user to reset when change configuration which need ... | ydong10 |
2012-06-19 | Align the perf data between FPDT and DP. | lzeng14 |
2012-06-06 | Fix memory leak issues. | niruiyu |
2012-06-01 | Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does... | niruiyu |
2012-05-31 | Fixed build failed. | ydong10 |
2012-05-30 | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 |
2012-05-28 | Fix build failed | ydong10 |
2012-05-25 | Refine logic about validate boot option. | ydong10 |
2012-05-18 | Clean ParentHandle field when image is loaded directly from the firmware's bo... | ydong10 |
2012-05-07 | Fix memory leak issues. | ydong10 |
2012-04-19 | Add code to check boot option variable before use it | ydong10 |
2012-04-11 | Add more check for the bmp file to avoid access violation. | ydong10 |
2012-04-01 | When transfer from Unicode to hex number, current code only consider the 0-9 ... | ydong10 |