Skip to content

Commit

Permalink
3700_utils: configure twin-die combined parameters for each topology
Browse files Browse the repository at this point in the history
	name: mv_ddr_twin_die
	0 = twin-die combined
	1 = single die(regular)

Change-Id: I92d1654d0110f43ef0d00079332fa367390c6dc2
Signed-off-by: Moti Buskila <motib@marvell.com>
Reviewed-on: https://sj1git1.cavium.com/18458
Tested-by: sa_ip-sw-jenkins <sa_ip-sw-jenkins@marvell.com>
Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
  • Loading branch information
Moti Buskila authored and Konstantin Porotchkin committed Dec 16, 2020
1 parent a230070 commit 8cb7fbe
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ddr_bus_width_index=2

#4Gbits (512MB)
ddr_mem_size_index=3

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=2

#4Gbits (512MB)
ddr_mem_size_index=3

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=2

#4Gbits (512MB)
ddr_mem_size_index=3

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=1

#8Gbits (1GB)
ddr_mem_size_index=4

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=2

#8Gbits (1GB)
ddr_mem_size_index=4

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=2

#8Gbits (1GB)
ddr_mem_size_index=4

#twin-die combined
ddr_twin_die_index=1
3 changes: 3 additions & 0 deletions tim/ddr/DDR_TOPOLOGY_6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ ddr_bus_width_index=2

#8Gbits (1GB)
ddr_mem_size_index=4

#twin-die combined
ddr_twin_die_index=1
5 changes: 4 additions & 1 deletion tim/ddr/DDR_TOPOLOGY_CUST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ ddr_bus_width_index=2
#4Gbits (512MB)
ddr_mem_size_index=3

#twin-die combined
ddr_twin_die_index=1

#800M-1600K(optional)
ddr_cas_latency=11
ddr_cas_write_latency=8
ddr_cas_write_latency=8

0 comments on commit 8cb7fbe

Please sign in to comment.