Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openocd_nrf52_patch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Calisch
openocd_nrf52_patch
Commits
ac49e241
Commit
ac49e241
authored
13 years ago
by
Michel Jaouen
Committed by
Øyvind Harboe
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
u8500 : config for L2 cache
parent
00ded4eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tcl/target/u8500.cfg
+6
-0
6 additions, 0 deletions
tcl/target/u8500.cfg
with
6 additions
and
0 deletions
tcl/target/u8500.cfg
+
6
−
0
View file @
ac49e241
...
...
@@ -131,7 +131,9 @@ proc enable_apetap {} {
set
status
[$_TARGETNAME_1 curstate]
if
{
[string equal "unknown" $status]
}
{
$_TARGETNAME_1
arp_examine
cache_config
l2x
0xa0412000
8
}
set
status
[$_TARGETNAME_2 curstate]
if
{
[string equal "unknown" $status]
}
{
$_TARGETNAME_2
arp_examine
...
...
@@ -234,6 +236,9 @@ if { $_SMP == 1} {
target
smp
$_CHIPNAME.cpu2
$_CHIPNAME.cpu1
}
proc
secsts1
{
}
{
global
_CHIPNAME
irscan
$_CHIPNAME.jrc
0x3a
...
...
@@ -265,6 +270,7 @@ proc att { } {
}
else
{
echo
"target
secured"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment