Hi Jagan,

On Mon, 2019-08-19 at 23:26 +0530, Jagan Teki wrote:
> Is your board running at 50MHz? (look like No).

No it is running at 800Mhz or 856MHz (see rkbin TPL output below).

> As I said please
> explore step-by-step
> 00: First boot the board rkbin => SPL => U-Boot proper

This step was completed already. Here is the output again for reference:

DDR Version 1.23 20190709                                                    
In                                                                           
channel 0                                                                    
CS = 0                                                                       
MR0=0xB8                                                                     
MR4=0x1                                 
MR5=0xFF                                
MR8=0x10                                
MR12=0x72                               
MR14=0x72                               
MR18=0x0                                
MR19=0x0
MR24=0x8
MR25=0x0
channel 1
CS = 0
MR0=0xB8
MR4=0x1
MR5=0xFF
MR8=0x10
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 0 training pass!
channel 1 training pass!
change freq to 416MHz 0,1
Channel 0: LPDDR4,416MHz
Bus Width=32 Col=10 Bank=8 Row=16 CS=1 Die Bus-Width=16 Size=2048MB
Channel 1: LPDDR4,416MHz
Bus Width=32 Col=10 Bank=8 Row=16 CS=1 Die Bus-Width=16 Size=2048MB
256B stride
channel 0
CS = 0
MR0=0xB8
MR4=0x1
MR5=0xFF
MR8=0x10
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 1
CS = 0
MR0=0xB8
MR4=0x1
MR5=0xFF
MR8=0x10
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 0 training pass!
channel 1 training pass!
channel 0, cs 0, advanced training done
channel 1, cs 0, advanced training done
change freq to 856MHz 1,0
ch 0 ddrconfig = 0x101, ddrsize = 0x40
ch 1 ddrconfig = 0x101, ddrsize = 0x40
pmugrf_os_reg[2] = 0x32C1F2C1, stride = 0xD
OUT

> 01: Grab the sdram-*.dtsi (steps mentioned in previous mail) and
> replace rkbin withTPL

I am stuck here. I see that there were three 800Mhz entries
in the rkbin rk3399_ddr_800MHz_v1.20.bin file that was used to
create ./arch/arm/dts/rk3399-sdram-lpddr4-100.dtsi.

rk3399-sdram-lpddr4-100.dtsi has one entry that appears to
be from the first 800Mhz data in rk3399_ddr_800MHz_v1.20.bin.

Using the instructions you linked:
https://wiki.amarulasolutions.com/found/target/rk3399_sdram.html

I have inspected rkbin rk3399_ddr_800MHz_v1.23.bin and found
there are two 800Mhz entries in it. I have extracted the two
entries but have have questions that the instructions don't
address well.

Why does the existing rk3399-sdram-lpddr4-100.dtsi only have
one entry while the instructions appear to indicate there
should be two, one for single and another for dual ranked?

Step 6 refers to editing the dtsi file:

"..., edit the initial values (don’t forget that they are in
little endian form) to match what the SPL code expects, 
convert the frequency value from the binary back into MHz
(line 38 in the attached dtsi files for reference)"

I believe I was able to convert the data into the updated
values correctly (see attached diff). However, one value
stood out to me. The 800Mhz value of 0x2faf0800 was converted
into decimal 50 in the existing data whereas other sdram files
converted it into 1/2 the Mhz value (e.g. 800Mhz -> 400).

With it set to 50 I get this output before it stops:

U-Boot TPL 2019.10-rc2-00016-g81fed78c0a-dirty (Aug 19 2019 - 18:45:16)         
pctl_start: Failed to init pctl for channel 0 

With it set to 400 I get this output before it stops:

U-Boot TPL 2019.10-rc2-00016-g81fed78c0a-dirty (Aug 19 2019 - 19:14:10)      
sdram_init: DDR3 - 400MHz failed!                                            
rk3399_dmc_init DRAM init failed -22                                         
Missing DTB 

> 02: Then dump the regmap if 01 failed.
> 
> Jagan.

01 failed. With the timings diff reverted I get this before it freezes:

