Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
20f17281
Commit
20f17281
authored
May 22, 2011
by
Michael Schwingen
Committed by
Albert ARIBAUD
Jun 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support for IXP42x Rev. B1 and newer
Signed-off-by:
Michael Schwingen
<
michael@schwingen.org
>
parent
c3dc3dfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
arch/arm/cpu/ixp/npe/npe.c
arch/arm/cpu/ixp/npe/npe.c
+5
-2
No files found.
arch/arm/cpu/ixp/npe/npe.c
View file @
20f17281
...
...
@@ -621,9 +621,12 @@ int npe_initialize(bd_t * bis)
if
(
ixFeatureCtrlDeviceRead
()
==
IX_FEATURE_CTRL_DEVICE_TYPE_IXP42X
)
{
switch
(
ixFeatureCtrlProductIdRead
()
&
IX_FEATURE_CTRL_SILICON_STEPPING_MASK
)
{
case
IX_FEATURE_CTRL_SILICON_TYPE_B0
:
default:
/* newer than B0 */
/*
* If it is B0 Silicon, we only enable port when its corresponding
* Eth Coprocessor is available.
* If it is B0 or newer Silicon, we
* only enable port when its
* corresponding Eth Coprocessor is
* available.
*/
if
(
ixFeatureCtrlComponentCheck
(
IX_FEATURECTRL_ETH0
)
==
IX_FEATURE_CTRL_COMPONENT_ENABLED
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment