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
d7787c6e
Commit
d7787c6e
authored
22 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
parent
ad10dd9a
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/ppc4xx/serial.c
+1
-1
1 addition, 1 deletion
cpu/ppc4xx/serial.c
with
4 additions
and
1 deletion
CHANGELOG
+
3
−
0
View file @
d7787c6e
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes since U-Boot 0.2.1:
Changes since U-Boot 0.2.1:
======================================================================
======================================================================
* Patch by Stefan Roese, 17 Feb 2003:
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
* Patch by Stefan Roese, 13 Feb 2003:
* Patch by Stefan Roese, 13 Feb 2003:
Add "pcidelay" environment variable (in ms, enabled via
Add "pcidelay" environment variable (in ms, enabled via
CONFIG_PCI_BOOTDELAY).
CONFIG_PCI_BOOTDELAY).
...
...
This diff is collapsed.
Click to expand it.
cpu/ppc4xx/serial.c
+
1
−
1
View file @
d7787c6e
...
@@ -279,7 +279,7 @@ int serial_tstc ()
...
@@ -279,7 +279,7 @@ int serial_tstc ()
#define UART0_BASE 0xef600300
#define UART0_BASE 0xef600300
#define UART1_BASE 0xef600400
#define UART1_BASE 0xef600400
#define CR0_MASK 0x00001fff
#define CR0_MASK 0x00001fff
#define CR0_EXTCLK_ENA 0x00000
c
00
#define CR0_EXTCLK_ENA 0x000000
c
0
#define CR0_UDIV_POS 1
#define CR0_UDIV_POS 1
#endif
#endif
...
...
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