U-Boot TPL 2019.10-rc2-00016-g81fed78c0a-dirty (Aug 19 2019 - 12:57:39)      
LPDDR4, 50MHz                                                                
BW=32 Col=10 Bk=8 CS0 Row=15 CS=1 Die BW=16 Size=1024MB                      
LPDDR4, 50MHz                                                                
BW=32 Col=10 Bk=8 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
256B stride                             
cic: ctr10: (0xff620000 - 0x14)         
cic: status0: (0xff620010 - 0x101)      
grf: ddrc0_con0 (0xff77e380 - 0x1f81)   
grf: ddrc1_con0 (0xff77e388 - 0x1f81)   
grf: soc_con0 (0xff77e200 - 0x7)
pmu: noc_auto_ena (0xff3100d8 - 0x0)
pmu: bus_idle_req (0xff310060 - 0x0)
pmu: bus_idle_st (0xff310064 - 0x0)
pmugrf: os_reg2 (0xff320308 - 0x32a1f2a1)
pmugrf: os_reg3 (0xff32030c - 0x20000005)
pmusgrf: soc_con4 (0xff33e010 - 0x2600)

Please let me know other items can be tried to get this up and
running with the U-Boot TPL.

Regards,
-Kurt
diff --git a/arch/arm/dts/rk3399-sdram-lpddr4-100.dtsi b/arch/arm/dts/rk3399-sdram-lpddr4-100.dtsi
index 4a4414a960..561646b0da 100644
--- a/arch/arm/dts/rk3399-sdram-lpddr4-100.dtsi
+++ b/arch/arm/dts/rk3399-sdram-lpddr4-100.dtsi
@@ -16,10 +16,10 @@
 		0xf
 		0xf
 		1
-		0x80241d22
-		0x15050f08
-		0x00000602
-		0x00002122
+		0x80151015
+		0x14040902
+		0x00000002
+		0x00006346
 		0x0000004c
 		0x00000000
 		0x2
@@ -31,86 +31,86 @@
 		0xf
 		0xf
 		1
-		0x80241d22
-		0x15050f08
-		0x00000602
-		0x00002122
+		0x80151015
+		0x14040902
+		0x00000002
+		0x00006346
 		0x0000004c
 		0x00000000
 		50
-		7
+		3
 		2
 		13
 		1
-		0x00000b00
+		0x00000600
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00013880
-		0x000c3500
-		0x00000005
-		0x00000320
-		0x00027100
-		0x00186a00
-		0x00000005
-		0x00000640
-		0x00002710
-		0x000186a0
-		0x00000005
-		0x01000064
-		0x00000000
-		0x02020101
-		0x00000102
-		0x00000050
-		0x000000c8
+		0x00000008
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000008
+		0x00000000
+		0x00000000
 		0x00000000
-		0x06140000
-		0x00081c00
-		0x0400040c
-		0x19042008
-		0x10080a11
-		0x22310800
-		0x00200f0a
-		0x0a030704
-		0x08000204
+		0x00000008
+		0x00000000
+		0x00000000
+		0x01000000
+		0x00000000
+		0x00000101
+		0x00020100
+		0x00027100
+		0x00061a80
+		0x02000200
+		0x08160200
+		0x00081600
+		0x04000816
+		0x26050004
+		0x1c0b061c
+		0x1c260500
+		0x001c0b06
+		0x061c2605
+		0x06001c0b
+		0x00000c04
+		0x0400db60
+		0x0c040605
+		0x0400db60
+		0x0c040605
+		0x0400db60
+		0x02030005
+		0x0b0c0b00
+		0x000c0b0c
+		0x14000a0a
 		0x00000a0a
-		0x04006db0
-		0x0a0a0804
-		0x0600db60
-		0x0a0a0806
-		0x04000db6
-		0x02030404
-		0x0f0a0800
-		0x08040411
-		0x1400640a
-		0x02010a0a
-		0x00010001
-		0x04082012
-		0x00041109
+		0x00010000
+		0x03171717
+		0x000b0b0b
 		0x00000000
 		0x03010000
-		0x06100048
-		0x0c280090
-		0x00bb0009
+		0x18580118
+		0x18580118
+		0x18580118
+		0x00000000
+		0x00050005
+		0x00140005
+		0x00140014
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x02000000
+		0x02000120
+		0x02000120
+		0x00000120
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
 		0x00000000
-		0x00060005
-		0x000a0005
-		0x000a0014
-		0x01000000
-		0x030a0000
-		0x0c000002
-		0x00000103
-		0x0005030a
-		0x00060037
-		0x0005006e
-		0x05050007
-		0x03030605
-		0x06050301
-		0x06030c05
-		0x05050302
-		0x03030305
-		0x00000301
 		0x00000301
 		0x00000001
 		0x00000000
