]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2007-03-20 jlin16Utilize multi-thread support of JAVA to improve UI...
2007-03-20 vanjeff1. Removed #ifdef SNP_DEBUG and used debug lib to outpu...
2007-03-19 qwang12Change the EfiAquireLock with RaiseTPL as the call...
2007-03-16 klu2Cleanup the msa for PeiVariable.
2007-03-16 qhuang8Rollback the work-around fix of FAT detection since...
2007-03-16 qhuang8Fix a critical bug: When reading block succeeds but...
2007-03-16 klu2Fix the issue that the variable Unicode string may...
2007-03-16 vanjeff1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR
2007-03-16 lgao4Perfect the msa of the following modules, DiskIo, Parti...
2007-03-16 vprabhalfixed a build error with Intel IPF compiler
2007-03-15 qhuang8Fix the issue of FAT detection in previous check-in...
2007-03-15 klu2Fix the issue that HiiGetForms does not return correct...
2007-03-15 klu2Fix the issue of Wide char help strings cannot break...
2007-03-15 qhuang8Fix the TPL issue
2007-03-15 jwang36Fixed EDKT538; Removed the some code generation for...
2007-03-15 vanjeff1. Remove #ifdef _MSC_EXTENSION_ from all source files
2007-03-14 vprabhalchanged the guid assignment from constant array to...
2007-03-14 vprabhalchanged the guid assignment from constant array to...
2007-03-14 vprabhalchanged the guid assignment from constant array to...
2007-03-14 vprabhalthe ipf compiler needs a switch to not use FP registers...
2007-03-14 vprabhalredefined the guids as _hi and _lo to deal with intel...
2007-03-14 lgao4Add check whether input parameter is NULL before call...
2007-03-14 qwang12Make sure RestoreTPL paired with RaiseTPL
2007-03-14 qwang12Remove the BugBug in package header file for DXE_CORE...
2007-03-14 qwang12Remove the BugBug in package header file for DXE_CORE...
2007-03-14 qwang12Remove the BugBug in package header file for DXE_CORE...
2007-03-14 lgao4Clean up the gBS sevice (CopyMem, SetMem, AllocatePool...
2007-03-13 qwang12pair RaiseTPL with RestoreTPL
2007-03-13 qwang12STATIC should be prefixed for internal functions to...
2007-03-12 qwang12Add a lock to protect the critical region in Service...
2007-03-12 qwang12Add a lock to protect the critical region in Service...
2007-03-12 qwang12Resolve the build break caused by changes to DxeCore.
2007-03-12 qwang12Add a lock to protect the critical region in Service...
2007-03-12 qwang12Resolve the build break caused by changes to DxeCore.
2007-03-12 qwang12Resolve the build break caused by changes to DxeCore.
2007-03-12 qwang12Add a lock to protect the critical region in Service...
2007-03-12 qwang12Add a lock to protect the critical region in Service...
2007-03-12 jwang36Fixed EDKT532 and EDKT533
2007-03-12 qwang12Add a lock to protect the critical region in UEFI Boot...
2007-03-10 jwang36Commented out the pre-compile option of IPF ARCH for...
2007-03-09 lgao4Perfect the msa of the following console, datahub and...
2007-03-09 klu2The latest IPF boot failure is found and is not caused...
2007-03-09 qwang121) Replace BdsLibGetBootMode with GetBootMode from...
2007-03-09 qwang12Update the comments.
2007-03-08 qhuang81. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI...
2007-03-08 hche10x1. Fix EDKT528: Framework wizard should not force user...
2007-03-08 jwang36- Fixed PVCS tracker 484 by merging the GenDll and...
2007-03-07 xli24Fix the issue of Linux cannot boot and reset on IPF.
2007-03-07 lgao4Update binary shell application with UEFI version and...
2007-03-06 klu2Do not use return value of REPORT_STATUS_CODE_WITH_DEVI...
2007-03-06 jwang36Fixed EDKT527 by adding a check on the file size in...
2007-03-05 qhuang81. Change the protocol usage type in UefiDriverModelLib
2007-03-05 klu2Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk...
2007-03-05 lgao4Correct APPLICATION_EFI ffs key file type from EFI_FV_F...
2007-03-05 vanjeffRemoved EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_I...
2007-03-05 klu2Rollback wrong commit in r2414
2007-03-05 klu2Fix case-sensitive build issue for filename in Linux
2007-03-05 klu2Add blank line at end of file to pass GCC build.
2007-03-02 klu2In IdeBus driver block I/O read/write interface, it...
2007-03-02 vanjeff1.replace macros EFI32 with MDE_CPU_IA32
2007-02-28 qhuang81. Fix an issue about the calculation of GlyphBufferSize
2007-02-28 xli24Add range checking of partition for MBR.
2007-02-28 qwang121) add && MDE_CPU_EBC guard for MSC specific pragma...
2007-02-28 klu2The token for PERF_END macro is CHAR8 but not CHAR16
2007-02-27 lgao4Remove the unused library instance EdkNullCustomizedDec...
2007-02-27 lgao4Remove the unused library instance EdkNullCustomizedDec...
2007-02-27 vanjeffclean up MSA file and sync FPD file
2007-02-27 vanjeffclean up MSA/SPD files.
2007-02-27 qwang121) add __MSC_EXTENSIONS__ guard for MSC specific pragma...
2007-02-26 qwang12Clean up MSA file of the checked in modules which include:
2007-02-26 klu2Add PcdUefiLibMaxPrintBufferSize for all modules who...
2007-02-25 qhuang8Add the definition of IsaIoProtocol.
2007-02-15 vanjeffclean up msa files in EdkModulePkg, removed unnecessary...
2007-02-15 qwang12Remove the unreferenced local variable.
2007-02-14 zliu3Enable the building option "/Os" for IPF tip Intel...
2007-02-14 lgao4Make DxeIpl loop find the required section type in...
2007-02-14 xli24Add /W4 /WX for ICC tool chain of IPF in tools_def...
2007-02-14 xli24Temporarily disable /WX for HelloWorld module, for...
2007-02-14 qwang12Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint...
2007-02-14 jlin16add check for empty value of definitions.
2007-02-14 qhuang8Clean up Lib MSAs for EdkModulePkg
2007-02-13 qhuang8Clean up MSA for MDE Libs:
2007-02-13 qhuang8Remove the wrong dependency on PeimEntryPointLib
2007-02-13 qhuang81. Add two interfaces in PeCoffGetEntryPointLib.h
2007-02-13 qhuang8Add alias EFI_D_XXX to provide backward compatibilities.
2007-02-13 qhuang8Drop the support of DXE_RUNTIME_DRIVER since all combo...
2007-02-13 qhuang8PcdLib is only referenced by IPF arch.
2007-02-13 qhuang8BaseLib is only used by IA32, X64 & IPF
2007-02-13 qhuang8Clean up MSA files
2007-02-13 qhuang8Remove the reference of UnixOemStatusHookLib
2007-02-13 qhuang8Split UnixOemHookStatusCodeLib to PEI/DXE instances
2007-02-13 qhuang8Remove the combo library
2007-02-13 qhuang8Split Nt32OemHookStatusCodeLib to PEI/DXE instances
2007-02-13 tgingoldstart timer at initialization
2007-02-13 tgingolduse nanosleep instead of usleep, ugaX11 calls msSleep...
2007-02-13 qwang12Update all String related functions in BaseLib for...
2007-02-13 tgingoldEdkGenericBdsLib and Logo removed, use EdkGenericPlatfo...
2007-02-13 tgingoldnewline added at end
2007-02-13 tgingoldLogo and EdkgenericBdsLib removed
2007-02-13 tgingoldupdated to use new packages from EdkModule
next