Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
vesta
u-boot-2015.04
Commits
5196a7a0
Commit
5196a7a0
authored
18 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Minor cleanup
parent
6d3bc9b8
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
MAKEALL
+5
-5
5 additions, 5 deletions
MAKEALL
Makefile
+13
-13
13 additions, 13 deletions
Makefile
board/tqm5200/tqm5200.c
+1
-1
1 addition, 1 deletion
board/tqm5200/tqm5200.c
include/configs/TQM5200.h
+2
-2
2 additions, 2 deletions
include/configs/TQM5200.h
with
21 additions
and
21 deletions
MAKEALL
+
5
−
5
View file @
5196a7a0
...
@@ -25,11 +25,11 @@ LIST_5xx=" \
...
@@ -25,11 +25,11 @@ LIST_5xx=" \
#########################################################################
#########################################################################
LIST_5xxx
=
"
\
LIST_5xxx
=
"
\
BC3450 cpci5200 EVAL5200
icecube_51
00
\
BC3450 cpci5200 EVAL5200
fo3
00
\
icecube_5200 lite5200b mcc200
o2dnt
\
icecube_5100
icecube_5200 lite5200b mcc200
\
pf5200 PM520 TB5200
Total5100
\
o2dnt
pf5200 PM520 TB5200
\
Total5200 Total5200_Rev2 TQM5200
TQM5200_B
\
Total5100
Total5200 Total5200_Rev2 TQM5200
\
TQM5200
S fo3
00
\
TQM5200
_B TQM52
00
S
\
"
"
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
13
−
13
View file @
5196a7a0
...
@@ -417,16 +417,22 @@ Total5200_Rev2_lowboot_config: unconfig
...
@@ -417,16 +417,22 @@ Total5200_Rev2_lowboot_config: unconfig
}
}
@
./mkconfig
-a
Total5200 ppc mpc5xxx total5200
@
./mkconfig
-a
Total5200 ppc mpc5xxx total5200
TQM5200_config
\
TQM5200_B_config
\
TQM5200_B_HIGHBOOT_config
\
TQM5200S_config
\
TQM5200S_HIGHBOOT_config
\
TQM5200_STK100_config
\
cam5200_config
\
cam5200_config
\
fo300_config
\
MiniFAP_config
\
MiniFAP_config
\
fo300_config
:
unconfig
TQM5200S_config
\
TQM5200S_HIGHBOOT_config
\
TQM5200_B_config
\
TQM5200_B_HIGHBOOT_config
\
TQM5200_config
\
TQM5200_STK100_config
:
unconfig
@
>
include/config.h
@
>
include/config.h
@
[
-z
"
$(
findstring cam5200,
$@
)
"
]
||
\
{
echo
"#define CONFIG_CAM5200"
>>
include/config.h
;
\
echo
"#define CONFIG_TQM5200S"
>>
include/config.h
;
\
echo
"#define CONFIG_TQM5200_B"
>>
include/config.h
;
\
echo
"... TQM5200S on Cam5200"
;
\
}
@
[
-z
"
$(
findstring fo300,
$@
)
"
]
||
\
@
[
-z
"
$(
findstring fo300,
$@
)
"
]
||
\
{
echo
"#define CONFIG_FO300"
>>
include/config.h
;
\
{
echo
"#define CONFIG_FO300"
>>
include/config.h
;
\
echo
"... TQM5200 on FO300"
;
\
echo
"... TQM5200 on FO300"
;
\
...
@@ -435,12 +441,6 @@ fo300_config: unconfig
...
@@ -435,12 +441,6 @@ fo300_config: unconfig
{
echo
"#define CONFIG_MINIFAP"
>>
include/config.h
;
\
{
echo
"#define CONFIG_MINIFAP"
>>
include/config.h
;
\
echo
"... TQM5200_AC on MiniFAP"
;
\
echo
"... TQM5200_AC on MiniFAP"
;
\
}
}
@
[
-z
"
$(
findstring cam5200,
$@
)
"
]
||
\
{
echo
"#define CONFIG_CAM5200"
>>
include/config.h
;
\
echo
"#define CONFIG_TQM5200S"
>>
include/config.h
;
\
echo
"#define CONFIG_TQM5200_B"
>>
include/config.h
;
\
echo
"... TQM5200S on Cam5200"
;
\
}
@
[
-z
"
$(
findstring STK100,
$@
)
"
]
||
\
@
[
-z
"
$(
findstring STK100,
$@
)
"
]
||
\
{
echo
"#define CONFIG_STK52XX_REV100"
>>
include/config.h
;
\
{
echo
"#define CONFIG_STK52XX_REV100"
>>
include/config.h
;
\
echo
"... on a STK52XX.100 base board"
;
\
echo
"... on a STK52XX.100 base board"
;
\
...
...
This diff is collapsed.
Click to expand it.
board/tqm5200/tqm5200.c
+
1
−
1
View file @
5196a7a0
...
@@ -293,7 +293,7 @@ int checkboard (void)
...
@@ -293,7 +293,7 @@ int checkboard (void)
#elif defined(CONFIG_FO300)
#elif defined(CONFIG_FO300)
# define CARRIER_NAME "FO300"
# define CARRIER_NAME "FO300"
#else
#else
# error "U
nknown carrier board
"
# error "U
NKNOWN
"
#endif
#endif
puts
(
"Board: "
MODULE_NAME
" (TQ-Components GmbH)
\n
"
puts
(
"Board: "
MODULE_NAME
" (TQ-Components GmbH)
\n
"
...
...
This diff is collapsed.
Click to expand it.
include/configs/TQM5200.h
+
2
−
2
View file @
5196a7a0
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#define CONFIG_TQM5200 1
/* ... on TQM5200 module */
#define CONFIG_TQM5200 1
/* ... on TQM5200 module */
#undef CONFIG_TQM5200_REV100
/* define for revision 100 modules */
#undef CONFIG_TQM5200_REV100
/* define for revision 100 modules */
/* On a Cameron
board
or on a FO300 board or ... */
/* On a Cameron or on a FO300 board or ... */
#if !defined(CONFIG_CAM5200) && !defined(CONFIG_FO300)
#if !defined(CONFIG_CAM5200) && !defined(CONFIG_FO300)
#define CONFIG_STK52XX 1
/* ... on a STK52XX board */
#define CONFIG_STK52XX 1
/* ... on a STK52XX board */
#endif
#endif
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
#undef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED
/* silent console on PSC1 when S1 */
#undef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED
/* silent console on PSC1 when S1 */
/* switch is open */
/* switch is open */
#endif
#endif
/* CONFIG_FO300 */
#ifdef CONFIG_STK52XX
#ifdef CONFIG_STK52XX
#define CONFIG_PS2KBD
/* AT-PS/2 Keyboard */
#define CONFIG_PS2KBD
/* AT-PS/2 Keyboard */
...
...
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