@@ -124,23 +124,23 @@
 		0x00000004
 		0x00040003
 		0x00040005
-		0x18400000
-		0x00000c20
-		0x185030a0
-		0x02ec0000
-		0x00000176
+		0x61600000
+		0x000030b0
+		0x30b06160
+		0x61600000
+		0x000030b0
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x06030300
-		0x00030303
-		0x02030200
-		0x00040703
-		0x03020302
+		0x08080800
+		0x00080808
+		0x00030200
+		0x00040700
+		0x00000302
 		0x02000407
-		0x07030203
+		0x00000003
 		0x00030f04
 		0x00070004
 		0x00000000
@@ -149,7 +149,7 @@
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000000
+		0x00010000
 		0x00010000
 		0x20040020
 		0x00200400
@@ -164,47 +164,47 @@
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00500000
-		0x00640028
-		0x00640404
+		0x00a00000
+		0x00c80050
+		0x00c80000
 		0x005000a0
-		0x060600c8
-		0x000a00c8
-		0x000d0005
-		0x000d0404
+		0x000000c8
+		0x00a000c8
+		0x00c80050
+		0x00c80000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x001400a3
-		0x00e30009
-		0x00120024
-		0x00040063
+		0x00420c70
+		0x0c700018
+		0x00180042
+		0x00420c70
+		0x00000018
 		0x00000000
-		0x00310031
-		0x00000031
-		0x004d0000
-		0x004d004d
-		0x004d0000
-		0x004d004d
-		0x00010101
 		0x00000000
 		0x00000000
-		0x001400a3
-		0x00e30009
-		0x00120024
-		0x00040063
 		0x00000000
-		0x00310031
-		0x00000031
-		0x004d0000
-		0x004d004d
-		0x004d0000
-		0x004d004d
-		0x00010101
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000001
+		0x00000000
+		0x00000000
+		0x00420c70
+		0x0c700018
+		0x00180042
+		0x00420c70
+		0x00000018
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x00000000
+		0x01000000
+		0x00000000
 		0x00000000
 		0x18151100
 		0x0000000c
@@ -223,26 +223,26 @@
 		0x00000000
 		0x00020003
 		0x00400100
-		0x000c0190
+		0x00000000
 		0x01000200
-		0x03200040
-		0x00020018
+		0x00000040
+		0x00020000
 		0x00400100
-		0x00080032
-		0x00140000
-		0x00030028
+		0x00000000
+		0x00000000
+		0x00000000
 		0x01010100
-		0x02000202
-		0x0b000002
+		0x00000202
+		0x0a000001
 		0x01000f0f
 		0x00000000
 		0x00000000
 		0x00010003
 		0x00000c03
-		0x00040101
-		0x04010100
+		0x00000000
+		0x00000000
 		0x01000000
-		0x02010000
+		0x00010000
 		0x00000001
 		0x00000000
 		0x00000000
@@ -254,21 +254,21 @@
 		0x00000000
 		0x00000000
 		0x00010000
+		0x07070702
+		0x01010606
 		0x00000001
-		0x01010001
-		0x05040001
-		0x040a0703
-		0x02080808
-		0x020e000a
-		0x020f010b
-		0x000d0008
-		0x00080b0a
-		0x03000200
-		0x00000100
+		0x03030300
+		0x03080808
+		0x03050303
+		0x03050303
+		0x00050303
+		0x00020202
+		0x00000000
+		0x00000000
 		0x00000000
 		0x00000000
 		0x0d000001
-		0x00000028
+		0x00010028
 		0x00010000
 		0x00000003
 		0x00000000
@@ -317,32 +317,32 @@
 		0x00000000
 		0x00000000
 		0x00ffff00
-		0x1a160000
-		0x08000012
-		0x00000c20
+		0x15150000
+		0x08000015
+		0x000030b0
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
-		0x00000c20
-		0x00007940
-		0x18500409
+		0x000030b0
+		0x0001e6e0
+		0x30b00709
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
-		0x00001850
-		0x0000f320
-		0x0176060c
+		0x000030b0
+		0x0001e6e0
+		0x30b00709
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
-		0x00000176
-		0x00000e9c
-		0x02020205
+		0x000030b0
+		0x0001e6e0
+		0x02020709
 		0x03030202
