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
a9398e01
Commit
a9398e01
authored
18 years ago
by
Wolfgang Denk
Committed by
Wolfgang Denk
18 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor code cleanup. Update CHANGELOG.
parent
3b58d945
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+34
-0
34 additions, 0 deletions
CHANGELOG
README
+6
-6
6 additions, 6 deletions
README
board/mcc200/mcc200.c
+1
-2
1 addition, 2 deletions
board/mcc200/mcc200.c
with
41 additions
and
8 deletions
CHANGELOG
+
34
−
0
View file @
a9398e01
commit 78d620ebb5871d252270dedfad60c6568993b780
Author: Wolfgang Denk <wd@atlas.denx.de>
Date: Thu Nov 23 22:58:58 2006 +0100
Updates for TQM5200 modules:
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message
- simplify "udate" definitions
commit 2053283304eeddf250d109e6791eb6fa4cad14f7
Author: Stefan Roese <sr@denx.de>
Date: Wed Nov 22 13:20:50 2006 +0100
[PATCH] PPC4xx start.S: Fix for processor errata
Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
errata 1.12: 440_33 by moving patch up in code.
Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
Signed-off-by: Stefan Roese <sr@denx.de>
commit 4ef6251403f637841000e0fef9e832aa01339822
Author: Stefan Roese <sr@denx.de>
Date: Mon Nov 20 20:39:52 2006 +0100
[PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
Signed-off-by: Stefan Roese <sr@denx.de>
commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
Author: Wolfgang Denk <wd@pollux.denx.de>
Date: Mon Nov 20 10:28:30 2006 +0100
Update CHANGELOG
commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
Author: Stefan Roese <sr@denx.de>
Author: Stefan Roese <sr@denx.de>
Date: Mon Nov 13 13:55:24 2006 +0100
Date: Mon Nov 13 13:55:24 2006 +0100
...
...
This diff is collapsed.
Click to expand it.
README
+
6
−
6
View file @
a9398e01
...
@@ -1470,8 +1470,8 @@ The following options need to be configured:
...
@@ -1470,8 +1470,8 @@ The following options need to be configured:
Enable auto completion of commands using TAB.
Enable auto completion of commands using TAB.
Note that this feature has NOT been implemented yet
Note that this feature has NOT been implemented yet
for the "hush" shell.
for the "hush" shell.
CFG_HUSH_PARSER
CFG_HUSH_PARSER
...
@@ -3114,11 +3114,11 @@ loadaddr=200000
...
@@ -3114,11 +3114,11 @@ loadaddr=200000
oftaddr=0x300000
oftaddr=0x300000
=> bootm $loadaddr - $oftaddr
=> bootm $loadaddr - $oftaddr
## Booting image at 00200000 ...
## Booting image at 00200000 ...
Image Name:
Linux-2.6.17-dirty
Image Name:
Linux-2.6.17-dirty
Image Type:
PowerPC Linux Kernel Image (gzip compressed)
Image Type:
PowerPC Linux Kernel Image (gzip compressed)
Data Size:
1029343 Bytes = 1005.2 kB
Data Size:
1029343 Bytes = 1005.2 kB
Load Address: 00000000
Load Address: 00000000
Entry Point:
00000000
Entry Point:
00000000
Verifying Checksum ... OK
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Uncompressing Kernel Image ... OK
Booting using flat device tree at 0x300000
Booting using flat device tree at 0x300000
...
...
This diff is collapsed.
Click to expand it.
board/mcc200/mcc200.c
+
1
−
2
View file @
a9398e01
...
@@ -205,8 +205,7 @@ long int initdram (int board_type)
...
@@ -205,8 +205,7 @@ long int initdram (int board_type)
*/
*/
svr
=
get_svr
();
svr
=
get_svr
();
pvr
=
get_pvr
();
pvr
=
get_pvr
();
if
((
SVR_MJREV
(
svr
)
>=
2
)
&&
(
PVR_MAJ
(
pvr
)
==
1
)
&&
if
((
SVR_MJREV
(
svr
)
>=
2
)
&&
(
PVR_MAJ
(
pvr
)
==
1
)
&&
(
PVR_MIN
(
pvr
)
==
4
))
{
(
PVR_MIN
(
pvr
)
==
4
))
{
*
(
vu_long
*
)
MPC5XXX_SDRAM_SDELAY
=
0x04
;
*
(
vu_long
*
)
MPC5XXX_SDRAM_SDELAY
=
0x04
;
__asm__
volatile
(
"sync"
);
__asm__
volatile
(
"sync"
);
}
}
...
...
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