Age | Commit message (Expand) | Author |
2010-11-12 | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin |
2010-11-12 | Fixed build error | ydong10 |
2010-11-12 | fix GCC build failure. make function definition same with declaration. | erictian |
2010-11-12 | Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl... | vanjeff |
2010-11-11 | Print Arrow for Goto button. | lgao4 |
2010-11-10 | fix build error | erictian |
2010-11-10 | Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. | vanjeff |
2010-11-10 | Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report... | vanjeff |
2010-11-10 | store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm re... | erictian |
2010-11-10 | Fix ICC build break. | rsun3 |
2010-11-09 | Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres... | lgao4 |
2010-11-09 | Some existing PCI adapters with UEFI option ROMs make unaligned requests thro... | rsun3 |
2010-11-09 | Move some define code to the uni file. Also fixed some memory leak. | ydong10 |
2010-11-09 | Fix tracker for build error. | ydong10 |
2010-11-08 | Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ... | rsun3 |
2010-11-08 | Remove unnecessary mBdsImageHandle. | niruiyu |
2010-11-08 | Refine code to make code follow the coding style. | ydong10 |
2010-11-05 | Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()... | mdkinney |
2010-11-05 | Add comment that describes the TPL restrictions for the Data Hub Protocol. | mdkinney |
2010-11-05 | Fix bug in DataHub where it would skip the first record in a set when a filte... | mdkinney |
2010-11-05 | Update ReadMe.txt to correct the minor errors in build steps. | niruiyu |
2010-11-05 | Refine code to make code run more safely. | ydong10 |
2010-11-05 | Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46 | niruiyu |
2010-11-05 | Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros. | rsun3 |
2010-11-04 | Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report... | mdkinney |
2010-11-04 | Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers. | ydong10 |
2010-11-04 | Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). | rsun3 |
2010-11-03 | The CurrentNumberOfxxxxx should be based on the device going away, and not th... | vanjeff |
2010-11-03 | swaps the order of timer disable and memory map termination to make sure memo... | vanjeff |
2010-11-03 | Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched... | rsun3 |
2010-11-02 | Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. | qlong |
2010-11-02 | Fix PCD token value conflict issue. | gikidy |
2010-11-02 | Fix PCD token value conflict issue. | gikidy |
2010-11-02 | Fix PCD token value format issue. | gikidy |
2010-11-01 | Refine code to make code run more safely. | ydong10 |
2010-11-01 | Refine code to follow the coding style. | ydong10 |
2010-11-01 | 1. Update IPsec driver to produce EFI_IPSEC2_PROTOCOL which is defined by UEF... | xdu2 |
2010-11-01 | Update ipsecconfig and ping6 due to ShellLib update. | xdu2 |
2010-11-01 | Add CryptoPkg (from UDK2010.UP3) | hhtian |
2010-11-01 | Add NetworkPkg (P.UDK2010.UP3.Network.P1) | hhtian |
2010-10-28 | S.M.A.R.T feature enable | erictian |
2010-10-28 | Correct Comments. | lgao4 |
2010-10-28 | Fix build break when doing 32-bit build with some certain C compiler option c... | rsun3 |
2010-10-26 | Refine code to remove type converting warning. | ydong10 |
2010-10-26 | Correct Data type conversion. | lgao4 |
2010-10-26 | pass build for IPF. | vanjeff |
2010-10-25 | Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ... | lgao4 |
2010-10-25 | Reserve one column at left screen to be more visually. | lgao4 |
2010-10-25 | Fix the following three issues: | lgao4 |
2010-10-24 | Fix a cut-n-paste error in the comment for the "read keystroke" function. | darylm503 |