-		0x00000018
+		0x00000014
 		0x00000000
 		0x00000000
 		0x00001403
@@ -350,14 +350,14 @@
 		0x00000000
 		0x00000000
 		0x00030000
-		0x000a001c
-		0x000e0020
+		0x00060018
+		0x00060018
 		0x00060018
 		0x00000000
 		0x00000000
-		0x02000000
-		0x00090305
-		0x00050101
+		0x01000000
+		0x02060206
+		0x00050206
 		0x00000000
 		0x00000000
 		0x00000000
@@ -366,7 +366,7 @@
 		0x00000000
 		0x00000000
 		0x00000000
-		0x01000001
+		0x01000100
 		0x01010101
 		0x01000101
 		0x01000100
@@ -374,55 +374,55 @@
 		0x00010002
 		0x00020100
 		0x00000002
-		0x00000b00
-		0x00000000
-		0x000002ec
-		0x00000176
-		0x000030a0
-		0x00001850
-		0x00001840
-		0x01760c20
+		0x00000600
+		0x00000000
+		0x00006160
+		0x000030b0
+		0x00006160
+		0x000030b0
+		0x00006160
+		0x30b030b0
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
-		0x00001850
+		0x000030b0
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
-		0x00000c20
+		0x000030b0
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00000200
 		0x00010000
 		0x00000007
-		0x01000001
-		0x00000000
+		0x110f0001
+		0x3c020000
 		0x3fffffff
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x00000000
-		0x0f000101
-		0x082b3223
-		0x080c0004
-		0x00061c00
-		0x00000214
-		0x00bb0009
-		0x0c280090
-		0x06100048
+		0x3c030000
+		0x1dc0ffff
+		0x3c010000
+		0x1dc0ffff
+		0x3c000000
+		0x1dc0ffff
+		0x3c300400
+		0x1dc7ffff
+		0x3c000000
+		0x00000000
+		0x3c000000
+		0x00000000
+		0x3c000000
+		0x00000000
+		0x03000101
+		0x00242424
+		0x08160008
+		0x00081600
+		0x00000016
+		0x18580118
+		0x18580118
+		0x18580118
 		0x00000500
 		0x00000000
 		0x00000000
@@ -432,27 +432,27 @@
 		0x00000000
 		0x00000000
 		0x00000000
-		0x04040100
-		0x0a000004
+		0x04040000
+		0x0d000004
 		0x00000128
 		0x00000000
-		0x0003000f
-		0x00000018
+		0x00030003
+		0x00000014
 		0x00000000
 		0x00000000
-		0x00060002
-		0x00010001
-		0x00000101
+		0x07060002
+		0x07010701
+		0x00060601
 		0x00020001
 		0x00080004
 		0x00000000
-		0x05030000
-		0x070a0404
+		0x00000000
+		0x03030300
 		0x00000000
 		0x00000000
 		0x00000000
-		0x000f0f00
-		0x0000001e
+		0x00030300
+		0x00000014
 		0x00000000
 		0x01010300
 		0x00000000
@@ -463,87 +463,87 @@
 		0x55555a5a
 		0x55555a5a
 		0x55555a5a
-		0x0c050001
-		0x06020009
-		0x00010004
-		0x00000203
+		0x09090001
+		0x07070009
+		0x02020007
+		0x00000102
 		0x00030000
-		0x170f0000
+		0x17030000
+		0x00060018
+		0x00060018
 		0x00060018
-		0x000e0020
-		0x000a001c
 		0x00000000
 		0x00000000
-		0x00000100
+		0x00000000
 		0x140a0000
-		0x000d010a
-		0x0100c802
-		0x010a0064
-		0x000e0100
-		0x0100000e
-		0x00c900c9
-		0x00650100
-		0x1e1a0065
+		0x000a000a
+		0x00000a00
+		0x010a000a
+		0x00000100
+		0x01000000
+		0x00000000
+		0x00000100
+		0x1e1a0000
 		0x10010204
-		0x06070605
+		0x07070705
 		0x20000202
 		0x00201000
 		0x00201000
 		0x04041000
-		0x10020100
-		0x0003010c
+		0x10100100
+		0x00010110
 		0x004b004a
-		0x1a0f0000
+		0x1a030000
 		0x0102041e
 		0x34000000
 		0x00000000
 		0x00000000
