Age | Commit message (Expand) | Author | Files | Lines |
2007-05-14 | These updates are for IPF low level assembly library checking in. | gtian | 1 | -1/+1 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1... | gtian | 11 | -88/+1341 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1... | gtian | 1 | -2/+11 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1... | gtian | 1 | -216/+232 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1... | gtian | 4 | -26/+264 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1... | gtian | 7 | -0/+1614 |
2007-05-05 | Update BaseLib.h to make the spaces between comments constant. Only added bla... | ajfish | 1 | -0/+231 |
2007-04-11 | Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec. | xli24 | 1 | -1/+1 |
2007-04-09 | Fix an issue that some image tool will generate PE32+ image with PE32 magic. ... | qhuang8 | 1 | -1/+28 |
2007-04-06 | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 | 4 | -11/+19 |
2007-04-05 | Sync the HII GUID with EDK I code base. Please take note: This GUID is not th... | qwang12 | 2 | -24/+24 |
2007-04-04 | Change BDS to get the default logo picture by default bmp logo guid. | lgao4 | 1 | -46/+0 |
2007-04-04 | Fixed issue for ICC, since ICC does not allow to cast data with volatile qual... | yshang1 | 1 | -2/+2 |
2007-04-04 | Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID. | qhuang8 | 2 | -2/+2 |
2007-04-04 | Rename the enum value of EFI_STANDBY_BUTTON_PHASE. | yshang1 | 1 | -2/+3 |
2007-04-04 | Update the MSA for ICC build. | yshang1 | 1 | -1/+1 |
2007-04-03 | SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT.... | yshang1 | 1 | -2/+2 |
2007-04-03 | Updated MSA file for EBC. | yshang1 | 4 | -8/+383 |
2007-04-03 | Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o... | yshang1 | 3 | -19/+392 |
2007-04-02 | Add in OFFSET_OF macro as defined in MDE Library spec | qwang12 | 1 | -38/+43 |
2007-04-02 | Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIRED | qhuang8 | 1 | -0/+4 |
2007-03-30 | Sync the Guid value of MTFTP protocol in spd file since it has been updated i... | qhuang8 | 1 | -1/+1 |
2007-03-29 | 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz... | qhuang8 | 5 | -7/+9 |
2007-03-28 | 1. Removed #ifndef to enable Capsule architecture protocol on IPF. | vanjeff | 2 | -13/+6 |
2007-03-27 | Correct some wrong usage types | qhuang8 | 3 | -5/+5 |
2007-03-26 | 1. Removed definition for EFI_1_1 from module ConSplitter | vanjeff | 2 | -625/+586 |
2007-03-22 | 1. Removed AsmSwitchStackAndBackingStore from BaseLib.h | vanjeff | 8 | -353/+418 |
2007-03-16 | 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR | vanjeff | 1 | -114/+0 |
2007-03-15 | 1. Remove #ifdef _MSC_EXTENSION_ from all source files | vanjeff | 106 | -431/+113 |
2007-03-14 | Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo... | qwang12 | 2 | -41/+60 |
2007-03-09 | Update the comments. | qwang12 | 1 | -2/+2 |
2007-03-08 | 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec | qhuang8 | 1 | -1/+1 |
2007-03-05 | 1. Change the protocol usage type in UefiDriverModelLib | qhuang8 | 2 | -9/+4 |
2007-02-14 | Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. | qwang12 | 5 | -1/+415 |
2007-02-13 | Clean up MSA for MDE Libs: | qhuang8 | 9 | -34/+16 |
2007-02-13 | Remove the wrong dependency on PeimEntryPointLib | qhuang8 | 1 | -4/+1 |
2007-02-13 | 1. Add two interfaces in PeCoffGetEntryPointLib.h | qhuang8 | 8 | -62/+224 |
2007-02-13 | Add alias EFI_D_XXX to provide backward compatibilities. | qhuang8 | 1 | -15/+34 |
2007-02-13 | Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo... | qhuang8 | 2 | -4/+4 |
2007-02-13 | PcdLib is only referenced by IPF arch. | qhuang8 | 1 | -3/+3 |
2007-02-13 | BaseLib is only used by IA32, X64 & IPF | qhuang8 | 1 | -2/+2 |
2007-02-13 | Clean up MSA files | qhuang8 | 1 | -35/+2 |
2007-02-13 | Update all String related functions in BaseLib for this change introduced in ... | qwang12 | 3 | -25/+49 |
2007-02-12 | Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo... | xli24 | 2 | -5/+7 |
2007-02-12 | 1) Added BIT0, BIT1, …, BIT63 to the Base Defines | qwang12 | 26 | -11757/+15654 |
2007-02-06 | updated the comment according to latest version of MWG. | vanjeff | 5 | -10/+8 |
2007-02-05 | 1.Drop the support of UEFI_APPLICATION for UefiDriverLib | qhuang8 | 6 | -16/+10 |
2007-02-02 | 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg. | vanjeff | 7 | -52/+72 |
2007-01-31 | 1. PEI core needs to check image machine type | xgu3 | 2 | -42/+72 |
2007-01-30 | Fix a typo in last check in. | qhuang8 | 1 | -2/+2 |