summaryrefslogtreecommitdiffstats
path: root/Tools/CCode
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug of incorrect processing of hexadecimal numbers.bxing2007-04-131-9/+9
* 1. Updated LOG file format generated by PeiRebase.bxing2007-04-112-321/+507
* Merge the patch provided by Johnsonklu22007-04-112-2/+4
* Add more judgement.klu22007-04-051-3/+7
* The alignment of data section also meet with the requirement of section itself.klu22007-04-051-2/+10
* Fix the unalignment issue for RODATA section when converting ELF image to PE ...klu22007-04-041-14/+22
* Merged the fix of CompressDll.dll manifest issue when built by VS2005jwang362007-04-021-0/+10
* When GenFvMap tool doesn't open one module map file, it will skip this module.lgao42007-01-261-3/+9
* Minor word change.ywang2007-01-181-1/+1
* Minor word change in utility display.ywang2007-01-181-1/+1
* Modified the version and usage display.ywang2007-01-171-6/+48
* Modified version and usage display.ywang2007-01-173-48/+148
* ReCaculate the checksum after fixing up AP section for Sec module.klu22007-01-171-11/+170
* 1. Change "BA" to "BaseAddress" and "EP" to "EntryPoint".bxing2007-01-161-15/+27
* Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao42007-01-161-2/+2
* Correct TeImage Header based on PeiCis spec.lgao42007-01-151-1/+1
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-153-350/+118
* Add ULL for long long type valueklu22007-01-121-2/+2
* Correct some linux building issue and wrong file headerklu22007-01-125-8/+9
* Add checking code for GenAcpiTable tools.klu22007-01-128-0/+1861
* Modified utility usage and version display.ywang2007-01-101-4/+56
* Modified utility usage and version display.ywang2007-01-102-20/+29
* Added/modified utility usage and version display.ywang2007-01-102-28/+42
* Original range calculation in GetNextFile() is incorrect.xli242007-01-101-6/+8
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2201 6f1...ywang2007-01-094-34/+149
* Increased the image buffer size to avoid invalid address access issuejwang362007-01-091-5/+4
* Merged back the Yizhong's fix which was overwritten by check-in of r2157,2158.jwang362007-01-091-9/+27
* Minor changes and bug fixes implemented.ywang2007-01-0813-75/+236
* Fix one minor bug for GenDepex tool. When no input parameter, GenDepex tool s...lgao42007-01-081-16/+9
* automagically convert ELF to PE/COFF (i386 only)tgingold2007-01-061-7/+571
* Fix building issue for VC compiler. And enable GenFvMap in building CCode pac...klu22007-01-042-2/+1
* Fix building issue for Mac OSklu22007-01-042-1/+9
* Fix building error in Linuxklu22007-01-042-7/+21
* Remove GenFvMap from the build since it does not compile under gcc.bbahnsen2007-01-031-2/+2
* Added or modified utility version and usage display.ywang2007-01-034-22/+111
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f1...ywang2007-01-021-3/+3
* Added or modified utility version and usage display.ywang2007-01-0212-101/+312
* Integrated FV memory map into R9bxing2006-12-313-121/+70
* 1. Added a new tool GenFvMap, which is able to generate FV map files upon LOG...bxing2006-12-305-272/+942
* Downgrade the checking for 'extra qualification' introduced by latest gcc ver...klu22006-12-301-0/+1
* Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu22006-12-081-35/+18
* (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao42006-12-075-29/+218
* Fix the issues caused by EfiCompress.h was changed to Compress.h.klu22006-12-072-2/+2
* Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli242006-12-071-1/+63
* The main issue want to be resolve is that some tools need EfiCompress and oth...klu22006-12-078-889/+2521
* Do not check __STDC_VERSION__ for gcc.bbahnsen2006-12-041-1/+1
* Fix a bug when zeroing exception data in FwImage toolrsun32006-11-301-0/+2
* _filelength is a function of fd, not FILE *bbahnsen2006-11-292-3/+3
* Add support for.sdata sectionsmdkinney2006-11-261-1/+1
* A minor mistake. Remove debug info. wuyizhong2006-11-231-1/+0