summaryrefslogtreecommitdiff
path: root/Tools/CCode
AgeCommit message (Expand)Author
2007-04-05Add more judgement.klu2
2007-04-05The alignment of data section also meet with the requirement of section itself.klu2
2007-04-04Fix the unalignment issue for RODATA section when converting ELF image to PE ...klu2
2007-04-02Merged the fix of CompressDll.dll manifest issue when built by VS2005jwang36
2007-01-26When GenFvMap tool doesn't open one module map file, it will skip this module.lgao4
2007-01-18Minor word change.ywang
2007-01-18Minor word change in utility display.ywang
2007-01-17Modified the version and usage display.ywang
2007-01-17Modified version and usage display.ywang
2007-01-17ReCaculate the checksum after fixing up AP section for Sec module.klu2
2007-01-161. Change "BA" to "BaseAddress" and "EP" to "EntryPoint".bxing
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao4
2007-01-15Correct TeImage Header based on PeiCis spec.lgao4
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao4
2007-01-12Add ULL for long long type valueklu2
2007-01-12Correct some linux building issue and wrong file headerklu2
2007-01-12Add checking code for GenAcpiTable tools.klu2
2007-01-10Modified utility usage and version display.ywang
2007-01-10Modified utility usage and version display.ywang
2007-01-10Added/modified utility usage and version display.ywang
2007-01-10Original range calculation in GetNextFile() is incorrect.xli24
2007-01-09git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2201 6f1...ywang
2007-01-09Increased the image buffer size to avoid invalid address access issuejwang36
2007-01-09Merged back the Yizhong's fix which was overwritten by check-in of r2157,2158.jwang36
2007-01-08Minor changes and bug fixes implemented.ywang
2007-01-08Fix one minor bug for GenDepex tool. When no input parameter, GenDepex tool s...lgao4
2007-01-06automagically convert ELF to PE/COFF (i386 only)tgingold
2007-01-04Fix building issue for VC compiler. And enable GenFvMap in building CCode pac...klu2
2007-01-04Fix building issue for Mac OSklu2
2007-01-04Fix building error in Linuxklu2
2007-01-03Remove GenFvMap from the build since it does not compile under gcc.bbahnsen
2007-01-03Added or modified utility version and usage display.ywang
2007-01-02git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f1...ywang
2007-01-02Added or modified utility version and usage display.ywang
2006-12-31Integrated FV memory map into R9bxing
2006-12-301. Added a new tool GenFvMap, which is able to generate FV map files upon LOG...bxing
2006-12-30Downgrade the checking for 'extra qualification' introduced by latest gcc ver...klu2
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu2
2006-12-07(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao4
2006-12-07Fix the issues caused by EfiCompress.h was changed to Compress.h.klu2
2006-12-07Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli24
2006-12-07The main issue want to be resolve is that some tools need EfiCompress and oth...klu2
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen
2006-11-30Fix a bug when zeroing exception data in FwImage toolrsun3
2006-11-29_filelength is a function of fd, not FILE *bbahnsen
2006-11-26Add support for.sdata sectionsmdkinney
2006-11-23A minor mistake. Remove debug info. wuyizhong
2006-11-23Change supporting section alignment from 4k to 64k. Add check whether section...wuyizhong
2006-11-20Enhance peirebase tool to get base address from the corresponding fv.inf file...lgao4
2006-11-16Fixed EDKT419.qouyang