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
eeaab720
Commit
eeaab720
authored
19 years ago
by
Markus Klotzbuecher
Committed by
Markus Klotzbcher
19 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change delta board memory map to start at 0x80000000.
parent
89f2dfa4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
board/delta/config.mk
+1
-1
1 addition, 1 deletion
board/delta/config.mk
include/configs/delta.h
+7
-7
7 additions, 7 deletions
include/configs/delta.h
with
8 additions
and
8 deletions
board/delta/config.mk
+
1
−
1
View file @
eeaab720
...
...
@@ -2,7 +2,7 @@
#TEXT_BASE = 0xa1700000
#TEXT_BASE = 0xa3080000
#TEXT_BASE = 0x9ffe0000
TEXT_BASE
=
0x
a
3008000
TEXT_BASE
=
0x
8
3008000
# Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE)
BOARDLIBS
=
drivers/nand/libnand.a
This diff is collapsed.
Click to expand it.
include/configs/delta.h
+
7
−
7
View file @
eeaab720
...
...
@@ -125,8 +125,8 @@
#define CFG_BARGSIZE CFG_CBSIZE
/* Boot Argument Buffer Size */
#define CFG_DEVICE_NULLDEV 1
#define CFG_MEMTEST_START 0x
a
0400000
/* memtest works on */
#define CFG_MEMTEST_END 0x
a
0800000
/* 4 ... 8 MB in DRAM */
#define CFG_MEMTEST_START 0x
8
0400000
/* memtest works on */
#define CFG_MEMTEST_END 0x
8
0800000
/* 4 ... 8 MB in DRAM */
#undef CFG_CLKS_IN_HZ
/* everything, incl board info, in Hz */
...
...
@@ -159,16 +159,16 @@
* Physical Memory Map
*/
#define CONFIG_NR_DRAM_BANKS 4
/* we have 2 banks of DRAM */
#define PHYS_SDRAM_1 0x
a
0000000
/* SDRAM Bank #1 */
#define PHYS_SDRAM_1 0x
8
0000000
/* SDRAM Bank #1 */
#define PHYS_SDRAM_1_SIZE 0x1000000
/* 64 MB */
#define PHYS_SDRAM_2 0x
a
1000000
/* SDRAM Bank #2 */
#define PHYS_SDRAM_2 0x
8
1000000
/* SDRAM Bank #2 */
#define PHYS_SDRAM_2_SIZE 0x1000000
/* 64 MB */
#define PHYS_SDRAM_3 0x
a
2000000
/* SDRAM Bank #3 */
#define PHYS_SDRAM_3 0x
8
2000000
/* SDRAM Bank #3 */
#define PHYS_SDRAM_3_SIZE 0x1000000
/* 64 MB */
#define PHYS_SDRAM_4 0x
a
3000000
/* SDRAM Bank #4 */
#define PHYS_SDRAM_4 0x
8
3000000
/* SDRAM Bank #4 */
#define PHYS_SDRAM_4_SIZE 0x1000000
/* 64 MB */
#define CFG_DRAM_BASE 0x
a
0000000
/* at CS0 */
#define CFG_DRAM_BASE 0x
8
0000000
/* at CS0 */
#define CFG_DRAM_SIZE 0x04000000
/* 64 MB Ram */
#undef CFG_SKIP_DRAM_SCRUB
...
...
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