summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-17Add an underscore for gcc.bbahnsen1-1/+1
2006-11-17Add a new source for gnu assembly.bbahnsen1-0/+1
2006-11-17Fix a compiler warning.bbahnsen1-3/+3
2006-11-17Port to gnu style.bbahnsen1-0/+137
2006-11-16Add the VFR FLAGS for x64 gcc.bbahnsen1-0/+1
2006-11-16Fixed EDKT419.qouyang5-67/+89
2006-11-161. Fix EDKT433 help context triggered by mouse movement is not displayed prop...hche10x1-9/+7
2006-11-16Add gcc macro to remove pack() for gcc buildlgao41-0/+4
2006-11-161. Fix EDKT433 help context triggered by mouse movement is not displayed prop...hche10x2-9/+12
2006-11-16Add pack(1) for boot scipt structure.lgao41-0/+4
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen83-0/+3120
2006-11-16Add new tool chain configs for x64 gccbbahnsen1-6/+49
2006-11-15Enabled 4G+ memory in thunk.bxing1-16/+22
2006-11-15Provide default value for PCD in platform if user does not specify anything f...jlin163-2/+16
2006-11-15Update PEI Apriori Module GUID based on PIWG spec. wuyizhong1-1/+1
2006-11-14File modified to add usage information and implement minor corrections.ywang5-73/+326
2006-11-14Cleanups for cygwin.bbahnsen1-19/+8
2006-11-14Add IPF support in Base IO Lib, and related change in fpd filegtian6-1/+516
2006-11-14Fixed EDKT469qouyang2-533/+547
2006-11-14Add new line "\n" to seperate long messages.jlin161-1/+1
2006-11-14Supporting Apriori File from build tool. wuyizhong5-6/+218
2006-11-14Modify the way of pcd warning message reporting to be a total in the end.jlin162-9/+26
2006-11-14Add a Mixed tool chain for x64.bbahnsen1-0/+34
2006-11-14Add ULL to integer literals for gcc support.bbahnsen1-3/+3
2006-11-14Synchronize platform pcd automatically with MSA pcd when opening FrameworkMod...jlin162-3/+23
2006-11-14Fixed EDKT469.qouyang2-33/+91
2006-11-14Rename PcdPlatformBusSpeed to PcdFSBClock and update help text.vanjeff2-8/+8
2006-11-14Fix the bug of Pcd value update in FrameworkModule settings. remove the curio...jlin163-11/+16
2006-11-13Fix gcc build break for this module.lgao41-3/+5
2006-11-13rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff5-17/+17
2006-11-13Add comments for all file tagged with "ToolCode="DUMMY"".klu25-17/+26
2006-11-131. Fix EDKT461 [Framework Wizard] Can't change ModuleBuildOptions for MSA filehche10x8-143/+1358
2006-11-13Fix build break error.lgao41-1/+1
2006-11-131. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff5-15/+2125
2006-11-13Add comments about why pre-allocate 32 bytes for load 64bit dxe core and Add ...lgao41-2/+7
2006-11-13Fix Ffs sections encapsulation type update problem.jlin162-48/+58
2006-11-13Set the stack alignment for X64 to 16 bytes per the X64 Calling Conventionmdkinney1-1/+1
2006-11-131. Fix EDKT468 Click some buttons in MSA header by wizard can not be saved pr...hche10x1-76/+51
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli241-2/+12
2006-11-10For encapsulated sections in FFS layout in FpdBuildOptions, if no longer exis...jlin163-18/+46
2006-11-10Fix to pre-allocate 32bytes in stack to Load X64 Image. lgao41-3/+7
2006-11-10added help text for PcdPlatformBusSpeedvanjeff2-16/+16
2006-11-09Fix build break from CPU_STACK_ALIGNMENT update.mdkinney1-1/+1
2006-11-09Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpdmdkinney1-0/+141
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney1-1/+2
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney1-1/+2
2006-11-09Remove private definition for IPF stack alignment, and use public definition ...mdkinney1-8/+2
2006-11-09Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte...mdkinney1-1/+1
2006-11-09Remove hard coded constant of 15, and use CPU_STACK_ALIGNMENT insteadmdkinney1-2/+3
2006-11-09Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney4-1/+23