Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED U-Boot Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
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
KED Software Projects
Miscellaneous
KED U-Boot Fork
Commits
8d99cd06
Commit
8d99cd06
authored
17 years ago
by
Stefan Roese
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
parents
9adfc9fb
58d20425
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
include/commproc.h
+2
-0
2 additions, 0 deletions
include/commproc.h
include/configs/TK885D.h
+5
-2
5 additions, 2 deletions
include/configs/TK885D.h
include/configs/ads5121.h
+6
-6
6 additions, 6 deletions
include/configs/ads5121.h
include/configs/lwmon5.h
+6
-0
6 additions, 0 deletions
include/configs/lwmon5.h
with
19 additions
and
8 deletions
include/commproc.h
+
2
−
0
View file @
8d99cd06
...
@@ -1448,7 +1448,9 @@ typedef struct scc_enet {
...
@@ -1448,7 +1448,9 @@ typedef struct scc_enet {
*/
*/
#define PROFF_ENET PROFF_SCC2
#define PROFF_ENET PROFF_SCC2
#define CPM_CR_ENET CPM_CR_CH_SCC2
#define CPM_CR_ENET CPM_CR_CH_SCC2
#if (!defined(CONFIG_TK885D))
/* TK885D does not use SCC Ethernet */
#define SCC_ENET 1
#define SCC_ENET 1
#endif
#define PA_ENET_RXD ((ushort)0x0004)
/* PA 13 */
#define PA_ENET_RXD ((ushort)0x0004)
/* PA 13 */
#define PA_ENET_TXD ((ushort)0x0008)
/* PA 12 */
#define PA_ENET_TXD ((ushort)0x0008)
/* PA 12 */
#define PA_ENET_RCLK ((ushort)0x0100)
/* PA 7 */
#define PA_ENET_RCLK ((ushort)0x0100)
/* PA 7 */
...
...
This diff is collapsed.
Click to expand it.
include/configs/TK885D.h
+
5
−
2
View file @
8d99cd06
...
@@ -64,6 +64,8 @@
...
@@ -64,6 +64,8 @@
#undef CONFIG_BOOTARGS
#undef CONFIG_BOOTARGS
#define CONFIG_EXTRA_ENV_SETTINGS \
#define CONFIG_EXTRA_ENV_SETTINGS \
"ethprime=FEC ETHERNET\0" \
"ethact=FEC ETHERNET\0" \
"netdev=eth0\0" \
"netdev=eth0\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=${serverip}:${rootpath}\0" \
"nfsroot=${serverip}:${rootpath}\0" \
...
@@ -77,7 +79,8 @@
...
@@ -77,7 +79,8 @@
"bootm ${kernel_addr} ${ramdisk_addr}\0" \
"bootm ${kernel_addr} ${ramdisk_addr}\0" \
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
"rootpath=/opt/eldk/ppc_8xx\0" \
"rootpath=/opt/eldk/ppc_8xx\0" \
"bootfile=/tftpboot/TQM885D/uImage\0" \
"bootfile=/tftpboot/tk885d/uImage\0" \
"u-boot=/tftpboot/tk885d/u-boot.bin\0" \
"kernel_addr=40080000\0" \
"kernel_addr=40080000\0" \
"ramdisk_addr=40180000\0" \
"ramdisk_addr=40180000\0" \
"load=tftp 200000 ${u-boot}\0" \
"load=tftp 200000 ${u-boot}\0" \
...
@@ -254,7 +257,7 @@
...
@@ -254,7 +257,7 @@
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_OFFSET 0x40000
/* Offset of Environment Sector */
#define CFG_ENV_OFFSET 0x40000
/* Offset of Environment Sector */
#define CFG_ENV_SIZE 0x08000
/* Total Size of Environment */
#define CFG_ENV_SIZE 0x08000
/* Total Size of Environment */
#define CFG_ENV_SECT_SIZE 0x
2
0000
/* Total Size of Environment Sector */
#define CFG_ENV_SECT_SIZE 0x
4
0000
/* Total Size of Environment Sector */
/* Address and size of Redundant Environment Sector */
/* Address and size of Redundant Environment Sector */
#define CFG_ENV_OFFSET_REDUND (CFG_ENV_OFFSET+CFG_ENV_SECT_SIZE)
#define CFG_ENV_OFFSET_REDUND (CFG_ENV_OFFSET+CFG_ENV_SECT_SIZE)
...
...
This diff is collapsed.
Click to expand it.
include/configs/ads5121.h
+
6
−
6
View file @
8d99cd06
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
* to 0xFFFF, watchdog timeouts after about 64s. For details refer
* to 0xFFFF, watchdog timeouts after about 64s. For details refer
* to chapter 36 of the MPC5121e Reference Manual.
* to chapter 36 of the MPC5121e Reference Manual.
*/
*/
#define CONFIG_WATCHDOG
/* enable watchdog */
/*
#define CONFIG_WATCHDOG
*/
/* enable watchdog */
#define CFG_WATCHDOG_VALUE 0xFFFF
#define CFG_WATCHDOG_VALUE 0xFFFF
/*
/*
...
@@ -306,9 +306,9 @@
...
@@ -306,9 +306,9 @@
#define CFG_PROMPT "=> "
/* Monitor Command Prompt */
#define CFG_PROMPT "=> "
/* Monitor Command Prompt */
#ifdef CONFIG_CMD_KGDB
#ifdef CONFIG_CMD_KGDB
#define CFG_CBSIZE 1024
/* Console I/O Buffer Size */
#define CFG_CBSIZE 1024
/* Console I/O Buffer Size */
#else
#else
#define CFG_CBSIZE 256
/* Console I/O Buffer Size */
#define CFG_CBSIZE 256
/* Console I/O Buffer Size */
#endif
#endif
...
@@ -340,8 +340,8 @@
...
@@ -340,8 +340,8 @@
*
*
* Boot Flags
* Boot Flags
*/
*/
#define BOOTFLAG_COLD 0x01
/* Normal Power-On: Boot from FLASH */
#define BOOTFLAG_COLD
0x01
/* Normal Power-On: Boot from FLASH */
#define BOOTFLAG_WARM 0x02
/* Software reboot */
#define BOOTFLAG_WARM
0x02
/* Software reboot */
#ifdef CONFIG_CMD_KGDB
#ifdef CONFIG_CMD_KGDB
#define CONFIG_KGDB_BAUDRATE 230400
/* speed of kgdb serial port */
#define CONFIG_KGDB_BAUDRATE 230400
/* speed of kgdb serial port */
...
@@ -351,7 +351,7 @@
...
@@ -351,7 +351,7 @@
/*
/*
* Environment Configuration
* Environment Configuration
*/
*/
#define CONFIG_
ENV_OVERWRITE
#define CONFIG_
TIMESTAMP
#define CONFIG_HOSTNAME ads5121
#define CONFIG_HOSTNAME ads5121
#define CONFIG_BOOTFILE ads5121/uImage
#define CONFIG_BOOTFILE ads5121/uImage
...
...
This diff is collapsed.
Click to expand it.
include/configs/lwmon5.h
+
6
−
0
View file @
8d99cd06
...
@@ -321,6 +321,12 @@
...
@@ -321,6 +321,12 @@
#define CFG_LONGHELP
/* undef to save memory */
#define CFG_LONGHELP
/* undef to save memory */
#define CFG_PROMPT "=> "
/* Monitor Command Prompt */
#define CFG_PROMPT "=> "
/* Monitor Command Prompt */
#define CFG_HUSH_PARSER 1
/* Use the HUSH parser */
#ifdef CFG_HUSH_PARSER
#define CFG_PROMPT_HUSH_PS2 "> "
#endif
#if defined(CONFIG_CMD_KGDB)
#if defined(CONFIG_CMD_KGDB)
#define CFG_CBSIZE 1024
/* Console I/O Buffer Size */
#define CFG_CBSIZE 1024
/* Console I/O Buffer Size */
#else
#else
...
...
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