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
Reform
reform-boundary-uboot
Commits
8d4ac794
Commit
8d4ac794
authored
18 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006
parent
9444b881
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
CREDITS
+4
-0
4 additions, 0 deletions
CREDITS
MAKEALL
+6
-6
6 additions, 6 deletions
MAKEALL
Makefile
+3
-0
3 additions, 0 deletions
Makefile
with
16 additions
and
6 deletions
CHANGELOG
+
3
−
0
View file @
8d4ac794
...
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006
* Fix comments in include/ppc440.h
Patch by Martin Hicks, 16 Jun 2006
...
...
This diff is collapsed.
Click to expand it.
CREDITS
+
4
−
0
View file @
8d4ac794
...
...
@@ -386,6 +386,10 @@ N: Robert Schwebel
E: r.schwebel@pengutronix.de
D: Support for csb226, logodl and innokom boards (PXA2xx)
N: Aaron Sells
E: sellsa@embeddedplanet.com
D: Support for EP82xxM
N: Art Shipkowski
E: art@videon-central.com
D: Support for NetSilicon NS7520
...
...
This diff is collapsed.
Click to expand it.
MAKEALL
+
6
−
6
View file @
8d4ac794
...
...
@@ -117,12 +117,12 @@ LIST_824x=" \
LIST_8260
=
"
\
atc cogent_mpc8260 CPU86 CPU87
\
ep8248 ep8260
gw8260 hymod
\
IPHASE4539 ISPAN MPC8260ADS
MPC8266ADS
\
MPC8272ADS PM826 PM828
ppmc8260
\
Rattler8248 RPXsuper rsdproto
sacsng
\
sbc8260 SCM TQM8260_AC
TQM8260_AD
\
TQM8260_AE ZPC1900
\
ep8248 ep8260
ep82xxm gw8260
\
hymod
IPHASE4539 ISPAN MPC8260ADS
\
MPC8266ADS
MPC8272ADS PM826 PM828
\
ppmc8260
Rattler8248 RPXsuper rsdproto
\
sacsng
sbc8260 SCM TQM8260_AC
\
TQM8260_AD
TQM8260_AE ZPC1900
\
"
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
0
View file @
8d4ac794
...
...
@@ -1332,6 +1332,9 @@ ep8248E_config : unconfig
ep8260_config
:
unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc8260 ep8260
ep82xxm_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc mpc8260 ep82xxm
gw8260_config
:
unconfig
@$(
MKCONFIG
)
$(
@:_config
=
)
ppc mpc8260 gw8260
...
...
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