- 4754c98 Update to use DOS format by qhuang8 · 16 years ago
- 95f484c Update to use DOS format by qhuang8 · 16 years ago
- 4fd730b Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
- 0df3178 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
- e48813d Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
- 19b15d6 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. by qwang12 · 16 years ago
- 8630d2d Update the comment. by qwang12 · 16 years ago
- 3d6b07b Pass ICC build. by qwang12 · 16 years ago
- d2ef2ab Fixed build failure of R8 modules with uni file by jwang36 · 16 years ago
- c59f6dc add info for removal of SafeFreePool. by qwang12 · 16 years ago
- 30ae98d Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 7001eaf Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- 676df92 Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- bb1d8ee Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- 34abfd7 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
- 5822807 Rename the global variable to avoid possible symbol conflict. by qwang12 · 16 years ago
- e56dd2c Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 7492c63 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- ba31c2e Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 78e570b Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 819d148 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- df1f748 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- fe1e36e Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- fe46741 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 7829726 Implement Read() and Poll() by mdkinney · 16 years ago
- 34c4ae4 Add performance measurement token for SEC by mdkinney · 16 years ago
- 7cff25d Measure time spent in Driver Binding Supported() calls by mdkinney · 16 years ago
- 008d401 Measure time spent in SEC by mdkinney · 16 years ago
- a5f2a20 Fix bug walking list of ACPI descriptors searching for bus ranges. by mdkinney · 16 years ago
- 9df8788 Performance improvement on startup of build.exe by jwang36 · 16 years ago
- 5da37dd Adjust assembler's comments. by klu2 · 16 years ago
- cc26d6f Modify DSC file of UnixPkg according to update of MDE package. by xli24 · 16 years ago
- a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
- 3ea27e1 ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it. by vanjeff · 16 years ago
- 9fe0e26 Fix hard code base tool path. by klu2 · 16 years ago
- 4bf952d Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCode, not EfiBootServicesData by mdkinney · 16 years ago
- ebc5f59 Remove duplicate module in MdePkg DSC file. by klu2 · 16 years ago
- e34ecc8 Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file by eric_tian · 16 years ago
- 045c8b9 add Metronome.inf into MdeModulePkg.dsc. by vanjeff · 16 years ago
- 6296e67 Fix copyright date by mdkinney · 16 years ago
- fbfd91e Add generic module that produces the Metronome Architectural Protocol on top of an instance of the Timer Library defined in the MdePkg by mdkinney · 16 years ago
- 2faf4da Refine comments of X64 assembly files of MDE BaseLib. by xli24 · 16 years ago
- 405b567 Refine file header for INF files of DXE and PEI core modules. by xli24 · 16 years ago
- 0047820 Refine version info in MDE file header. by xli24 · 16 years ago
- 57246fe sync comments. by vanjeff · 16 years ago
- 85ea851 Refine file header for INF files of MDE library instances. by xli24 · 16 years ago
- f40a038 Fixed incorrect function prototype in AutoGen.c for PEI modules. by jwang36 · 16 years ago
- 0308e20 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c by eric_tian · 16 years ago
- a41a173 adjust file list order in dsc file. by vanjeff · 16 years ago
- 82adad5 1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601 by jwang36 · 16 years ago
- ad6d2a4 adjust file list order in dsc file. by vanjeff · 16 years ago
- 078bee4 clean up EBC in inf files. by vanjeff · 16 years ago
- 82e718f Fix build break (verified to boot to shell). by qhuang8 · 16 years ago
- 9a833c8 Add missing protocol header file. by klu2 · 16 years ago
- 1875720 Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance. by qhuang8 · 16 years ago
- 9d96b05 Fix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.) by qhuang8 · 16 years ago
- 3443441 remove null directory by vanjeff · 16 years ago
- 55256f5 Update supported module type of MDE library instances according to MDE library spec. by xli24 · 16 years ago
- 464cf98 Remove over specify protocol/ppi/guid by klu2 · 16 years ago
- bb40027 move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c. by vanjeff · 16 years ago
- aa5f255 Copied remotely by vanjeff · 16 years ago
- bf314e6 update files header by vanjeff · 16 years ago
- 01f6d46 Move global variable to the top of C file for consistent coding style. by qwang12 · 16 years ago
- 44cfd8a Move global variable to the top of C file for consistent coding style. by qwang12 · 16 years ago
- d251b34 Make use of correct format String: by qwang12 · 16 years ago
- 0e549d5 Make use of correct format String: by qwang12 · 16 years ago
- 13c3106 added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them. by vanjeff · 16 years ago
- 88a1936 re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description. by vanjeff · 16 years ago
- 3052ec6 re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description. by vanjeff · 16 years ago
- a397f1b Use Pci.h instead of Pci23.h by mdkinney · 16 years ago
- c17f446 Rename Print() to VPrintXY() to eliminate symbol collision with the Print function in the UefiLib by mdkinney · 16 years ago
- dc31771 Add X64 Gate Descriptor by mdkinney · 16 years ago
- 8be701c Update 8259 driver to use IoLib instead of the CPU I/O Protocol by mdkinney · 16 years ago
- 46f8260 Update LIBRARY_CLASS declaration in the INF file so this library is type BASE and can be linked against all module types. by mdkinney · 16 years ago
- 33730c7 Remove DXS file. The dependency expression has been moved into the INF file. by mdkinney · 16 years ago
- 2952f72 Update 8254 Timer driver to use IoLib instead of CPU I/O Protocol by mdkinney · 16 years ago
- 0f25cc1 Update Metronome driver to use the IoLib instead of the CPU I/O Protocol. by mdkinney · 16 years ago
- 03c1105 Fix duplicate symbol in this driver. by mdkinney · 16 years ago
- bc14bdb by vanjeff · 16 years ago
- efe08f4 Remove the duplicated definitins. by qwang12 · 16 years ago
- a979fca Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type definition. by qwang12 · 16 years ago
- 2616448 Coding style fix. by qwang12 · 16 years ago
- 5897821 Coding style fix. by qwang12 · 16 years ago
- 6053411 Coding style fix. by qwang12 · 16 years ago
- 751635b Coding style fix. by qwang12 · 16 years ago
- 2278f5f Coding style fix. by qwang12 · 16 years ago
- 1fd83dd Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition. by qwang12 · 16 years ago
- 49e7092 Add in local variable to ensure that "operands are evaluated in specified order". by qwang12 · 16 years ago
- 18e6a25 Remove the unnecessary include file: Uefi.h. Module should include this file base on the specification it comply with. by qwang12 · 16 years ago
- 5a6f122 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- cc1143b Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 0a525ec Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 9a02293 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 1fbe8cd Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 601c8c2 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- aa79e01 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- a86d0e2 Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added to MDE package. by xli24 · 16 years ago
- 677472a 1. Rename following library instances according to MDE Library Spec: by xli24 · 16 years ago
- 7e43ed8 Refine code for ECC check. by xli24 · 16 years ago
- 14f268b Revert CpuId and CpuIdEx to r6213. by xli24 · 16 years ago