Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
07cba351
Commit
07cba351
authored
20 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Patch by Mark Jonas, 02 Jul 2004:
Fix lowboot (again) on MPC5xxx
parent
b8c83181
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
cpu/mpc5xxx/start.S
+6
-6
6 additions, 6 deletions
cpu/mpc5xxx/start.S
cpu/mpc8xx/lcd.c
+1
-1
1 addition, 1 deletion
cpu/mpc8xx/lcd.c
with
10 additions
and
7 deletions
CHANGELOG
+
3
−
0
View file @
07cba351
...
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.1:
======================================================================
* Patch by Mark Jonas, 02 Jul 2004:
Fix lowboot (again) on MPC5xxx
* Patch by Curt Brune, 07 Jul 2004:
relocate exception vectors on arm720t if needed
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc5xxx/start.S
+
6
−
6
View file @
07cba351
...
...
@@ -107,12 +107,12 @@ boot_warm:
/*--------------------------------------------------------------*/
#if defined(CFG_LOWBOOT)
#if defined(CFG_RAMBOOT)
#error CFG_LOWBOOT is incompatible with CFG_RAMBOOT
#endif /* CFG_RAMBOOT */
#if defined(C
FG_LOWBOOT
)
#error CFG_LOWBOOT is incompatible with MGT5100
#endif /* C
FG_LOWBOOT
*/
#
if defined(CFG_RAMBOOT)
#
error CFG_LOWBOOT is incompatible with CFG_RAMBOOT
#
endif /* CFG_RAMBOOT */
#
if defined(C
ONFIG_MGT5100
)
#
error CFG_LOWBOOT is incompatible with MGT5100
#
endif /* C
ONFIG_MGT5100
*/
lis
r4
,
CFG_DEFAULT_MBAR
@
h
lis
r3
,
START_REG
(
CFG_BOOTCS_START
)
@
h
ori
r3
,
r3
,
START_REG
(
CFG_BOOTCS_START
)
@
l
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc8xx/lcd.c
+
1
−
1
View file @
07cba351
...
...
@@ -1354,7 +1354,7 @@ static void *lcd_logo (void)
sprintf
(
info
,
"%s (%s - %s) "
,
U_BOOT_VERSION
,
__DATE__
,
__TIME__
);
lcd_drawchars
(
LCD_INFO_X
,
LCD_INFO_Y
,
info
,
strlen
(
info
));
sprintf
(
info
,
"(C) 200
3
DENX Software Engineering"
);
sprintf
(
info
,
"(C) 200
4
DENX Software Engineering"
);
lcd_drawchars
(
LCD_INFO_X
,
LCD_INFO_Y
+
VIDEO_FONT_HEIGHT
,
info
,
strlen
(
info
));
...
...
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