summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Support build options for specific module type in DSC.Yingke Liu2015-06-112-3/+22
* Adds new files to the Makefile for testing changed sourceslhauch2015-06-101-1/+4
* BaseTools: Append FILE_GUID to BaseName.Yingke Liu2015-06-103-6/+27
* Removing the msvcr71.dll - no longer required, building with VS2013.lhauch2015-06-091-1/+0
* BaseTools: Update BuildRule for *.nasmbLiming Gao2015-06-081-2/+3
* BaseTools: Update GenFds to handle file type Ffs RuleLiming Gao2015-06-081-4/+21
* BaseTools: Added extern declaration for protocols/PPI/GUID in AutoGhen.hYingke Liu2015-06-081-0/+6
* BaseTools/Conf: Don't support upper case nasm extensionsJordan Justen2015-06-012-6/+6
* BaseTools: Add reconnect request flag for question.Eric Dong2015-05-273-6/+15
* BaseTools: Add default BuildRuleOrder in tools_def.templateYingke Liu2015-05-261-0/+8
* BaseTools: Implement BUILDRULEORDER for tools_defYingke Liu2015-05-263-10/+46
* BaseTools/Build: The PCD value in uninitialized data range should be natural ...Bob Feng2015-05-121-0/+12
* BaseTools: Fix build fail issue.Eric Dong2015-05-061-9/+9
* BaseTools: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_DEC ...Eric Dong2015-05-062-23/+294
* BaseTools: Enable Match2 Opcode.Eric Dong2015-05-064-1/+39
* BaseTools: Enable buffer type value for default and oneofoption opcode.Eric Dong2015-05-063-47/+197