summaryrefslogtreecommitdiff
path: root/Tools/CCode
AgeCommit message (Expand)AuthorFilesLines
2007-10-10Modified to strip leading white-space characters and ignore blank or comment ...lhauch1-0/+30
2007-04-13Fixed bug of incorrect processing of hexadecimal numbers.bxing1-9/+9
2007-04-111. Updated LOG file format generated by PeiRebase.bxing2-321/+507
2007-04-11Merge the patch provided by Johnsonklu22-2/+4
2007-04-05Add more judgement.klu21-3/+7
2007-04-05The alignment of data section also meet with the requirement of section itself.klu21-2/+10
2007-04-04Fix the unalignment issue for RODATA section when converting ELF image to PE ...klu21-14/+22
2007-04-02Merged the fix of CompressDll.dll manifest issue when built by VS2005jwang361-0/+10
2007-01-26When GenFvMap tool doesn't open one module map file, it will skip this module.lgao41-3/+9
2007-01-18Minor word change.ywang1-1/+1
2007-01-18Minor word change in utility display.ywang1-1/+1
2007-01-17Modified the version and usage display.ywang1-6/+48
2007-01-17Modified version and usage display.ywang3-48/+148
2007-01-17ReCaculate the checksum after fixing up AP section for Sec module.klu21-11/+170
2007-01-161. Change "BA" to "BaseAddress" and "EP" to "EntryPoint".bxing1-15/+27
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao41-2/+2
2007-01-15Correct TeImage Header based on PeiCis spec.lgao41-1/+1
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao43-350/+118
2007-01-12Add ULL for long long type valueklu21-2/+2
2007-01-12Correct some linux building issue and wrong file headerklu25-8/+9
2007-01-12Add checking code for GenAcpiTable tools.klu28-0/+1861
2007-01-10Modified utility usage and version display.ywang1-4/+56
2007-01-10Modified utility usage and version display.ywang2-20/+29
2007-01-10Added/modified utility usage and version display.ywang2-28/+42
2007-01-10Original range calculation in GetNextFile() is incorrect.xli241-6/+8
2007-01-09git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2201 6f1...ywang4-34/+149
2007-01-09Increased the image buffer size to avoid invalid address access issuejwang361-5/+4
2007-01-09Merged back the Yizhong's fix which was overwritten by check-in of r2157,2158.jwang361-9/+27
2007-01-08Minor changes and bug fixes implemented.ywang13-75/+236
2007-01-08Fix one minor bug for GenDepex tool. When no input parameter, GenDepex tool s...lgao41-16/+9
2007-01-06automagically convert ELF to PE/COFF (i386 only)tgingold1-7/+571
2007-01-04Fix building issue for VC compiler. And enable GenFvMap in building CCode pac...klu22-2/+1
2007-01-04Fix building issue for Mac OSklu22-1/+9
2007-01-04Fix building error in Linuxklu22-7/+21
2007-01-03Remove GenFvMap from the build since it does not compile under gcc.bbahnsen1-2/+2
2007-01-03Added or modified utility version and usage display.ywang4-22/+111
2007-01-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f1...ywang1-3/+3
2007-01-02Added or modified utility version and usage display.ywang12-101/+312
2006-12-31Integrated FV memory map into R9bxing3-121/+70
2006-12-301. Added a new tool GenFvMap, which is able to generate FV map files upon LOG...bxing5-272/+942
2006-12-30Downgrade the checking for 'extra qualification' introduced by latest gcc ver...klu21-0/+1
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu21-35/+18
2006-12-07(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao45-29/+218
2006-12-07Fix the issues caused by EfiCompress.h was changed to Compress.h.klu22-2/+2
2006-12-07Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli241-1/+63
2006-12-07The main issue want to be resolve is that some tools need EfiCompress and oth...klu28-889/+2521
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen1-1/+1
2006-11-30Fix a bug when zeroing exception data in FwImage toolrsun31-0/+2
2006-11-29_filelength is a function of fd, not FILE *bbahnsen2-3/+3
2006-11-26Add support for.sdata sectionsmdkinney1-1/+1