summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2013-03-18 13:53:20 -0500
committerHao Zhang2013-03-18 13:53:20 -0500
commit36a0e65da77a3d5ffffb1c411aa0d217a3d7d835 (patch)
treedf99452d59452a737fb26de064e6b1aee6e7b941
parentb14ebb5deec13d5a56a5804afdb8048d415133b9 (diff)
downloadmcsdk-tools-36a0e65da77a3d5ffffb1c411aa0d217a3d7d835.tar.gz
mcsdk-tools-36a0e65da77a3d5ffffb1c411aa0d217a3d7d835.tar.xz
mcsdk-tools-36a0e65da77a3d5ffffb1c411aa0d217a3d7d835.zip
MCSDK 3.0: update POST for alpha-9
-rwxr-xr-xpost/docs/README.txt13
-rwxr-xr-xpost/evmk2h/.ccsproject23
-rwxr-xr-xpost/evmk2h/.cproject59
-rwxr-xr-xpost/include/post.h2
4 files changed, 55 insertions, 42 deletions
diff --git a/post/docs/README.txt b/post/docs/README.txt
index 77a392f..0204b93 100755
--- a/post/docs/README.txt
+++ b/post/docs/README.txt
@@ -51,11 +51,18 @@ Steps to program POST to EEPROM:
51 boot the POST directly from the EEPROM after POR. The boot status and test result can be monitored using the Hyper 51 boot the POST directly from the EEPROM after POR. The boot status and test result can be monitored using the Hyper
52 Terminal as mentioned in "Steps to run POST in CCSv5". 52 Terminal as mentioned in "Steps to run POST in CCSv5".
53 53
54Please refer to C6678L/C6670L/C6657L/TCI6636K2H EVM boot mode dip switch settings: 54Please refer to C6678L/C6670L/C6657L EVM boot mode dip switch settings:
55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 55http://processors.wiki.ti.com/index.php/TMDXEVM6678L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 56http://processors.wiki.ti.com/index.php/TMDXEVM6670L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
57http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings 57http://processors.wiki.ti.com/index.php/TMDSEVM6657L_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings
58http://processors.wiki.ti.com/index.php/TCI6636K2H_EVM_Hardware_Setup#Boot_Mode_Dip_Switch_Settings (TBD)
59 58
60and User's Guide for more details: 59and User's Guide for more details:
61http://processors.wiki.ti.com/index.php/BIOS_MCSDK_x.0_User_Guide \ No newline at end of file 60http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide
61
62
63Please refer to TCI6636K2H EVM boot mode dip switch settings:
64http://processors.wiki.ti.com/index.php/EVMK2H_Hardware_Setup
65
66and User's Guide for more details:
67http://processors.wiki.ti.com/index.php/MCSDK_User_Guide_for_KeyStone_II
68
diff --git a/post/evmk2h/.ccsproject b/post/evmk2h/.ccsproject
index e82706d..9ea5b2e 100755
--- a/post/evmk2h/.ccsproject
+++ b/post/evmk2h/.ccsproject
@@ -1,11 +1,12 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<?ccsproject version="1.0"?> 2<?ccsproject version="1.0"?>
3 3
4<projectOptions> 4<projectOptions>
5<deviceVariant value="com.ti.ccstudio.deviceModel.C6000.CustomC6000Device"/> 5<deviceVariant value="com.ti.ccstudio.deviceModel.C6000.CustomC6000Device"/>
6<deviceEndianness value="little"/> 6<deviceEndianness value="little"/>
7<codegenToolVersion value="7.2.4"/> 7<codegenToolVersion value="7.2.4"/>
8<isElfFormat value="true"/> 8<isElfFormat value="true"/>
9<rts value="rts6600_elf.lib"/> 9<rts value="rts6600_elf.lib"/>
10<deviceFamily value="C6000"/> 10<deviceFamily value="C6000"/>
11</projectOptions> 11<isTargetManual value="false"/>
12</projectOptions>
diff --git a/post/evmk2h/.cproject b/post/evmk2h/.cproject
index 2809d20..010e1ae 100755
--- a/post/evmk2h/.cproject
+++ b/post/evmk2h/.cproject
@@ -20,8 +20,8 @@
20 <storageModule moduleId="cdtBuildSystem" version="4.0.0"> 20 <storageModule moduleId="cdtBuildSystem" version="4.0.0">
21 <configuration artifactExtension="out" artifactName="../bin/post_evmk2h" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" errorParsers="com.ti.ccstudio.errorparser.LinkErrorParser;com.ti.ccstudio.errorparser.CoffErrorParser;com.ti.ccstudio.errorparser.AsmErrorParser" id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1869204513" name="Release" parent="com.ti.ccstudio.buildDefinitions.C6000.Debug"> 21 <configuration artifactExtension="out" artifactName="../bin/post_evmk2h" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" errorParsers="com.ti.ccstudio.errorparser.LinkErrorParser;com.ti.ccstudio.errorparser.CoffErrorParser;com.ti.ccstudio.errorparser.AsmErrorParser" id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1869204513" name="Release" parent="com.ti.ccstudio.buildDefinitions.C6000.Debug">
22 <folderInfo id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1869204513." name="/" resourcePath=""> 22 <folderInfo id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1869204513." name="/" resourcePath="">
23 <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.DebugToolchain.2001978243" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.linkerDebug.673602521"> 23 <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain.1136462551" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.2025870380">
24 <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.275808649" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList"> 24 <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.751265122" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
25 <listOptionValue builtIn="false" value="DEVICE_CONFIGURATION_ID=com.ti.ccstudio.deviceModel.C6000.CustomC6000Device"/> 25 <listOptionValue builtIn="false" value="DEVICE_CONFIGURATION_ID=com.ti.ccstudio.deviceModel.C6000.CustomC6000Device"/>
26 <listOptionValue builtIn="false" value="DEVICE_ENDIANNESS=little"/> 26 <listOptionValue builtIn="false" value="DEVICE_ENDIANNESS=little"/>
27 <listOptionValue builtIn="false" value="OUTPUT_FORMAT=ELF"/> 27 <listOptionValue builtIn="false" value="OUTPUT_FORMAT=ELF"/>
@@ -31,46 +31,50 @@
31 <listOptionValue builtIn="false" value="RTSC_PRODUCTS=ti.pdk:1.0.0.05;com.ti.rtsc.NDK:2.21.1.38;com.ti.rtsc.SYSBIOS:6.33.6.50;"/> 31 <listOptionValue builtIn="false" value="RTSC_PRODUCTS=ti.pdk:1.0.0.05;com.ti.rtsc.NDK:2.21.1.38;com.ti.rtsc.SYSBIOS:6.33.6.50;"/>
32 <listOptionValue builtIn="false" value="OUTPUT_TYPE=rtscApplication:executable"/> 32 <listOptionValue builtIn="false" value="OUTPUT_TYPE=rtscApplication:executable"/>
33 </option> 33 </option>
34 <option id="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.510961119" name="Compiler version" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION" value="7.3.4" valueType="string"/> 34 <option id="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.60778748" name="Compiler version" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION" value="7.4.1" valueType="string"/>
35 <targetPlatform id="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.targetPlatformDebug.608323310" name="Platform" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.targetPlatformDebug"/> 35 <targetPlatform id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformDebug.1149997848" name="Platform" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformDebug"/>
36 <builder buildPath="${BuildDirectory}" id="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.builderDebug.1393087542" keepEnvironmentInBuildfile="false" name="GNU Make" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.builderDebug"/> 36 <builder buildPath="${BuildDirectory}" id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderDebug.4445862" keepEnvironmentInBuildfile="false" name="GNU Make" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderDebug"/>
37 <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.compilerDebug.1240614699" name="C6000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.compilerDebug"> 37 <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerDebug.1501124947" name="C6000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerDebug">
38 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.SILICON_VERSION.584293016" name="Target processor version (--silicon_version, -mv)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.SILICON_VERSION" value="6600" valueType="string"/> 38 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION.1161494029" name="Target processor version (--silicon_version, -mv)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION" value="6600" valueType="string"/>
39 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DEBUGGING_MODEL.1615818557" name="Debugging model" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DEBUGGING_MODEL" value="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DEBUGGING_MODEL.SYMDEBUG__DWARF" valueType="enumerated"/> 39 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL.953219106" name="Debugging model" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL.SYMDEBUG__DWARF" valueType="enumerated"/>
40 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.INCLUDE_PATH.188957506" name="Add dir to #include search path (--include_path, -I)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.INCLUDE_PATH" valueType="includePath"> 40 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_LEVEL.957957051" name="Optimization level (--opt_level, -O)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_LEVEL" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_LEVEL._none" valueType="enumerated"/>
41 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE.1118010219" name="Pre-define NAME (--define, -D)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE" valueType="definedSymbols">
42 <listOptionValue builtIn="false" value="DEVICE_K2H"/>
43 </option>
44 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH.161653540" name="Add dir to #include search path (--include_path, -I)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH" valueType="includePath">
41 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/include&quot;"/> 45 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/include&quot;"/>
42 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/ti/platform&quot;"/> 46 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/ti/platform&quot;"/>
43 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/&quot;"/> 47 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/&quot;"/>
44 <listOptionValue builtIn="false" value="&quot;${PROJECT_ROOT}/../include&quot;"/> 48 <listOptionValue builtIn="false" value="&quot;${PROJECT_ROOT}/../include&quot;"/>
45 </option> 49 </option>
46 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DISPLAY_ERROR_NUMBER.239059691" name="Emit diagnostic identifier numbers (--display_error_number, -pden)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/> 50 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER.1202420442" name="Emit diagnostic identifier numbers (--display_error_number, -pden)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/>
47 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DIAG_WARNING.987226579" name="Treat diagnostic &lt;id&gt; as warning (--diag_warning, -pdsw)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DIAG_WARNING" valueType="stringList"> 51 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING.2101880759" name="Treat diagnostic &lt;id&gt; as warning (--diag_warning, -pdsw)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING" valueType="stringList">
48 <listOptionValue builtIn="false" value="225"/> 52 <listOptionValue builtIn="false" value="225"/>
49 </option> 53 </option>
50 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.ABI.1312414060" name="Application binary interface (coffabi, eabi) (--abi)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.ABI" value="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.ABI.eabi" valueType="enumerated"/> 54 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.2002794867" name="Application binary interface (coffabi, eabi) (--abi)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.eabi" valueType="enumerated"/>
51 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DEFINE.1454674257" name="Pre-define NAME (--define, -D)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compilerID.DEFINE" valueType="definedSymbols"> 55 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_FOR_SPACE.1136816882" name="Optimize for code size (--opt_for_space, -ms)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_FOR_SPACE" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPT_FOR_SPACE._none" valueType="enumerated"/>
52 <listOptionValue builtIn="false" value="DEVICE_K2H"/> 56 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPTIMIZE_WITH_DEBUG.276963767" name="Optimize fully in the presence of debug directives (--optimize_with_debug, -mn)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPTIMIZE_WITH_DEBUG" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.OPTIMIZE_WITH_DEBUG._none" valueType="enumerated"/>
53 </option> 57 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISABLE_PUSH_POP.1736418541" name="Disable push-pop optimization. (--disable_push_pop)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISABLE_PUSH_POP" value="true" valueType="boolean"/>
54 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__C_SRCS.722894367" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__C_SRCS"/> 58 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS.658411556" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS"/>
55 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__CPP_SRCS.694247057" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__CPP_SRCS"/> 59 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS.1570868798" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS"/>
56 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__ASM_SRCS.2019840691" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__ASM_SRCS"/> 60 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS.513556445" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS"/>
57 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__ASM2_SRCS.1580376815" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.compiler.inputType__ASM2_SRCS"/> 61 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS.448107700" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS"/>
58 </tool>
59 <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.librarianDebug.1562059286" name="C6000 Archiver" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.library.librarianDebug">
60 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.archiverID.OUTPUT_FILE.263705444" name="Output file" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.archiverID.OUTPUT_FILE" value="&quot;../bin/post_evmk2h.out&quot;" valueType="string"/>
61 </tool> 62 </tool>
62 <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.linkerDebug.673602521" name="C6000 Linker" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.linkerDebug"> 63 <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.2025870380" name="C6000 Linker" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug">
63 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.OUTPUT_FILE.1242198386" name="Specify output file name (--output_file, -o)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.OUTPUT_FILE" value="&quot;../bin/post_evmk2h.out&quot;" valueType="string"/> 64 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE.1387690635" name="Specify output file name (--output_file, -o)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE" value="&quot;../bin/post_evmk2h.out&quot;" valueType="string"/>
64 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.MAP_FILE.370881078" name="Input and output sections listed into &lt;file&gt; (--map_file, -m)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.MAP_FILE" value="&quot;../bin/post_evmk2h.map&quot;" valueType="string"/> 65 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE.1118173402" name="Input and output sections listed into &lt;file&gt; (--map_file, -m)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE" value="&quot;../bin/post_evmk2h.map&quot;" valueType="string"/>
65 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.LIBRARY.412718443" name="Include library file or command file as input (--library, -l)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.LIBRARY" valueType="libs"> 66 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY.1449601348" name="Include library file or command file as input (--library, -l)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY" valueType="libs">
66 <listOptionValue builtIn="false" value="&quot;ti.platform.evmk2h.lite.lib&quot;"/> 67 <listOptionValue builtIn="false" value="&quot;ti.platform.evmk2h.lite.lib&quot;"/>
67 <listOptionValue builtIn="false" value="&quot;libc.a&quot;"/> 68 <listOptionValue builtIn="false" value="&quot;libc.a&quot;"/>
68 </option> 69 </option>
69 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.SEARCH_PATH.1859137181" name="Add &lt;dir&gt; to library search path (--search_path, -i)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.3.linkerID.SEARCH_PATH" valueType="stringList"> 70 <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH.1694659847" name="Add &lt;dir&gt; to library search path (--search_path, -i)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH" valueType="stringList">
70 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/lib&quot;"/> 71 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/lib&quot;"/>
71 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/include&quot;"/> 72 <listOptionValue builtIn="false" value="&quot;${CG_TOOL_ROOT}/include&quot;"/>
72 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/ti/platform/evmk2h/platform_lib/lib/debug&quot;"/> 73 <listOptionValue builtIn="false" value="&quot;${TI_PDK_INSTALL_DIR}/packages/ti/platform/evmk2h/platform_lib/lib/debug&quot;"/>
73 </option> 74 </option>
75 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS.720160824" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS"/>
76 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS.1168356653" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS"/>
77 <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS.1409799359" name="Generated Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS"/>
74 </tool> 78 </tool>
75 </toolChain> 79 </toolChain>
76 </folderInfo> 80 </folderInfo>
@@ -98,4 +102,5 @@
98 </storageModule> 102 </storageModule>
99 <storageModule moduleId="refreshScope"/> 103 <storageModule moduleId="refreshScope"/>
100 <storageModule moduleId="scannerConfiguration"/> 104 <storageModule moduleId="scannerConfiguration"/>
105 <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
101</cproject> 106</cproject>
diff --git a/post/include/post.h b/post/include/post.h
index 9cf63a8..a24773a 100755
--- a/post/include/post.h
+++ b/post/include/post.h
@@ -159,7 +159,7 @@ static char post_status[POST_MAX_TEST_NUM][POST_STATUS_MAX_NUM_CHAR] =
159/****************************************************************************** 159/******************************************************************************
160 * NAND test definitions 160 * NAND test definitions
161 ******************************************************************************/ 161 ******************************************************************************/
162#if (defined(_EVMC6657L_) || defined(DEVICE_K2K) || defined(DEVICE_K2H)) 162#if (defined(EVMC6657L) || defined(DEVICE_K2K) || defined(DEVICE_K2H))
163 #define POST_NAND_TEST_DEVICE_ID PLATFORM_DEVID_MT29F1G08ABCHC /* NAND device ID */ 163 #define POST_NAND_TEST_DEVICE_ID PLATFORM_DEVID_MT29F1G08ABCHC /* NAND device ID */
164 #define POST_NAND_TEST_READ_BLOCK_NUM 0 /* NAND read block number */ 164 #define POST_NAND_TEST_READ_BLOCK_NUM 0 /* NAND read block number */
165 #define POST_NAND_TEST_READ_PAGE_NUM 0 /* NAND read page number */ 165 #define POST_NAND_TEST_READ_PAGE_NUM 0 /* NAND read page number */