u8500 : config for L2 cache
parent
00ded4eb01
commit
ac49e24149
|
@ -131,7 +131,9 @@ proc enable_apetap {} {
|
||||||
set status [$_TARGETNAME_1 curstate]
|
set status [$_TARGETNAME_1 curstate]
|
||||||
if {[string equal "unknown" $status]} {
|
if {[string equal "unknown" $status]} {
|
||||||
$_TARGETNAME_1 arp_examine
|
$_TARGETNAME_1 arp_examine
|
||||||
|
cache_config l2x 0xa0412000 8
|
||||||
}
|
}
|
||||||
|
|
||||||
set status [$_TARGETNAME_2 curstate]
|
set status [$_TARGETNAME_2 curstate]
|
||||||
if {[string equal "unknown" $status]} {
|
if {[string equal "unknown" $status]} {
|
||||||
$_TARGETNAME_2 arp_examine
|
$_TARGETNAME_2 arp_examine
|
||||||
|
@ -234,6 +236,9 @@ if { $_SMP == 1} {
|
||||||
target smp $_CHIPNAME.cpu2 $_CHIPNAME.cpu1
|
target smp $_CHIPNAME.cpu2 $_CHIPNAME.cpu1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
proc secsts1 { } {
|
proc secsts1 { } {
|
||||||
global _CHIPNAME
|
global _CHIPNAME
|
||||||
irscan $_CHIPNAME.jrc 0x3a
|
irscan $_CHIPNAME.jrc 0x3a
|
||||||
|
@ -265,6 +270,7 @@ proc att { } {
|
||||||
} else {
|
} else {
|
||||||
echo "target secured"
|
echo "target secured"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue