Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
3b9dfddf
Commit
3b9dfddf
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Set the AT91RM9200 clock to synchronous mode
Patch by Anders Larsen, 29 Apr 2005
parent
645da510
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
cpu/arm920t/at91rm9200/lowlevel_init.S
+5
-0
5 additions, 0 deletions
cpu/arm920t/at91rm9200/lowlevel_init.S
with
8 additions
and
0 deletions
CHANGELOG
+
3
−
0
View file @
3b9dfddf
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4:
======================================================================
* Set the AT91RM9200 clock to synchronous mode
Patch by Anders Larsen, 29 Apr 2005
* Add support for Cogent csb637
Patch by Anders Larsen, 29 Apr 2005
...
...
This diff is collapsed.
Click to expand it.
cpu/arm920t/at91rm9200/lowlevel_init.S
+
5
−
0
View file @
3b9dfddf
...
...
@@ -123,6 +123,11 @@ LoopOsc:
cmp
r2
,
r0
bne
2
b
/
*
switch
from
FastBus
to
Synchronous
clock
mode
*/
mrc
p15
,
0
,
r0
,
c1
,
c0
,
0
orr
r0
,
r0
,
#
0x40000000
@
set
bit
30
(
nF
)
notFastBus
mcr
p15
,
0
,
r0
,
c1
,
c0
,
0
/
*
everything
is
fine
now
*/
mov
pc
,
lr
...
...
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