Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
e3818497
Commit
e3818497
authored
Nov 03, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/fixing options
parent
ea294ba2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
zed_ezynq.h
u-boot-tree/include/configs/ezynq/zed_ezynq.h
+7
-7
zynq_microzed.h
u-boot-tree/include/configs/zynq_microzed.h
+1
-1
No files found.
u-boot-tree/include/configs/ezynq/zed_ezynq.h
View file @
e3818497
...
@@ -38,14 +38,14 @@
...
@@ -38,14 +38,14 @@
#define CONFIG_EZYNQ_DUMP_DDRC_LATE N
/* Dump DDRC registers after DDR memory is initialized (depends on CONFIG_EZYNQ_BOOT_DEBUG) */
#define CONFIG_EZYNQ_DUMP_DDRC_LATE N
/* Dump DDRC registers after DDR memory is initialized (depends on CONFIG_EZYNQ_BOOT_DEBUG) */
#define CONFIG_EZYNQ_DUMP_TRAINING_EARLY N
/* Training results registers before DDRC initialization */
#define CONFIG_EZYNQ_DUMP_TRAINING_EARLY N
/* Training results registers before DDRC initialization */
#define CONFIG_EZYNQ_DUMP_TRAINING_LATE Y
/* Training results registers after DDRC initialization */
#define CONFIG_EZYNQ_DUMP_TRAINING_LATE Y
/* Training results registers after DDRC initialization */
#define CONFIG_EZYNQ_DUMP_OCM
n
/* Dump (some of) OCM data */
#define CONFIG_EZYNQ_DUMP_OCM
y
/* Dump (some of) OCM data */
#define CONFIG_EZYNQ_DUMP_DDR
n
/* Dump (some of) DDR data */
#define CONFIG_EZYNQ_DUMP_DDR
y
/* Dump (some of) DDR data */
#if 1
#if 1
#define CONFIG_EZYNQ_DUMP_OCM_LOW 0x0
/* OCM dump start (deafault 0) */
#define CONFIG_EZYNQ_DUMP_OCM_LOW 0x0
/* OCM dump start (deafault 0) */
#define CONFIG_EZYNQ_DUMP_OCM_HIGH
0x2ff
ff
/* OCM dump end (deafault 0x2ff, full - 0x2ffff) */
#define CONFIG_EZYNQ_DUMP_OCM_HIGH
0x2
ff
/* OCM dump end (deafault 0x2ff, full - 0x2ffff) */
#define CONFIG_EZYNQ_DUMP_DDR_LOW 0x4000000
/* DDR dump start (deafault 0x4000000, start of the OCM copy) */
#define CONFIG_EZYNQ_DUMP_DDR_LOW 0x4000000
/* DDR dump start (deafault 0x4000000, start of the OCM copy) */
#define CONFIG_EZYNQ_DUMP_DDR_HIGH 0x40
2ff
ff
/* DDR dump end (deafault 0x40002ff) */
#define CONFIG_EZYNQ_DUMP_DDR_HIGH 0x40
002
ff
/* DDR dump end (deafault 0x40002ff) */
#endif
#endif
/* Turning LED on/off at different stages of the boot process. Requires CONFIG_EZYNQ_LED_DEBUG and CONFIG_EZYNQ_BOOT_DEBUG to be set
/* Turning LED on/off at different stages of the boot process. Requires CONFIG_EZYNQ_LED_DEBUG and CONFIG_EZYNQ_BOOT_DEBUG to be set
If defined, each can be 0,1, ON or OFF */
If defined, each can be 0,1, ON or OFF */
...
@@ -102,9 +102,9 @@ Red LED - pullup, input - on,
...
@@ -102,9 +102,9 @@ Red LED - pullup, input - on,
#define CONFIG_EZYNQ_DDR_ARB_PAGE_BANK N
/* Enable Arbiter prioritization based on page/bank match */
#define CONFIG_EZYNQ_DDR_ARB_PAGE_BANK N
/* Enable Arbiter prioritization based on page/bank match */
#define CONFIG_EZYNQ_DDR_ECC Disabled
/* Enable ECC for the DDR memory */
#define CONFIG_EZYNQ_DDR_ECC Disabled
/* Enable ECC for the DDR memory */
#define CONFIG_EZYNQ_DDR_BUS_WIDTH 32
/* SoC DDR bus width */
#define CONFIG_EZYNQ_DDR_BUS_WIDTH 32
/* SoC DDR bus width */
#define CONFIG_EZYNQ_DDR_TRAIN_WRITE_LEVEL
0
/* Automatically train write leveling during initialization */
#define CONFIG_EZYNQ_DDR_TRAIN_WRITE_LEVEL
n
/* Automatically train write leveling during initialization */
#define CONFIG_EZYNQ_DDR_TRAIN_READ_GATE
0
/* Automatically train read gate timing during initialization */
#define CONFIG_EZYNQ_DDR_TRAIN_READ_GATE
n
/* Automatically train read gate timing during initialization */
#define CONFIG_EZYNQ_DDR_TRAIN_DATA_EYE
0
/* Automatically train data eye during initialization */
#define CONFIG_EZYNQ_DDR_TRAIN_DATA_EYE
n
/* Automatically train data eye during initialization */
#define CONFIG_EZYNQ_DDR_CLOCK_STOP_EN 0
/* Enable clock stop */
#define CONFIG_EZYNQ_DDR_CLOCK_STOP_EN 0
/* Enable clock stop */
#define CONFIG_EZYNQ_DDR_USE_INTERNAL_VREF 0
/* Use internal Vref */
#define CONFIG_EZYNQ_DDR_USE_INTERNAL_VREF 0
/* Use internal Vref */
...
...
u-boot-tree/include/configs/zynq_microzed.h
View file @
e3818497
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
#include <configs/ezynq/zed_ezynq.h>
#include <configs/ezynq/zed_ezynq.h>
#if 0
#if 0
#undef CONFIG_EZYNQ_BOOT_DEBUG
Y
/* configure UARTx and send register dumps there.*/
#undef CONFIG_EZYNQ_BOOT_DEBUG /* configure UARTx and send register dumps there.*/
#endif
#endif
#define CONFIG_CMD_MEMTEST
#define CONFIG_CMD_MEMTEST
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment