Age | Commit message (Expand) | Author | Files | Lines |
2006-11-16 | Add gcc macro to remove pack() for gcc build | lgao4 | 1 | -0/+4 |
2006-11-16 | Add pack(1) for boot scipt structure. | lgao4 | 1 | -0/+4 |
2006-11-16 | Initial port to x86_64 gnu assembly. | bbahnsen | 83 | -0/+3120 |
2006-11-15 | Enabled 4G+ memory in thunk. | bxing | 1 | -16/+22 |
2006-11-14 | Add IPF support in Base IO Lib, and related change in fpd file | gtian | 4 | -1/+476 |
2006-11-14 | Add ULL to integer literals for gcc support. | bbahnsen | 1 | -3/+3 |
2006-11-14 | Rename PcdPlatformBusSpeed to PcdFSBClock and update help text. | vanjeff | 2 | -8/+8 |
2006-11-13 | rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. | vanjeff | 3 | -7/+7 |
2006-11-13 | 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed | vanjeff | 3 | -5/+35 |
2006-11-13 | Set the stack alignment for X64 to 16 bytes per the X64 Calling Convention | mdkinney | 1 | -1/+1 |
2006-11-13 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1... | xli24 | 1 | -2/+12 |
2006-11-10 | added help text for PcdPlatformBusSpeed | vanjeff | 2 | -16/+16 |
2006-11-09 | Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte... | mdkinney | 1 | -1/+1 |
2006-11-09 | Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor... | mdkinney | 4 | -1/+23 |
2006-11-08 | Update processor socket type definition to comply with SmBios 2.5 spec. | jtang12 | 1 | -1/+4 |
2006-11-08 | Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM ... | jtang12 | 2 | -9/+9 |
2006-11-07 | added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance... | vanjeff | 4 | -183/+198 |
2006-11-07 | This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in... | cwu11 | 4 | -54/+136 |
2006-11-06 | Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an... | xli24 | 1 | -1/+1 |
2006-11-06 | This check-in fixed the following bugs: | cwu11 | 1 | -3/+111 |
2006-11-06 | Remove BaseIoIntrinsicLib reference in IPF and EBC modules | xli24 | 1 | -12/+0 |
2006-11-03 | Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition... | qwang12 | 3 | -0/+247 |
2006-11-03 | According to MDE Library specification, BaseIoLibIntrinsic Module only suppor... | xli24 | 1 | -1/+1 |
2006-11-03 | 1. Add the fix for the following Bugs: | cwu11 | 87 | -156/+156 |
2006-11-01 | Updated EFAPI definition for x64 GCC. Original thinking was to add optional E... | ajfish | 1 | -5/+10 |
2006-10-31 | Remove the reference to non-exist file. | qhuang8 | 1 | -4/+0 |
2006-10-30 | 1. In event.c, a function's name is not spelled correctly, a typo. | mikewuping | 2 | -1/+25 |
2006-10-23 | Follow up tracker EDKT285. | yshang1 | 1 | -1/+1 |
2006-10-23 | Add definition for FB DIMM. | jtang12 | 1 | -2/+4 |
2006-10-23 | Remove the library instance of BaseReportStatusCodeLibNull | qhuang8 | 4 | -571/+0 |
2006-10-23 | Did not check in new files correctly the first time! | ajfish | 2 | -0/+122 |
2006-10-22 | Updated the Runtime Driver to use the MDE libs for cache flush and removed lo... | ajfish | 3 | -27/+21 |
2006-10-22 | Removed duplicate PalCallStatic functions in different libraries. Moved ReadI... | ajfish | 2 | -154/+0 |
2006-10-22 | Removed duplicate PalCallStatic functions in different libraries. Moved ReadI... | ajfish | 9 | -168/+139 |
2006-10-20 | Added definition of SMBIOS type 15 - System Event Log. | jtang12 | 1 | -77/+113 |
2006-10-17 | Add two new data hub subclass related definitions per SMBIOS 2.4 spec. | rsun3 | 1 | -1/+3 |
2006-10-10 | DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a modu... | qwang12 | 3 | -10/+0 |
2006-10-09 | Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor i... | rsun3 | 1 | -0/+1 |
2006-10-08 | Optimized HighBitSetXX() functions | bxing | 2 | -7/+19 |
2006-10-04 | Use intrinsic | mdkinney | 1 | -0/+33 |
2006-10-04 | Use intrinsic | mdkinney | 6 | -0/+218 |
2006-10-04 | Use intrinsic | mdkinney | 1 | -3/+8 |
2006-10-04 | Fix GCC build issue | mdkinney | 1 | -200/+214 |
2006-10-04 | Add support for DEBUG and RELEASE builds of this FPD file. | mdkinney | 1 | -75/+1 |
2006-09-27 | Remove the duplicated Copy Right in msa header. | lgao4 | 56 | -560/+0 |
2006-09-25 | 1.Fix .global issue in GAS (EdkT207). | qhuang8 | 130 | -168/+168 |
2006-09-20 | added ACPI_TIMER_FREQUENCY definition | vanjeff | 1 | -13/+18 |
2006-09-19 | Optimize the size of the Base Library for the MSFT 32-bit tool chains by taki... | mdkinney | 95 | -94/+3115 |
2006-09-19 | Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P... | mdkinney | 2 | -2/+2 |
2006-09-18 | add EFIAPI for those constructor funcitons declaration | vanjeff | 8 | -62/+72 |