-		0x00010000
-		0x00000400
-		0x00310000
+		0x00000000
+		0x00004200
+		0x00000018
 		0x004d4d00
-		0x00120024
-		0x4d000031
-		0x0000144d
-		0x00310009
+		0x00180042
+		0x4d000000
+		0x0000424d
+		0x00000018
 		0x004d4d00
-		0x00000004
-		0x4d000031
-		0x0000244d
-		0x00310012
+		0x00180042
+		0x4d000000
+		0x0000424d
+		0x00000018
 		0x004d4d00
-		0x00090014
-		0x4d000031
-		0x0004004d
-		0x00310000
+		0x00180042
+		0x4d000000
+		0x0042004d
+		0x00000018
 		0x004d4d00
-		0x00120024
-		0x4d000031
-		0x0000144d
-		0x00310009
+		0x00180042
+		0x4d000000
+		0x0000424d
+		0x00000018
 		0x004d4d00
-		0x00000004
-		0x4d000031
-		0x0000244d
-		0x00310012
+		0x00180042
+		0x4d000000
+		0x0000424d
+		0x00000018
 		0x004d4d00
-		0x00090014
-		0x4d000031
-		0x0200004d
-		0x00c8000d
-		0x08080064
-		0x040a0404
-		0x03000d92
-		0x010a2001
-		0x0f11080a
-		0x0000110a
-		0x2200d92e
-		0x080c2003
-		0x0809080a
-		0x00000a0a
-		0x11006c97
-		0x040a2002
-		0x0200020a
+		0x00180042
+		0x4d000000
+		0x0000004d
+		0x00c800c8
+		0x060400c8
+		0x0c060b0b
+		0x1c00d92e
+		0x08042000
+		0x0b0b060c
+		0x00000c06
+		0x1c00d92e
+		0x08042000
+		0x0b0b060c
+		0x00000c06
+		0x1c00d92e
+		0x08042000
+		0x0200020c
 		0x02000200
 		0x02000200
 		0x02000200
@@ -560,34 +560,34 @@
 		0x00000000
 		0x00000000
 		0x00000000
-		0x01000400
-		0x00017600
-		0x00000e9c
-		0x00001850
-		0x0000f320
-		0x00000c20
-		0x00007940
+		0x01000300
+		0x0030b000
+		0x0001e6e0
+		0x000030b0
+		0x0001e6e0
+		0x000030b0
+		0x0001e6e0
 		0x08000000
 		0x00000100
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000002
+		0x00000001
 		0x76543210
-		0x0004f008
-		0x00020159
+		0x0004c008
+		0x00000099
 		0x00000000
 		0x00000000
 		0x00010000
 		0x01665555
-		0x03665555
+		0x00665555
 		0x00010f00
-		0x04000100
-		0x00000000
-		0x00170180
-		0x00cc0201
-		0x00030066
+		0x05010200
+		0x00000001
+		0x001700c0
+		0x00cc0001
+		0x00000066
 		0x00000000
 		0x00000000
 		0x00000000
@@ -598,15 +598,15 @@
 		0x00000000
 		0x04080000
 		0x04080400
-		0x30000000
+		0x08000000
 		0x0c00c007
 		0x00000100
-		0x00000000
-		0xfd02fe01
-		0xf708fb04
-		0xdf20ef10
-		0x7f80bf40
-		0x0001aaaa
+		0x00000100
+		0x55555555
+		0xaaaaaaaa
+		0x55555555
+		0xaaaaaaaa
+		0x00005555
 		0x00000000
 		0x00000000
 		0x00000000
@@ -651,20 +651,20 @@
 		0x00800080
 		0x00800080
 		0x00800080
-		0x01590080
-		0x00000000
+		0x00990080
+		0x00000001
 		0x00000000
 		0x00000000
 		0x00000200
 		0x00000000
-		0x51315152
-		0xc0003150
-		0x010000c0
-		0x00100c00
-		0x07044204
-		0x000f0c18
+		0x51313152
+		0x80013130
+		0x02000080
+		0x00100001
+		0x07054208
+		0x000f0c0f
 		0x01000140
-		0x00000c10
+		0x00000c20
 		0x00000000
 		0x00000000
 		0x00000000
@@ -703,19 +703,19 @@
 		0x00000000
 		0x00000000
 		0x76543210
