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
853643d8
Commit
853643d8
authored
17 years ago
by
Michal Simek
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] change command handling and removing code violation
parent
f2403565
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/ml401.h
+24
-26
24 additions, 26 deletions
include/configs/ml401.h
with
24 additions
and
26 deletions
include/configs/ml401.h
+
24
−
26
View file @
853643d8
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
#define CFG_TIMER_0_IRQ XILINX_TIMER_IRQ
#define CFG_TIMER_0_IRQ XILINX_TIMER_IRQ
#define FREQUENCE XILINX_CLOCK_FREQ
#define FREQUENCE XILINX_CLOCK_FREQ
#define CFG_TIMER_0_PRELOAD ( FREQUENCE/1000 )
#define CFG_TIMER_0_PRELOAD ( FREQUENCE/1000 )
#define CONFIG_XILINX_CLOCK_FREQ XILINX_CLOCK_FREQ
/* FSL */
/* FSL */
#define CFG_FSL_2
#define CFG_FSL_2
...
@@ -146,6 +147,16 @@
...
@@ -146,6 +147,16 @@
#define CFG_FLASH_PROTECTION
/* hardware flash protection */
#define CFG_FLASH_PROTECTION
/* hardware flash protection */
#endif
/* !FLASH */
#endif
/* !FLASH */
/* system ace */
#ifdef XILINX_SYSACE_BASEADDR
#define CONFIG_SYSTEMACE
/* #define DEBUG_SYSTEMACE */
#define SYSTEMACE_CONFIG_FPGA
#define CFG_SYSTEMACE_BASE XILINX_SYSACE_BASEADDR
#define CFG_SYSTEMACE_WIDTH XILINX_SYSACE_MEM_WIDTH
#define CONFIG_DOS_PARTITION
#endif
/*
/*
* BOOTP options
* BOOTP options
*/
*/
...
@@ -154,28 +165,21 @@
...
@@ -154,28 +165,21 @@
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
#define CONFIG_BOOTP_HOSTNAME
/*
/*
* Command line configuration.
* Command line configuration.
*/
*/
#include
<config_cmd_default.h>
#include
<config_cmd_default.h>
#define CONFIG_CMD_ASKENV
#define CONFIG_CMD_ASKENV
#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_BDI
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
#define CONFIG_CMD_IMI
#define CONFIG_CMD_IRQ
#define CONFIG_CMD_IRQ
#define CONFIG_CMD_LOADB
#define CONFIG_CMD_LOADS
#define CONFIG_CMD_MEMORY
#define CONFIG_CMD_MISC
#define CONFIG_CMD_MFSL
#define CONFIG_CMD_MFSL
#define CONFIG_CMD_NET
#define CONFIG_CMD_PING
#define CONFIG_CMD_PING
#define CONFIG_CMD_RUN
#if defined(CONFIG_SYSTEMACE)
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
#endif
#if defined(FLASH)
#if defined(FLASH)
#define CONFIG_CMD_ECHO
#define CONFIG_CMD_ECHO
...
@@ -187,6 +191,8 @@
...
@@ -187,6 +191,8 @@
#define CONFIG_CMD_ENV
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES
#define CONFIG_CMD_SAVES
#endif
#endif
#else
#undef CONFIG_CMD_FLASH
#endif
#endif
#if defined(CONFIG_CMD_JFFS2)
#if defined(CONFIG_CMD_JFFS2)
...
@@ -221,14 +227,6 @@
...
@@ -221,14 +227,6 @@
#define CFG_USR_EXCEP
/* user exception */
#define CFG_USR_EXCEP
/* user exception */
#define CFG_HZ 1000
#define CFG_HZ 1000
/* system ace */
#define CONFIG_SYSTEMACE
/* #define DEBUG_SYSTEMACE */
#define SYSTEMACE_CONFIG_FPGA
#define CFG_SYSTEMACE_BASE XILINX_SYSACE_BASEADDR
#define CFG_SYSTEMACE_WIDTH XILINX_SYSACE_MEM_WIDTH
#define CONFIG_DOS_PARTITION
#define CONFIG_PREBOOT "echo U-BOOT for ML401;setenv preboot;echo"
#define CONFIG_PREBOOT "echo U-BOOT for ML401;setenv preboot;echo"
#define CONFIG_EXTRA_ENV_SETTINGS "unlock=yes\0"
/* hardware flash protection */
\
#define CONFIG_EXTRA_ENV_SETTINGS "unlock=yes\0"
/* hardware flash protection */
\
...
...
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