mirror of https://github.com/acidanthera/audk.git
Update MicroCode build rules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3534 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9f5fea4798
commit
52de52ae10
|
@ -26,6 +26,7 @@ FileTypeMapping = {
|
||||||
".Dxs" : "Dependency-Expression",
|
".Dxs" : "Dependency-Expression",
|
||||||
".DXS" : "Dependency-Expression",
|
".DXS" : "Dependency-Expression",
|
||||||
".TXT" : "MicorCode-Text",
|
".TXT" : "MicorCode-Text",
|
||||||
|
".txt" : "MicorCode-Text",
|
||||||
".fv" : "FirmwareVolume",
|
".fv" : "FirmwareVolume",
|
||||||
".Fv" : "FirmwareVolume",
|
".Fv" : "FirmwareVolume",
|
||||||
".FV" : "FirmwareVolume",
|
".FV" : "FirmwareVolume",
|
||||||
|
@ -87,6 +88,7 @@ ToolCodeMapping = {
|
||||||
"Acpi-Source-Language" : ["PP", "ASL"],
|
"Acpi-Source-Language" : ["PP", "ASL"],
|
||||||
"Acpi-Table-Source" : ["CC", "DLINK"],
|
"Acpi-Table-Source" : ["CC", "DLINK"],
|
||||||
"Masm16-Code" : ["ASM", "ASMLINK"],
|
"Masm16-Code" : ["ASM", "ASMLINK"],
|
||||||
|
"MicorCode-Text" : ["CC"],
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolChainFamilyMapping = {
|
ToolChainFamilyMapping = {
|
||||||
|
|
Loading…
Reference in New Issue