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
b9704809
Commit
b9704809
authored
19 years ago
by
Kumar Gala
Browse files
Options
Downloads
Patches
Plain Diff
Fixed defines for MPC83xx SICRL register to match current specs
Patch by Kumar Gala, 23 Jan 2006
parent
ec00c335
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
include/asm-ppc/immap_83xx.h
+2
-2
2 additions, 2 deletions
include/asm-ppc/immap_83xx.h
with
5 additions
and
2 deletions
CHANGELOG
+
3
−
0
View file @
b9704809
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
Changes since U-Boot 1.1.4:
======================================================================
======================================================================
* Fixed defines for MPC83xx SICRL register to match current specs
Patch by Kumar Gala, 23 Jan 2006
* Only disable the MPC83xx watchdog if its enabled out of reset.
* Only disable the MPC83xx watchdog if its enabled out of reset.
If its disabled out of reset SW can later enable it if so desired
If its disabled out of reset SW can later enable it if so desired
Patch by Kumar Gala, 11 Jan 2006
Patch by Kumar Gala, 11 Jan 2006
...
...
This diff is collapsed.
Click to expand it.
include/asm-ppc/immap_83xx.h
+
2
−
2
View file @
b9704809
...
@@ -71,8 +71,8 @@ typedef struct sysconf8349 {
...
@@ -71,8 +71,8 @@ typedef struct sysconf8349 {
| SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP)
| SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP)
u32
sicrl
;
/* System General Purpose Register Low */
u32
sicrl
;
/* System General Purpose Register Low */
#define SICRL_LDP_A 0x80000000
#define SICRL_LDP_A 0x80000000
#define SICRL_USB
0
0x40000000
#define SICRL_USB
1
0x40000000
#define SICRL_USB
1
0x20000000
#define SICRL_USB
0
0x20000000
#define SICRL_UART 0x0C000000
#define SICRL_UART 0x0C000000
#define SICRL_GPIO1_A 0x02000000
#define SICRL_GPIO1_A 0x02000000
#define SICRL_GPIO1_B 0x01000000
#define SICRL_GPIO1_B 0x01000000
...
...
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