- 1964846 Add PeiPiLib for PeiMain module by lgao4 · 17 years ago
- fc22e99 Fixed a library constructor order issue by jwang36 · 17 years ago
- adc8840 Update ConnectController() to convert an ImageHandle retrieved from the Platform Driver Override Protocol or the Bus Specific Driver Override Protocol into a set of Driver Binding Handles. This is required if the ImageHandle produces more than one Driver Binding Handle or produces a Driver Binding Protocol on a handle other than the ImageHandle for the driver. by mdkinney · 17 years ago
- a82da38 Fix timeout logic in AcquireSpinLock(). It could fail if the end time computed was larger than the roll over value of the performance counter. The timeout logic now accumulates the total time elapsed to determine if the timeout has been exceeded. by mdkinney · 17 years ago
- 9a6b83a remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core. Platform module is a better place for size and performance consideration. by qwang12 · 17 years ago
- afd0fe2 the last check-in for Ps2MouseAbsolutePointer is not correct. do it again. by eric_tian · 17 years ago
- 09f72ae the last check-in for UsbMouseAbsolutePointer is not correct. do it again. by eric_tian · 17 years ago
- 6a6d955 Fixed potential issues to release resources when error occurs. by vanjeff · 17 years ago
- ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
- 52e6fae change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing the name's meaning. by eric_tian · 17 years ago
- f967ac4 modify the corresponding file path about UsbMouseAbsolutePointerDxe driver by eric_tian · 17 years ago
- 385cd3a change the folder name of "UsbMouseSimulateTouchPadDxe" to "UsbMouseAbsolutePointer" by eric_tian · 17 years ago
- 2170f9d change "UsbMouseSimulateTouchPad" to "UsbMouseAbsolutePointer" for more clearing the name's meaning. by eric_tian · 17 years ago
- 7e6ae4d Rearranged flags so they are in consiste locations, change ASM warning from /W3 /W0 to just /W3 by lhauch · 17 years ago
- 4bdccd2 Update NT32 BDS to produce the MemoryTypeInformation variable by mdkinney · 17 years ago
- 4673006 Remove the unnecessary CapsuleInfo.h file. by lgao4 · 17 years ago
- 176a6bb Add Capsule image Table entry in Uefi/UefiSpec.h according to UEFI2.1 spec definition. by lgao4 · 17 years ago
- 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
- b6e7633 correct the gEfiCapsuleArchProtocolGuid to be the same with PI 1.0 spec with errata. by qwang12 · 17 years ago
- 6157b6c Change Sleep() time to 1ms to reduce pauses when running on single CPU system by mdkinney · 17 years ago
- 24a7505 Add FUNCTION_ENTRY_POINT macro by mdkinney · 17 years ago
- b74350e 1) Improve the EFI Memory Map stability to improve ACPI S4 support by mdkinney · 17 years ago
- 7a5064c A small changing to reduce size for ConSplitter module. by vanjeff · 17 years ago
- b819abb align some line to conform with code style by eric_tian · 17 years ago
- 94b73c2 Save original PCI attributes in start() function and restore it in Stop(). by vanjeff · 17 years ago
- 54857d5 Apply library to test controller handle. by qhuang8 · 17 years ago
- 87f8ccb Port CirrusLogic5430 from EDK II code base. by qhuang8 · 17 years ago
- fe123a5 correct on bug in DebugLib instance. by qwang12 · 17 years ago
- 4cc9af6 Update AtapiPassThru driver in Option ROM package to support to produce EFI Driver supported EFI version protocol, which is required for EFI drivers that are on PCI and other plug in cards. by qhuang8 · 17 years ago
- e89b6bf Fix typo. by qhuang8 · 17 years ago
- 2b642e5 Fix some bugs in DSC/INF file Nt32 platform by klu2 · 17 years ago
- 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
- d110139 Minor change for GenFv to support capsule attribute, GenSec to support guid header size and GenFfs to pad alignment for TeImage. by lgao4 · 17 years ago
- f74cc02 delete a debug output to pass through EBC build and align some line to conform with code style by eric_tian · 17 years ago
- fba9632 Remove the old definition in FlashMapHob by klu2 · 17 years ago
- 55fd33e Remove AtapiPassThru driver in NT32 DSC file by qhuang8 · 17 years ago
- 236d8e1 Add change log for non-compatible change. by qhuang8 · 17 years ago
- de137b0 Remove debug print statement checked in inadvertently by qhuang8 · 17 years ago
- 0acd985 Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for testing. We can use this module from OptionRomPkg by qhuang8 · 17 years ago
- 823f7d4 Add OptionRomPkg, it contains AtapiPassThru driver for the test purpose of Scsi Bus support. by qhuang8 · 17 years ago
- 61066b8 remove member context from _EFI_MTFTP4_TOKEN structure. by vanjeff · 17 years ago
- 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
- 04e12c2 Move out the FlashMapHob by klu2 · 17 years ago
- b010fb7 Revert R4300 change, Runtime driver doesn't need to covert the physical address stored in the configure tables after SetVirtualAddressMap(). by lgao4 · 17 years ago
- f20ffb9 a. Revised error message for a module that is not required by a Platform when building just the module by jwang36 · 17 years ago
- ef81699 Use MACRO EFI_FV_FILETYPE_ALL instead of a constant. by qwang12 · 17 years ago
- 7e181f2 1) Make PEI PI File system service to skip PAD file 2) Remove some unused code by qwang12 · 17 years ago
- 67c89a2 Fix up the comment for several functions and make sure the IN and OUT modifier of the function parameter is correct. by qwang12 · 17 years ago
- 10e2e07 Convert the capsule image address installed in Configuration table to virtual address. by lgao4 · 17 years ago
- d12f75f Add CapsuleInfo guid to store the list of capsule image guid. by lgao4 · 17 years ago
- 3076397 Add a feature flag to allow platform developer to decide if TE or PE32 section should be searched in PEI dispatcher. by qwang12 · 17 years ago
- 8ae0b36 add UsbMouseSimulateTouchPad driver to verify the correction of dispatching AbsolutePointer event of consplitter by eric_tian · 17 years ago
- a877953 Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only left its definition in MdePkg. by vanjeff · 17 years ago
- 41057d7 Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only left its definition in MdePkg. by vanjeff · 17 years ago
- cfe9de5 1. CoreOpenImageFile(): FilePath should be IN OUT. by vanjeff · 17 years ago
- 189575e Fix build break for X64 cpu architecture. by qhuang8 · 17 years ago
- c713e7c gEfiVariableWriteArchProtocolGuid should be used for the depex as defined in PI spec as this driver set a NV variable. by qwang12 · 17 years ago
- 4bf4778 Fixed the dependency issue on wrong name of makefile. by jwang36 · 17 years ago
- 30c8f86 PI spec will be updated to make it clear that this HOB should describe the stack range before going to DXE. by qhuang8 · 17 years ago
- f942f10 Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocate resource in PEI by qhuang8 · 17 years ago
- a3a15d2 1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may not be ready, we flag that more Peims need to be dispatched. by qwang12 · 17 years ago
- dda0251 Fix the wrong memory type for BSP stack hob. EfiConventionalMemoryType will be reclaimed by DxeCore. by qhuang8 · 17 years ago
- 5053cf7 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg. by yshang1 · 17 years ago
- 14e2aca Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published Itanium spec by zliu3 · 17 years ago
- c1f455c Fix GenFv bug without init local variable by lgao4 · 17 years ago
- 79492e5 Strip the relocation section for SEC, PEIM and PEI CORE typed files, according to relocation strip flag in FDF file and shadow flag in INF file. by jlin16 · 17 years ago
- f0b425b Fix a memory leak issue. by qhuang8 · 17 years ago
- d6b50e7 Fix a memory leak issue. by qhuang8 · 17 years ago
- 9402de9 Update tool to support reloc section removed, PAD file with same guid and check no duplicated guid file in the same fv image. by lgao4 · 17 years ago
- 6b978d1 To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. by lgao4 · 17 years ago
- 2b993c5 Fixed an issue which would cause trimming empty file error. by jwang36 · 17 years ago
- 8a0d144 Add the -mno-red-zone for gcc on x64. Since the GNU calling convention of x64 defines the 128bytes red zone beyond the stack point could not be modified by interrupt or exception handler, and Edk prime assumes all data beyond stack point should be volatile, if not add the option, the interrupt or exception handler may corrupt the red zone, which may be used as temporary storage. by yshang1 · 17 years ago
- ebc1ca5 Fix two issues: by qhuang8 · 17 years ago
- 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
- a4c9ede the implementation of FVB->SetAttribute() interface should check the unchanged bit in parameter at first. by klu2 · 17 years ago
- a358976 edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c: by jljusten · 17 years ago
- 9a9cb9b Add more PAL_ROUTE related definition in to PalCallLib.h by gtian · 17 years ago
- 85e43be The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, then PeiMain could computer how many stack ever used. by klu2 · 17 years ago
- 61f21f4 Should use MaxCarTop but *not* CarTop to computer the usage of stack by klu2 · 17 years ago
- a85e7bf Print entry point address by using 0x%10p for the above 4G address. by lgao4 · 17 years ago
- c2f80d2 This setup is not needed, the edksetup.bat file that exists in the root will eventually be moved to BaseTools\Bin by lhauch · 17 years ago
- e98cd82 Print real entry point for IPF image. by lgao4 · 17 years ago
- d28746d Added change log for r4251 by jwang36 · 17 years ago
- 44e3ff2 a. Fixed an issue which a incorrect command (no leading space/tab) generated in top level Makefile by jwang36 · 17 years ago
- 6797657 Fix the issue that CAR size is shown as negative number. by klu2 · 17 years ago
- 402bbc7 Added VS2005 support by jwang36 · 17 years ago
- 04e031d a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. by jwang36 · 17 years ago
- 34ec75f 1) Change GUID of emuvariable module. 2) Support print 64bit's HobList. by yshang1 · 17 years ago
- 42a885c Added macro GLOBAL_OBJECT and GLOBAL_CONSTANT, and changed '.global' to '.globl' based on HP feedback by zliu3 · 17 years ago
- dfc4846 Add Add Driver Diagnostic 2 Protocol support for IdeBus driver. by qhuang8 · 17 years ago
- db168de Add Driver Diagnostic 2 Protocol support for WinNtBlockIo driver. by qhuang8 · 17 years ago
- 6ee5bbd MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c: by jljusten · 17 years ago
- 952671b MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c: by jljusten · 17 years ago
- a21f46e MdePkg/Library/BaseLib/ChkStkGcc.c: by jljusten · 17 years ago
- bdfb126 MdePkg/Library/BaseMemoryLibRepStr/x64/*.S: by jljusten · 17 years ago
- 8f5a1bc BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
- d0d8c13 Fixed filename case for case-sensitive file systems. by jljusten · 17 years ago
- 9ba67b5 BaseTools/Conf/build_rule.template: by jljusten · 17 years ago
- 2347330 BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
- abe7b4c Update the build instructions and change log: by qhuang8 · 17 years ago