Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
afcc4a74
Commit
afcc4a74
authored
21 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.
parent
9e7d5ebe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/esd/cpci405/cpci405.c
+7
-1
7 additions, 1 deletion
board/esd/cpci405/cpci405.c
with
7 additions
and
1 deletion
board/esd/cpci405/cpci405.c
+
7
−
1
View file @
afcc4a74
...
...
@@ -234,6 +234,7 @@ int misc_init_r (void)
bd_t
*
bd
=
gd
->
bd
;
char
*
tmp
;
/* Temporary char pointer */
unsigned
long
cntrl0Reg
;
#ifdef CONFIG_CPCI405_VER2
unsigned
char
*
dst
;
...
...
@@ -241,7 +242,6 @@ int misc_init_r (void)
int
status
;
int
index
;
int
i
;
unsigned
long
cntrl0Reg
;
/*
* On CPCI-405 version 2 the environment is saved in eeprom!
...
...
@@ -377,6 +377,12 @@ int misc_init_r (void)
#endif
/* CONFIG_CPCI405_VER2 */
/*
* Select cts (and not dsr) on uart1
*/
cntrl0Reg
=
mfdcr
(
cntrl0
);
mtdcr
(
cntrl0
,
cntrl0Reg
|
0x00001000
);
/*
* Write ethernet addr in NVRAM for VxWorks
*/
...
...
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