Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
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
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
Florian Mayer
u-boot
Commits
1ac5744e
Commit
1ac5744e
authored
16 years ago
by
Dave Liu
Committed by
Scott Wood
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mpc83xx: enable eLBC NAND support for MPC8315ERDB board
Signed-off-by:
Dave Liu
<
daveliu@freescale.com
>
parent
ef0921d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/MPC8315ERDB.h
+7
-5
7 additions, 5 deletions
include/configs/MPC8315ERDB.h
with
7 additions
and
5 deletions
include/configs/MPC8315ERDB.h
+
7
−
5
View file @
1ac5744e
...
...
@@ -166,7 +166,7 @@
#undef CONFIG_SYS_RAMBOOT
#endif
#define CONFIG_SYS_MONITOR_LEN (
256
* 1024)
/* Reserve
256
kB for Mon */
#define CONFIG_SYS_MONITOR_LEN (
384
* 1024)
/* Reserve
384
kB for Mon */
#define CONFIG_SYS_MALLOC_LEN (512 * 1024)
/* Reserved for malloc */
/*
...
...
@@ -223,15 +223,17 @@
*/
#define CONFIG_SYS_NAND_BASE 0xE0600000
/* 0xE0600000 */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define NAND_MAX_CHIPS 1
#define CONFIG_MTD_NAND_VERIFY_WRITE
#define NAND_MAX_CHIPS 1
#define CONFIG_MTD_NAND_VERIFY_WRITE 1
#define CONFIG_CMD_NAND 1
#define CONFIG_NAND_FSL_ELBC 1
#define CONFIG_SYS_BR1_PRELIM
( CONFIG_SYS_NAND_BASE \
#define CONFIG_SYS_BR1_PRELIM ( CONFIG_SYS_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 CONFIG_SYS_OR1_PRELIM
( 0xFFFF8000
/* length 32K */
\
#define CONFIG_SYS_OR1_PRELIM ( 0xFFFF8000
/* length 32K */
\
| OR_FCM_CSCT \
| OR_FCM_CST \
| OR_FCM_CHT \
...
...
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