summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix BinWrappers LzmaF86Compress ScriptLiming Gao2015-07-101-1/+1
* BaseTools: aarch64: add -fno-asynchronous-unwind-tables to gcc cflagsLeif Lindholm2015-07-091-1/+1
* BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen2015-07-083-4/+29
* BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen2015-07-081-2/+3
* BaseTools: Fix build on FreeBSD and allow use of non-gcc system compilerBruce Cran2015-07-085-10/+15
* BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2015-07-063-10/+56
* BaseTools/Build: Fix the range expression evaluation error.Bob Feng2015-07-061-14/+14
* Revert tree to r17801Jordan Justen2015-07-023-56/+10
* BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2015-07-023-10/+56
* BaseTools/Ecc: Fix a bug when checking copyright formatHess Chen2015-07-022-1/+9
* BaseTools/Ecc: Fix a bug to get correct member variableHess Chen2015-07-021-2/+5
* BaseTools: Fixed BuildOptions bug.Yingke Liu2015-07-022-21/+7
* BaseTools: Add missing EfiPersistentMemory to EFI_MEMORY_TYPESamer El-Haj-Mahmoud2015-07-011-0/+2
* BaseTools: Checked return value of malloc for EfiCompress.Yingke Liu2015-07-011-0/+7
* BaseTools: Do not create an empty file if Rsa2048Sha256Sign was failed.Yingke Liu2015-07-011-4/+7
* There needs to be a space between the output section name and the colon, i.e.,Ard Biesheuvel2015-07-011-5/+5
* BaseTools: Added GCC ld script to support 4K alignment.Yingke Liu2015-06-291-0/+44
* BaseTools: Update GenFw to support 4K alignment.Ard Biesheuvel2015-06-294-4/+33
* BaseTools: Updated tool_def to support 4K alignment.Yingke Liu2015-06-291-64/+64
* BaseTools: Update IASL download link and remove specific version info.Yingke Liu2015-06-291-60/+60
* BaseTools/Ecc: Fix a bug of determining boolean variable incorrectlyHess Chen2015-06-251-0/+2
* BaseTools/Ecc: Fix two bugs for the checkpoint of GUIDHess Chen2015-06-252-2/+3
* BaseTools/Ecc: Fix a bug in parserHess Chen2015-06-252-2/+6
* BaseTools/Ecc: Add a checkpoint for invalid DEC file.Hess Chen2015-06-254-1/+25
* BaseTools/Ecc: Add a checkpoint for invalid PCD info.Hess Chen2015-06-251-0/+84
* BaseTools/Ecc: Add a checkpoint for invalid UNI file.Hess Chen2015-06-257-9/+127
* BaseTools/Ecc: Add a Configuration itemHess Chen2015-06-253-3/+13
* BaseTools/Tests: Verify supported UTF-8 data is allowedJordan Justen2015-06-231-0/+11
* BaseTools/Tests: Verify unsupported UTF-8 data is rejectedJordan Justen2015-06-231-0/+24
* BaseTools/Tests: Verify 32-bit UTF-8 chars are rejectedJordan Justen2015-06-231-0/+25
* BaseTools/UniClassObject: Support UTF-8 string data in .uni filesJordan Justen2015-06-231-2/+5
* BaseTools/Tests: Verify unsupported UTF-16 are rejectedJordan Justen2015-06-231-1/+34
* BaseTools/UniClassObject: Verify valid UCS-2 chars in UTF-16 .uni filesJordan Justen2015-06-231-3/+87
* BaseTools/Tests: Add unit test for AutoGen.UniClassObjectJordan Justen2015-06-232-1/+91
* BaseTools/EdkLogger: Support unit tests with a SILENT log levelJordan Justen2015-06-231-2/+9
* BaseTools/Tests: Always add BaseTools source to import pathJordan Justen2015-06-232-3/+8
* BaseTools: Convert ".\\" to "" in FilePathLiming Gao2015-06-231-1/+9
* BaseTools/Build: Add error report for incorrect syntax in DEC file.Bob Feng2015-06-231-14/+30
* BaseTools: The token values cannot be numeric same with different PCDs.Yingke Liu2015-06-231-4/+4
* BaseTools: Fixed a bug that Build Report always uses DEC default value for VP...Yingke Liu2015-06-231-1/+1
* BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni"Yingke Liu2015-06-231-2/+2
* BaseTools: Build report should not be generated if build failed.Yingke Liu2015-06-231-1/+7
* BaseTools: Supported FMP capsule image.Yingke Liu2015-06-235-17/+288
* BaseTools: Fixed Build Option override bugs.Yingke Liu2015-06-192-18/+38
* BaseTools/Upt: Update help messageHess Chen2015-06-192-12/+5
* BaseTools/Upt: Update error messageHess Chen2015-06-193-13/+15
* BaseTools: Fixed a bug to generate correct path of PACKAGE_RELATIVE_PATHYingke Liu2015-06-161-2/+10
* BaseTools: Generate a FV EXT entry for FV UI name.Yingke Liu2015-06-122-1/+21
* BaseTools: Fixed an error reported during generating report.Yingke Liu2015-06-111-4/+4
* BaseTools: Generate a binary file and list it in Binary section of As Built INF.Yingke Liu2015-06-111-0/+74