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
979bdbc7
Commit
979bdbc7
authored
20 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix PCI support on CPC45 board
parent
69459791
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
+2
-0
2 additions, 0 deletions
CHANGELOG
lib_ppc/board.c
+1
-1
1 addition, 1 deletion
lib_ppc/board.c
with
3 additions
and
1 deletion
CHANGELOG
+
2
−
0
View file @
979bdbc7
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.1:
Changes since U-Boot 1.1.1:
======================================================================
======================================================================
* Fix PCI support on CPC45 board
* Patch by Scott McNutt, 25 Apr 2004:
* Patch by Scott McNutt, 25 Apr 2004:
Add Nios GDB/JTAG Console support:
Add Nios GDB/JTAG Console support:
- Add stubs to support gdb via JTAG.
- Add stubs to support gdb via JTAG.
...
...
This diff is collapsed.
Click to expand it.
lib_ppc/board.c
+
1
−
1
View file @
979bdbc7
...
@@ -825,7 +825,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
...
@@ -825,7 +825,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
WATCHDOG_RESET
();
WATCHDOG_RESET
();
#if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx)
#if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx)
&& !defined(CONFIG_CPC45)
/*
/*
* Do pci configuration
* Do pci configuration
*/
*/
...
...
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