Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | Update BGRT image buffer to be stored in EfiBootSerivesData according to ACPI... | Chao Zhang | 1 | -7/+10 |
2013-09-11 | Update UpdateCapsule() service return status to follow UEFI2.3.1 D. | Liming Gao | 1 | -2/+7 |
2013-09-04 | Enable warningif opcode in browser. | Eric Dong | 4 | -7/+226 |
2013-09-02 | Update sample code for date/time. | Eric Dong | 2 | -62/+10 |
2013-08-26 | MdeModulePkg/DiskIoDxe: fix source/destination pointer of overrun transfer | Laszlo Ersek | 1 | -1/+1 |
2013-08-23 | Add some comments, clear describe the efi varstore type. | Eric Dong | 2 | -2/+8 |
2013-08-23 | Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii... | Eric Dong | 1 | -12/+16 |
2013-08-22 | Fix DDK3790 build failure. | Ruiyu Ni | 1 | -1/+1 |
2013-08-21 | Fix function header comments for DiskIoDestroySubtask. | Ruiyu Ni | 1 | -0/+1 |
2013-08-21 | MdeModulePkg/DiskIoDxe: Fixed GCC build error | Olivier Martin | 1 | -3/+0 |
2013-08-20 | Refine the comments and code to follow spec. | Eric Dong | 5 | -61/+87 |
2013-08-20 | Add DiskIo2 protocol definition to MdePkg. | Ruiyu Ni | 9 | -477/+1239 |
2013-08-20 | Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND... | Qian Ouyang | 1 | -1/+6 |
2013-08-19 | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng | 2 | -13/+127 |
2013-08-16 | MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit... | Star Zeng | 1 | -2/+12 |
2013-08-12 | Refine the code logic for browser and display engine. | Eric Dong | 15 | -8006/+109 |
2013-08-12 | Update Browser to provide the customization possibilities. | Eric Dong | 14 | -2181/+10434 |
2013-08-12 | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong | 18 | -9284/+8928 |
2013-08-09 | Update Browser to provide the customization possibilities. | Eric Dong | 18 | -8928/+9284 |
2013-08-07 | MdeModulePkg: Added ARM Aarch64 architecture support | Harry Liebel | 1 | -1/+1 |
2013-07-31 | MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit... | Star Zeng | 1 | -3/+12 |
2013-07-29 | Clean the flag before use it to avoid use old error value. | Eric Dong | 1 | -0/+1 |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 6 | -46/+18 |
2013-07-26 | Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText... | Ruiyu Ni | 6 | -5990/+25 |
2013-07-25 | Roll back the changes in revision 14296 since it will cause iSCSI security au... | Fu Siyuan | 1 | -1/+1 |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin | 1 | -10/+0 |
2013-07-16 | Rollback patch 14470, because it error check in some extra ending code. | Eric Dong | 1 | -24/+34 |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin | 1 | -34/+24 |
2013-07-15 | Refine the validation for the input attribute before return. | Eric Dong | 1 | -1/+5 |
2013-07-11 | MdeModulePkg: Add the alignment check for FTW spare area address and length, ... | Star Zeng | 6 | -3/+32 |
2013-07-11 | MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report. | Star Zeng | 1 | -17/+20 |
2013-07-03 | MdeModulePkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 15 | -267/+924 |
2013-07-03 | Fix DDK build fail. | Eric Dong | 1 | -1/+1 |
2013-07-03 | Fix GCC build fail. | Eric Dong | 1 | -4/+4 |
2013-07-02 | Update HiiDataBase and UefiHiiLib to support Name/Value varstore. | Eric Dong | 4 | -789/+1468 |
2013-06-17 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -0/+23 |
2013-06-17 | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni | 1 | -502/+479 |
2013-06-14 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -479/+502 |
2013-06-07 | Use right LBA to get the backed up WorkSpace in spare block. | Star Zeng | 1 | -3/+5 |
2013-06-06 | Update code to follow spec, add discard form action before reset. | Eric Dong | 1 | -0/+1 |
2013-05-27 | Refine the logic about processing options for oneof opcode. | ydong10 | 1 | -6/+24 |
2013-05-27 | Fix the issue that FreePool is too early in FirmwarePerformanceDxe. | lgao4 | 1 | -4/+11 |
2013-05-21 | When finish using the browser storage for one formset, browser should clean t... | ydong10 | 2 | -1/+160 |
2013-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 | 4 | -17/+35 |
2013-05-20 | Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea... | niruiyu | 3 | -43/+20 |
2013-05-17 | Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia... | niruiyu | 8 | -22/+379 |
2013-05-16 | Update the logic about get initial value for one storage. | ydong10 | 2 | -9/+198 |
2013-05-16 | Separate memory allocation for FPDT S3 performance table and boot performance... | lzeng14 | 4 | -89/+183 |
2013-05-14 | Add Copyright notices and comments for Red Hat contributor. | sfu5 | 2 | -6/+11 |
2013-05-13 | Update Code to pass EBC compiler. | lgao4 | 2 | -4/+9 |