- fb5148a by klu2 · 16 years ago
- 99e8ed2 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- 0688984 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- fc30687 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- ec8432e Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- 1bc5d02 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- 3566565 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- 55d473b Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- d484d12 Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // by klu2 · 16 years ago
- 0d03727 Added TOOLCHAIN macro in makefile besides TOOLCHAIN_TAG by jwang36 · 16 years ago
- 8ac3278 Add condifition for passing ELFGCC building... by eric_tian · 16 years ago
- a618ea6 convert blank to tab by eric_tian · 16 years ago
- 6f5cf75 edk2/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c: by jljusten · 16 years ago
- 1b23335 use tab but not blank to do not break GNU make parsing. by eric_tian · 16 years ago
- d8bee43 Fix build issue in linux environment. by eric_tian · 16 years ago
- f4168df Enhance GenFv tool to print Fv Size and Length, and Get module map by module pdb pointer and get module guid by module FFS guid. by lgao4 · 16 years ago
- f285eb1 1. Enhanced the format of build_rule.txt to allow module type and arch information. by jwang36 · 16 years ago
- 584125b code review's result. by eric_tian · 16 years ago
- 4a9cfab Remove the unncessary assignment. by qwang12 · 16 years ago
- 6d2e872 Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage those parent Fv image has FvHob" by qhuang8 · 16 years ago
- dbb76af Update two tool binary for Duet platform by klu2 · 16 years ago
- 14941e6 Temporarily rollback the change from 5625 though 5628 for more investigation. by qhuang8 · 16 years ago
- 1bd90a4 Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly. by klu2 · 16 years ago
- d949491 Correct more comments for PeiCore. by klu2 · 16 years ago
- 1762b98 Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDispatch to private data to hold status for PeiCore's second reenter. by klu2 · 16 years ago
- b2821d6 Only build FvHob for the extracted FvImage those parent Fv image has FvHob. by lgao4 · 16 years ago
- a2ddd00 Add SerialPortPoll Api in SerialPortLib to Poll the serial device to see if there is any data waiting. by lgao4 · 16 years ago
- bdf37b3 Change VfrCompile.exe to VfrCompile to support the different OS. by lgao4 · 16 years ago
- a9bfd80 Roll back PeiImageRead to original implementation, this function will be shadowed, so it can't be replaced by CopyMem Api. by lgao4 · 16 years ago
- 1439777 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information is not an error. by qwang12 · 16 years ago
- ed299e3 Correct some comments to add the detailed information. by lgao4 · 16 years ago
- d73d93c Synchronize the comments for PeiService. by klu2 · 16 years ago
- 731bd38 Add more comments for PeiCore. by klu2 · 16 years ago
- 1527399 Correct comments. by klu2 · 16 years ago
- dc857d5 correct comments by klu2 · 16 years ago
- 0f65cda correct comments by klu2 · 16 years ago
- 1cc7697 Correct comments. by klu2 · 16 years ago
- e81429b Fixed a block issue caused by R8 library instance by jwang36 · 16 years ago
- 30962c7 Abstract VFR compiler and Flag to marco that user can customize. by lgao4 · 16 years ago
- 2f4050c move unnecessary print statement. It may cause confused. by eric_tian · 16 years ago
- 51b02d8 Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect to the use of TPL_APPLICATION by mdkinney · 16 years ago
- e69a062 Use ReadUnaligned32() instead of CopyMem() by mdkinney · 16 years ago
- 7fd58cb Use ReadUnaligned32() instead of CopyMem() by mdkinney · 16 years ago
- 520c936 Simplify debug message for a selected boot option by mdkinney · 16 years ago
- 9113612 Increase size of function addresses printed in DEBUG messages from 10 to 11 characters by mdkinney · 16 years ago
- b58baf6 In Supported(), try to test open SNP protocol BY_DRIVER instead of using TEST_PROTOCOL. by vanjeff · 16 years ago
- 75b046c Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entrance. by vanjeff · 16 years ago
- da77025 correct some spelling error. by eric_tian · 16 years ago
- 4b5c4fb code scrub for ConSplitter module. by vanjeff · 16 years ago
- 0e0c422 MdePkg/Library/BaseLib/X64/ReadCr2.S: by jljusten · 16 years ago
- 9810cdd Remove blank for function typedef, it will break generating doxygen document. by klu2 · 16 years ago
- eabbb93 Remove blank for function typedef, it break generating doxygen document by klu2 · 16 years ago
- 9e3ae2d Added more error check by jwang36 · 16 years ago
- 78bf8f2 remove blank for function typedef, it will break generating doxygen document. by klu2 · 16 years ago
- 5593fdd Remove blank for function typdef, it will break generating doxygen document. by klu2 · 16 years ago
- 69686d5 Remove blank for function typedef, it will break generating doxygen document. by klu2 · 16 years ago
- 7d83988 Remove the blank in function typedef, it will break doxygen document generation. by klu2 · 16 years ago
- 6a28ac4 Gcc cleanup by eric_tian · 16 years ago
- 12b2b6c Gcc cleanup for CpuLib in mdepkg/library/ by eric_tian · 16 years ago
- 85c2528 Gcc cleanup for baselib & basememorylib in mdepkg/library/ by eric_tian · 16 years ago
- 5f87392 Fix build breaks. by mdkinney · 16 years ago
- 5df74ff Update the comments. by qwang12 · 16 years ago
- dca1cc5 Code Scrub for MdePkg. by yshang1 · 16 years ago
- c28a555 edk2/MdePkg/Include/Protocol/TcgService.h: by jljusten · 16 years ago
- 174f03d fixed one bug to catch the return status. by vanjeff · 16 years ago
- f02d0c0 Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value. by lgao4 · 16 years ago
- aa2e153 Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instead of CompareMem and remove a unnecessary local variable. by qwang12 · 16 years ago
- 54bac0d 1. Fixed escape character issue in string value of PCD by jwang36 · 16 years ago
- 5fd5ff7 Removed deprecated lines by jwang36 · 16 years ago
- 78112aa Add more comments for PCD. by klu2 · 16 years ago
- 1cedc89 Add more comments for PCD. by klu2 · 16 years ago
- 9920ae7 modify coding style to pass ecc tool by eric_tian · 16 years ago
- e7b1b59 Refine function header comments of PalCallLib.h. by xli24 · 16 years ago
- 69e0c59 Fix typo in PalCallLib.h. by xli24 · 16 years ago
- 4431093 Minor clean up. by qhuang8 · 16 years ago
- 6fc89cb Update the library instance: PeiDxeDebugLibReportStatusCode library instance should not be applied to option ROM drivers. by qhuang8 · 16 years ago
- 995ceff Fix typo in GUID declarations by qhuang8 · 16 years ago
- 93da4b6 Fix case issues by qhuang8 · 16 years ago
- 34e4e29 Code scrub for EBC module. by qhuang8 · 16 years ago
- 42eedea Code Scrub for MdePkg. by yshang1 · 16 years ago
- 0f82bd5 Code Scrub for Protocol Definition by lgao4 · 16 years ago
- 1a09f6f Update CopyRight to 2008 by lgao4 · 16 years ago
- 4ca9b6c Code Scrub for Protocol and Ppi Definition by lgao4 · 16 years ago
- bb80e3b modify coding style to pass ecc tool by eric_tian · 16 years ago
- 4ad4145 1. Fixed NULL library instance issue by jwang36 · 16 years ago
- 86fa2a9 Fix broken that Boot file can not be found by BDS. by klu2 · 16 years ago
- 022c6d4 Code Scrub for Dxe Core. by qhuang8 · 16 years ago
- 11c11e4 Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two strings by qwang12 · 16 years ago
- 40f26b8 Code scrub for PeiCore module. by klu2 · 16 years ago
- 11dad24 remove a redefinition to pass ICC build by eric_tian · 16 years ago
- e3385ac remove a redefinition to pass ICC build by eric_tian · 16 years ago
- cc5166f modify coding style to pass ecc tool by eric_tian · 16 years ago
- 0f77dfb Enhance the string formatting function to take "%p" to print pointer. by qwang12 · 16 years ago
- 34a0bac correct spell error by eric_tian · 16 years ago
- 3cb9e60 modify coding style to pass ecc tool by eric_tian · 16 years ago
- a7022ce modify coding style to pass ecc tool by eric_tian · 16 years ago
- 68077ae add logic to check PCI device has option rom when degrading PCI resources. If one device has 64 bit memory bar and option rom bar. Its 64bit memory should be degraded to 32bit memory. by vanjeff · 16 years ago
- 8595bda code scrub for check list. by vanjeff · 16 years ago
- 43b86be fix doxygen function comments. by klu2 · 16 years ago
- 30394aa Code scrub for BdsDxe module. by klu2 · 16 years ago