-		0x0004f008
-		0x00020159
+		0x0004c008
+		0x00000099
 		0x00000000
 		0x00000000
 		0x00010000
 		0x01665555
-		0x03665555
+		0x00665555
 		0x00010f00
-		0x04000100
-		0x00000000
-		0x00170180
-		0x00cc0201
-		0x00030066
+		0x05010200
+		0x00000001
+		0x001700c0
+		0x00cc0001
+		0x00000066
 		0x00000000
 		0x00000000
 		0x00000000
@@ -726,15 +726,15 @@
 		0x00000000
 		0x04080000
 		0x04080400
-		0x30000000
+		0x08000000
 		0x0c00c007
 		0x00000100
-		0x00000000
-		0xfd02fe01
-		0xf708fb04
-		0xdf20ef10
-		0x7f80bf40
-		0x0000aaaa
+		0x00000100
+		0x55555555
+		0xaaaaaaaa
+		0x55555555
+		0xaaaaaaaa
+		0x00005555
 		0x00000000
 		0x00000000
 		0x00000000
@@ -779,20 +779,20 @@
 		0x00800080
 		0x00800080
 		0x00800080
-		0x01590080
-		0x00000000
+		0x00990080
+		0x00000001
 		0x00000000
 		0x00000000
 		0x00000200
 		0x00000000
-		0x51315152
-		0xc0003150
-		0x010000c0
-		0x00100c00
-		0x07044204
-		0x000f0c18
+		0x51313152
+		0x80013130
+		0x02000080
+		0x00100001
+		0x07054208
+		0x000f0c0f
 		0x01000140
-		0x00000c10
+		0x00000c20
 		0x00000000
 		0x00000000
 		0x00000000
@@ -831,19 +831,19 @@
 		0x00000000
 		0x00000000
 		0x76543210
-		0x0004f008
-		0x00020159
+		0x0004c008
+		0x00000099
 		0x00000000
 		0x00000000
 		0x00010000
 		0x01665555
-		0x03665555
+		0x00665555
 		0x00010f00
-		0x04000100
-		0x00000000
-		0x00170180
-		0x00cc0201
-		0x00030066
+		0x05010200
+		0x00000001
+		0x001700c0
+		0x00cc0001
+		0x00000066
 		0x00000000
 		0x00000000
 		0x00000000
@@ -854,15 +854,15 @@
 		0x00000000
 		0x04080000
 		0x04080400
-		0x30000000
+		0x08000000
 		0x0c00c007
 		0x00000100
-		0x00000000
-		0xfd02fe01
-		0xf708fb04
-		0xdf20ef10
-		0x7f80bf40
-		0x0001aaaa
+		0x00000100
+		0x55555555
+		0xaaaaaaaa
+		0x55555555
+		0xaaaaaaaa
+		0x00005555
 		0x00000000
 		0x00000000
 		0x00000000
@@ -907,20 +907,20 @@
 		0x00800080
 		0x00800080
 		0x00800080
-		0x01590080
-		0x00000000
+		0x00990080
+		0x00000001
 		0x00000000
 		0x00000000
 		0x00000200
 		0x00000000
-		0x51315152
-		0xc0003150
-		0x010000c0
-		0x00100c00
-		0x07044204
-		0x000f0c18
+		0x51313152
+		0x80013130
+		0x02000080
+		0x00100001
+		0x07054208
+		0x000f0c0f
 		0x01000140
-		0x00000c10
+		0x00000c20
 		0x00000000
 		0x00000000
 		0x00000000
@@ -959,19 +959,19 @@
 		0x00000000
 		0x00000000
 		0x76543210
-		0x0004f008
-		0x00020159
+		0x0004c008
+		0x00000099
 		0x00000000
 		0x00000000
 		0x00010000
 		0x01665555
-		0x03665555
+		0x00665555
 		0x00010f00
-		0x04000100
-		0x00000000
-		0x00170180
-		0x00cc0201
-		0x00030066
+		0x05010200
+		0x00000001
+		0x001700c0
+		0x00cc0001
+		0x00000066
 		0x00000000
 		0x00000000
 		0x00000000
@@ -982,15 +982,15 @@
 		0x00000000
 		0x04080000
 		0x04080400
-		0x30000000
+		0x08000000
 		0x0c00c007
 		0x00000100
