Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
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
Model registry
Operate
Environments
Monitor
Incidents
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
onny
uboot-i9100
Commits
46a3aeea
Commit
46a3aeea
authored
17 years ago
by
Anton Vorontsov
Committed by
Kim Phillips
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
83xx: nand support for MPC837XRDB boards
Signed-off-by:
Anton Vorontsov
<
avorontsov@ru.mvista.com
>
parent
82e45a20
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/MPC837XERDB.h
+19
-0
19 additions, 0 deletions
include/configs/MPC837XERDB.h
with
19 additions
and
0 deletions
include/configs/MPC837XERDB.h
+
19
−
0
View file @
46a3aeea
...
...
@@ -275,6 +275,25 @@
#define CFG_FLASH_ERASE_TOUT 60000
/* Flash Erase Timeout (ms) */
#define CFG_FLASH_WRITE_TOUT 500
/* Flash Write Timeout (ms) */
/*
* NAND Flash on the Local Bus
*/
#define CFG_NAND_BASE 0xE0600000
/* 0xE0600000 */
#define CFG_BR1_PRELIM (CFG_NAND_BASE | \
(2 << BR_DECC_SHIFT) |
/* Use HW ECC */
\
BR_PS_8 |
/* Port Size = 8 bit */
\
BR_MS_FCM |
/* MSEL = FCM */
\
BR_V)
/* valid */
#define CFG_OR1_PRELIM (0xFFFF8000 |
/* length 32K */
\
OR_FCM_CSCT | \
OR_FCM_CST | \
OR_FCM_CHT | \
OR_FCM_SCY_1 | \
OR_FCM_TRLX | \
OR_FCM_EHTR)
#define CFG_LBLAWBAR1_PRELIM CFG_NAND_BASE
#define CFG_LBLAWAR1_PRELIM 0x8000000E
/* 32KB */
/* Vitesse 7385 */
#define CFG_VSC7385_BASE 0xF0000000
...
...
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