- bdb869f Add PrintDxe driver and update EdkPrintLib to DxePrintLibPrint2Protocol by qhuang8 · 16 years ago
- e031244 Update the variable name and GUID to set time zone and daylight saving: Use L"RTC" for shorter name and gEfiCallerIdGuid since this variable is private for this driver. by qhuang8 · 16 years ago
- 589f16d Update consplitter driver to use dynamic PCD to set console output mode instead of use L"ConOutMode" and gEfiGenericPlatformVariableGuid to set console output mode. by qhuang8 · 16 years ago
- 2db4a77 Update MdeModulePkg package surface area: by qhuang8 · 16 years ago
- bb9153a Split the Print functionality from SetupBrowserDxe. Platform should use PrintDxe to produces Print2 Protocol and PrintThunk for Edk Print protocol. by qhuang8 · 16 years ago
- 610b2cb Add PrintDxe to produce EDKII print2 protocol on top of PrintLib in MdePkg by qhuang8 · 16 years ago
- bee6755 Rename EdkPrintLib to DxePrintLibPrint2Protocol to better reflect its functionality. by qhuang8 · 16 years ago
- ee0961f Update Performance library instances to adapt to the update in Performance infrastructure. by qhuang8 · 16 years ago
- 3f57706 remove console control protocol consuming in DrawImage(), caller should make sure current mode is graphics mode. by vanjeff · 16 years ago
- bc6b589 Update DxeCore for the performance infrastructure updates: Use Raw sting to replace XXX_TOKEN by qhuang8 · 16 years ago
- 9105d2c Retire GenericPlatformVariableGuid in MdeModulePkg by qhuang8 · 16 years ago
- 8704a8a retire PeiPerformanceHob.h, all its information has been integrated into Include\Guid\Performance.h by qhuang8 · 16 years ago
- e996a8c Retire Print protocol in MdeModulePkg and update Print2 protocol to provide full set of API in PrintLib classes by qhuang8 · 16 years ago
- 72aff63 Merge performance protocol, pei performance hob into a single performance.h in MdeModulePkg\Include\Guid by qhuang8 · 16 years ago
- aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
- fbfa4a1 Minor update on capitalization for ECC check. by xli24 · 16 years ago
- d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
- ea1ac7a Clean up gEfiHotPlugDeviceGuid in ConPlatformDxe. by vanjeff · 16 years ago
- 55e4e17 Path\filename information added for Protocol/PPI/Guid section in DEC file. by gikidy · 16 years ago
- 88fa231 Meta-data verified. by gikidy · 16 years ago
- 309e312 update code to pass K8. by hchen30 · 16 years ago
- c948a51 Fix EBC build broken. by klu2 · 16 years ago
- acd3b0e Fix EBC build broken. by klu2 · 16 years ago
- 20bcdbc Add assertion to ensure pointer dereference has been checked against NULL pointer. by qhuang8 · 16 years ago
- 055f28d Meta-data reviewed. by gikidy · 16 years ago
- 7174e04 1.enhanced security check. 2.remove un-necessary ASSERT. by vanjeff · 16 years ago
- 89c18a1 enhanced security check. by vanjeff · 16 years ago
- 1fef733 Fix security check. by lgao4 · 16 years ago
- 2fead09 Source level security checked by jji4 · 16 years ago
- e67ca95 Source level security checked by jji4 · 16 years ago
- db0bd81 enhanced security check. by vanjeff · 16 years ago
- 4ad9d87 * MdeModulePkg/Core/Pei/Dependency/Dependency.h by jljusten · 16 years ago
- cb0b858 add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
- 525aded add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
- a1b749d add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
- c55426a fixed comments missing. by vanjeff · 16 years ago
- df80a83 enhanced security check. by vanjeff · 16 years ago
- 7c1bc8d Enhanced status return check. by vanjeff · 16 years ago
- e618d0c add return value check. by vanjeff · 16 years ago
- 892b7f9 add NULL pointer check. by vanjeff · 16 years ago
- 4cfc329 Fix the typo in comments by qhuang8 · 16 years ago
- 96a5ac5 Adjust code to fix potential array out-bound issues. by qhuang8 · 16 years ago
- 51195fb Remove several unicode in comments. by qhuang8 · 16 years ago
- ead7e7d Fix the potential illegal EBC opcode issue. by qhuang8 · 16 years ago
- 98b15cf Include the missing Guid header file to refer the global Guid by lgao4 · 16 years ago
- 8a3f79b Add the missing Guid header file. by lgao4 · 16 years ago
- b998288 Correct typo in comments, clean IfrSupportLib.h by lgao4 · 16 years ago
- fbbb421 clean K8. by eric_tian · 16 years ago
- a935a0d Add in ASSERT to avoid NULL point dereference. by qwang12 · 16 years ago
- dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
- 05b1c41 update meta. by vanjeff · 16 years ago
- d1a54e2 ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >, < >=, <=) by qwang12 · 16 years ago
- 2517435 Clean Network Driver to include Uefi.h, not PiDxe.h. by lgao4 · 16 years ago
- 9cff2f8 Roll back the DEBUG mask change which cause SerialIo read_conf test item failure. by niry · 16 years ago
- ba5e88f Add parenthesis to expression to make order of operations clear by mdkinney · 16 years ago
- 276a49b Clean up FaultTolerantWriteDxe to remove the duplicated definition. by lgao4 · 16 years ago
- 2374b97 fix the operator priority bug. by niry · 16 years ago
- 8ed62a3 Fix minor build issue. by qhuang8 · 16 years ago
- c410589 K8: Add in ASSERT to detect possible NULL pointer dereference. by qwang12 · 16 years ago
- fd0d484 clean ecc by eric_tian · 16 years ago
- b2c0a17 Pass ECC by jgong5 · 16 years ago
- 7b2207f Coding style checked by jji4 · 16 years ago
- 7ae9c1c Coding style checked by jji4 · 16 years ago
- d59b8b5 fixed more issues by scrubbing. by jgong5 · 16 years ago
- c24b392 fix ecc warning by eric_tian · 16 years ago
- ed3a31b Pass ECC check. by xli24 · 16 years ago
- a676b86 Coding style checked by jji4 · 16 years ago
- 81b0761 Synced function header. by jgong5 · 16 years ago
- f737cfb code scrub for UefiPxeBcDxe. by jgong5 · 16 years ago
- 4de1f28 fix ecc by eric_tian · 16 years ago
- 9006e2b update format. by vanjeff · 16 years ago
- 9e1f123 Code level security checked by jji4 · 16 years ago
- 311a71b Cleanup K8 warning. by eric_tian · 16 years ago
- 7cf0271 Use UEFI macros for PE/COFF image types by mdkinney · 16 years ago
- 19f1707 Remove FlashMap Ppi that has been replaced by Flash related PCDs. by lgao4 · 16 years ago
- 7b728d6 Use TO_START and BY_START for UEFI driver model driver. by qwang12 · 16 years ago
- 17d6c2e 3) Doxygen comment cleanup. by qwang12 · 16 years ago
- e08d88c 3) Doxygen comment cleanup. by qwang12 · 16 years ago
- 597f4ee 1) Fix a typo in EhcMoniteAsyncRequests. by qwang12 · 16 years ago
- 657abcf Enhance DxeCore to handle the all block sized allowed by the PI Specification and remove the assumption that the FV block size is always larger than the size of an FV Header. by lgao4 · 16 years ago
- 7459a41 Fix typo in meta data. by klu2 · 16 years ago
- 01a5c99 use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
- 6e4bac4 fix some checklist issues by ywu21 · 16 years ago
- 5c99864 remove some internal functions and allocate some FIFO data structure instead of declaring in global variable. To save size. by vanjeff · 16 years ago
- 1068a65 Code size optimized by jji4 · 16 years ago
- d089bd5 Fix non-asci char in comment. by jlin16 · 16 years ago
- 3018ca2 1) Clean up the INF and add in comment to describe the surface area of modules by qwang12 · 16 years ago
- f3e0442 Add information in Meta-Data file by eric_tian · 16 years ago
- 280544d Add information in Meta-Data file by eric_tian · 16 years ago
- 603e7c0 Add information in Meta-Data file by eric_tian · 16 years ago
- e7cd6e6 Add information in Meta-Data file by eric_tian · 16 years ago
- 57dfc48 enhance the condition branch to handle Unix style file path. and avoid array overflow by eric_tian · 16 years ago
- 0ea756d Update the comment section of INF to add in more meta data description. by qwang12 · 16 years ago
- fd0fd89 Remove the accidental check in of test code. by qwang12 · 16 years ago
- bc166db Add in ASSERT to check out-of-bound and possible dereference of NULL pointers. by qwang12 · 16 years ago
- af58e37 add parameter check logic to clean up Klocwork warning. by eric_tian · 16 years ago
- 6041576 The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true. by eric_tian · 16 years ago
- e4a3922 Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunction == NULL. The PCD library function will do ASSERT if CallBackFunction is NULL. by qwang12 · 16 years ago
- 3dc3861 re order the function definition to avoid unnecessary declaration. by niry · 16 years ago
- 4cf894e Split out Synchronization Library from Base Library by mdkinney · 16 years ago