-		0x00000000
-		0xfd02fe01
-		0xf708fb04
-		0xdf20ef10
-		0x7f80bf40
-		0x0000aaaa
+		0x00000100
+		0x55555555
+		0xaaaaaaaa
+		0x55555555
+		0xaaaaaaaa
+		0x00005555
 		0x00000000
 		0x00000000
 		0x00000000
@@ -1035,20 +1035,20 @@
 		0x00800080
 		0x00800080
 		0x00800080
-		0x01590080
-		0x00000000
+		0x00990080
+		0x00000001
 		0x00000000
 		0x00000000
 		0x00000200
 		0x00000000
-		0x51315152
-		0xc0003150
-		0x010000c0
-		0x00100c00
-		0x07044204
-		0x000f0c18
+		0x51313152
+		0x80013130
+		0x02000080
+		0x00100001
+		0x07054208
+		0x000f0c0f
 		0x01000140
-		0x00000c10
+		0x00000c20
 		0x00000000
 		0x00000000
 		0x00000000
@@ -1087,13 +1087,13 @@
 		0x00000000
 		0x00000000
 		0x00000000
+		0x00800000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000002
 		0x00000000
 		0x00000000
 		0x00000000
@@ -1116,12 +1116,12 @@
 		0x0000000c
 		0x00000033
 		0x0a418820
-		0x003f0000
+		0x103f0000
 		0x0000003f
 		0x00030055
 		0x03000300
 		0x03000300
-		0x000c0300
+		0x00000300
 		0x42080010
 		0x00000003
 		0x00000000
@@ -1215,13 +1215,13 @@
 		0x00000000
 		0x00000000
 		0x00000000
+		0x00800000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000002
 		0x00000000
 		0x00000000
 		0x00000000
@@ -1243,13 +1243,13 @@
 		0x0000000c
 		0x0000000c
 		0x00000033
-		0x00000000
-		0x00000000
-		0x00000000
+		0x16a4a0e6
+		0x103f0000
+		0x0000003f
 		0x00030055
 		0x03000300
 		0x03000300
-		0x000c0300
+		0x00000300
 		0x42080010
 		0x00000003
 		0x00000000
@@ -1343,13 +1343,13 @@
 		0x00000000
 		0x00000000
 		0x00000000
+		0x00800000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000002
 		0x00000000
 		0x00000000
 		0x00000000
@@ -1372,12 +1372,12 @@
 		0x0000000c
 		0x00000033
 		0x1ee6b16a
-		0x10000000
-		0x00000000
+		0x103f0000
+		0x0000003f
 		0x00030055
 		0x03000300
 		0x03000300
-		0x000c0300
+		0x00000300
 		0x42080010
 		0x00000003
 		0x00000000
@@ -1470,58 +1470,58 @@
 		0x00000000
 		0x00000000
 		0x00000000
+		0x00000001
 		0x00000000
-		0x00000000
-		0x00000005
-		0x04000f01
+		0x01000005
+		0x04000f00
 		0x00020040
 		0x00020055
 		0x00000000
 		0x00000000
 		0x00000000
-		0x00000050
 		0x00000000
-		0x01010100
-		0x00000600
+		0x00000000
+		0x00010100
+		0x00000601
 		0x00000000
 		0x00006400
-		0x09221902
+		0x01221102
 		0x00000000
-		0x000d1f01
-		0x0d1f0d1f
-		0x0d1f0d1f
+		0x00031f00
+		0x031f031f
+		0x031f031f
 		0x00030003
 		0x03000300
 		0x00000300
-		0x09221902
+		0x01221102
 		0x00000000
 		0x00000000
-		0x01020000
+		0x03020000
 		0x00000001
-		0x00000411
-		0x00000411
-		0x00000040
+		0x00008011
+		0x00000011
+		0x00000440
 		0x00000040
-		0x00000411
-		0x00000411
+		0x00004011
+		0x00004011
 		0x00004410
 		0x00004410
 		0x00004410
 		0x00004410
 		0x00004410
-		0x00000411
+		0x00004011
 		0x00004410
-		0x00000411
+		0x00004011
 		0x00004410
-		0x00000411
+		0x00004011
 		0x00004410
 		0x00000000
 		0x00000000
 		0x00000000
-		0x64000000
+		0x04000000
 		0x00000000
 		0x00000000
-		0x00000108
+		0x00000508
 		0x00000000
 		0x00000000
 		0x00000000
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to