Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
vesta
u-boot-2015.04
Commits
19e93b1e
Commit
19e93b1e
authored
17 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
ppc4xx: 4xx_pcie: Change PCIe status output to match common style
Signed-off-by:
Stefan Roese
<
sr@denx.de
>
parent
ff68f66b
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
cpu/ppc4xx/4xx_pcie.c
+2
-2
2 additions, 2 deletions
cpu/ppc4xx/4xx_pcie.c
with
2 additions
and
2 deletions
cpu/ppc4xx/4xx_pcie.c
+
2
−
2
View file @
19e93b1e
...
@@ -812,7 +812,7 @@ void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port)
...
@@ -812,7 +812,7 @@ void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port)
/* Set Class Code to PCI-PCI bridge and Revision Id to 1 */
/* Set Class Code to PCI-PCI bridge and Revision Id to 1 */
out_le32
(
mbase
+
0x208
,
0x06040001
);
out_le32
(
mbase
+
0x208
,
0x06040001
);
printf
(
"PCIE
:
%d successfully set as root
point
\n
"
,
port
);
printf
(
"PCIE%d
:
successfully set as root
-complex
\n
"
,
port
);
}
}
int
ppc4xx_setup_pcie_endpoint
(
struct
pci_controller
*
hose
,
int
port
)
int
ppc4xx_setup_pcie_endpoint
(
struct
pci_controller
*
hose
,
int
port
)
...
@@ -908,7 +908,7 @@ int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
...
@@ -908,7 +908,7 @@ int ppc4xx_setup_pcie_endpoint(struct pci_controller *hose, int port)
mdelay
(
1000
);
mdelay
(
1000
);
}
}
printf
(
"PCIE
:
%d successfully set as endpoint
\n
"
,
port
);
printf
(
"PCIE%d
:
successfully set as endpoint
\n
"
,
port
);
return
0
;
return
0
;
}
}
...
...
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