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
17d704eb
Commit
17d704eb
authored
21 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup for release 1.1.0
parent
7e780369
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+7
-3
7 additions, 3 deletions
Makefile
lib_ppc/board.c
+2
-0
2 additions, 0 deletions
lib_ppc/board.c
with
9 additions
and
3 deletions
Makefile
+
7
−
3
View file @
17d704eb
...
@@ -187,7 +187,7 @@ endif
...
@@ -187,7 +187,7 @@ endif
#########################################################################
#########################################################################
unconfig
:
unconfig
:
rm
-f
include/config.h include/config.mk board/
*
/config.tmp
@
rm
-f
include/config.h include/config.mk board/
*
/config.tmp
#========================================================================
#========================================================================
# PowerPC
# PowerPC
...
@@ -217,13 +217,17 @@ icecube_5200_config \
...
@@ -217,13 +217,17 @@ icecube_5200_config \
IceCube_5200_config
\
IceCube_5200_config
\
IceCube_5100_config
:
unconfig
IceCube_5100_config
:
unconfig
@
>
include/config.h
@
>
include/config.h
@
[
-z
"
$(
findstring LOWBOOT,
$@
)
"
]
||
\
@
[
-z
"
$(
findstring LOWBOOT_,
$@
)
"
]
||
\
{
echo
"TEXT_BASE = 0xFF000000"
>
board/icecube/config.tmp
;
\
{
if
[
"
$(
findstring DDR,
$@
)
"
]
;
\
then
echo
"TEXT_BASE = 0xFF800000"
>
board/icecube/config.tmp
;
\
else
echo
"TEXT_BASE = 0xFF000000"
>
board/icecube/config.tmp
;
\
fi
;
\
echo
"... with LOWBOOT configuration"
;
\
echo
"... with LOWBOOT configuration"
;
\
}
}
@
[
-z
"
$(
findstring LOWBOOT08,
$@
)
"
]
||
\
@
[
-z
"
$(
findstring LOWBOOT08,
$@
)
"
]
||
\
{
echo
"TEXT_BASE = 0xFF800000"
>
board/icecube/config.tmp
;
\
{
echo
"TEXT_BASE = 0xFF800000"
>
board/icecube/config.tmp
;
\
echo
"... with 8 MB flash only"
;
\
echo
"... with 8 MB flash only"
;
\
echo
"... with LOWBOOT configuration"
;
\
}
}
@
[
-z
"
$(
findstring DDR,
$@
)
"
]
||
\
@
[
-z
"
$(
findstring DDR,
$@
)
"
]
||
\
{
echo
"#define CONFIG_MPC5200_DDR"
>>
include/config.h
;
\
{
echo
"#define CONFIG_MPC5200_DDR"
>>
include/config.h
;
\
...
...
This diff is collapsed.
Click to expand it.
lib_ppc/board.c
+
2
−
0
View file @
17d704eb
...
@@ -84,7 +84,9 @@ void nand_init (void);
...
@@ -84,7 +84,9 @@ void nand_init (void);
static
char
*
failed
=
"*** failed ***
\n
"
;
static
char
*
failed
=
"*** failed ***
\n
"
;
#if defined(CONFIG_OXC) || defined(CONFIG_PCU_E) || defined(CONFIG_RMU)
extern
flash_info_t
flash_info
[];
extern
flash_info_t
flash_info
[];
#endif
#include
<environment.h>
#include
<environment.h>
...
...
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