summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)Author
2007-03-301. Advance IP in case of Break(3) in breakpoint exceptionqhuang8
2007-03-29Variable driver: add checking to make sure flash is properly initializedqhuang8
2007-03-291. Use MemoryAllocationLib to replace boot services memory services functions...vanjeff
2007-03-29[Source] Useless assigning statement in ata and atapixgu3
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff
2007-03-27add new blank line for GCC buildklu2
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff
2007-03-22Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano...qwang12
2007-03-22Need no zero pool for improving performance.klu2
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff
2007-03-21fix the build broken issueklu2
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff
2007-03-20Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang12
2007-03-20Removed #ifdef SNP_DEBUG and used debug lib to output information.vanjeff
2007-03-201. Removed #ifdef SNP_DEBUG and used debug lib to output informationvanjeff
2007-03-19Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag...qwang12
2007-03-16Cleanup the msa for PeiVariable.klu2
2007-03-16Fix a critical bug: When reading block succeeds but detecting MBR fails, it s...qhuang8
2007-03-16Fix the issue that the variable Unicode string may be not aligned on 16-bit b...klu2
2007-03-161. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATORvanjeff
2007-03-16Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.lgao4
2007-03-16fixed a build error with Intel IPF compilervprabhal
2007-03-15Fix the issue that HiiGetForms does not return correct BufferLengthklu2
2007-03-15Fix the issue of Wide char help strings cannot break into multiple lines corr...klu2
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal
2007-03-14changed the guid assignment from constant array to hi and low UINT64s (Intel ...vprabhal
2007-03-14redefined the guids as _hi and _lo to deal with intel compiler's method of as...vprabhal
2007-03-14Add check whether input parameter is NULL before call freepool API defined in...lgao4
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang12
2007-03-14Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co...lgao4
2007-03-13STATIC should be prefixed for internal functions to pass the stringent compil...qwang12
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiSimpleTextO...qwang12
2007-03-12Resolve the build break caused by changes to DxeCore.qwang12
2007-03-12Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang12
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang12
2007-03-12Add a lock to protect the critical region in UEFI Boot Service API: Exit() an...qwang12
2007-03-09Perfect the msa of the following console, datahub and DebugPort modules.lgao4
2007-03-09The latest IPF boot failure is found and is not caused by this fixing, so che...klu2
2007-03-091) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg.qwang12
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang8
2007-03-07Fix the issue of Linux cannot boot and reset on IPF.xli24
2007-03-06Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th...klu2
2007-03-05Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu2
2007-03-05Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff
2007-03-05Rollback wrong commit in r2414klu2
2007-03-05Fix case-sensitive build issue for filename in Linuxklu2
2007-03-05Add blank line at end of file to pass GCC build.klu2
2007-03-02In IdeBus driver block I/O read/write interface, it will always try to use UD...klu2