Subversion Repositories DevTools

Rev

Rev 287 | Rev 323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 287 Rev 303
Line 143... Line 143...
143
    elsif ( $Toolset_Product eq "VCP" )
143
    elsif ( $Toolset_Product eq "VCP" )
144
    {
144
    {
145
        $Toolset_DebugCode = "08100000H";
145
        $Toolset_DebugCode = "08100000H";
146
        $Toolset_DebugData = "0800800CH";
146
        $Toolset_DebugData = "0800800CH";
147
    }
147
    }
148
    elsif ( $Toolset_Product eq "TP5" )
148
    elsif ( $Toolset_Product eq "TP5" or $Toolset_Product eq "PICP" )
149
    {
149
    {
150
        $board = "08000000H,0400800CH" if ( $board =~ m/green/i );
150
        $board = "08000000H,0400800CH" if ( $board =~ m/green/i );
151
        $Toolset_DebugCode = "05C00000H";
151
        $Toolset_DebugCode = "05C00000H";
152
        $Toolset_DebugData = "0400800CH";
152
        $Toolset_DebugData = "0400800CH";
153
    }
153
    }
Line 171... Line 171...
171
        $Toolset_DebugCode = "08200000H";
171
        $Toolset_DebugCode = "08200000H";
172
        $Toolset_DebugData = "0800800CH";
172
        $Toolset_DebugData = "0800800CH";
173
    }
173
    }
174
    elsif ( $Toolset_Product )
174
    elsif ( $Toolset_Product )
175
    {
175
    {
176
        Message( "mos_mri: Unknown product: $Toolset_Product -- ignored" );
176
        Message( "mos_mri: Unknown product: $Toolset_Product -- ignored" )
-
 
177
            unless ( $board );
177
    }
178
    }
178
 
179
 
179
    #
180
    #
180
    #   Decode any --board option
181
    #   Decode any --board option
181
    #   This will override any defaults
182
    #   This will override any defaults