Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-18 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 2:27 PM, Stefan Roese s...@denx.de wrote: Yes, its applied. I'm nearly on mainline right now. And it doesn't help. Which makes sense if my current guess is correct, that the BootROM doesn't load the SPL completely without this CCGR0 register setting in the

[U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
While switching a custom i.MX6DL board port to the common mx6 infrastructure without any board specific DCD file (*.cfg), booting from SD-card (mmc0) via the bmode command (bmode mmc0) did not work any more. Adding this one line for the CCGR0 solves this issue. I have to admit that I'm not really

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 11:31 AM, Stefan Roese s...@denx.de wrote: While switching a custom i.MX6DL board port to the common mx6 infrastructure without any board specific DCD file (*.cfg), booting from SD-card (mmc0) via the bmode command (bmode mmc0) did not work any more. Adding

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
Hi Fabio, On 08.12.2014 15:15, Fabio Estevam wrote: On Mon, Dec 8, 2014 at 11:31 AM, Stefan Roese s...@denx.de wrote: While switching a custom i.MX6DL board port to the common mx6 infrastructure without any board specific DCD file (*.cfg), booting from SD-card (mmc0) via the bmode command

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 12:32 PM, Stefan Roese s...@denx.de wrote: Could you test this on one of your board? If your board also fails to boot via the bmode mmc0 command if the CCGR0 register value is missing? I am currently out of the office without access to my mx6 board, but

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
Hi Fabio, On 08.12.2014 15:51, Fabio Estevam wrote: Could you test this on one of your board? If your board also fails to boot via the bmode mmc0 command if the CCGR0 register value is missing? I am currently out of the office without access to my mx6 board, I see. Perhaps you could do that

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
On Mon, Dec 8, 2014 at 1:19 PM, Stefan Roese s...@denx.de wrote: Hi Fabio, On 08.12.2014 15:51, Fabio Estevam wrote: Could you test this on one of your board? If your board also fails to boot via the bmode mmc0 command if the CCGR0 register value is missing? I am currently out of the

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
On 08.12.2014 16:36, Fabio Estevam wrote: Could you test this on one of your board? If your board also fails to boot via the bmode mmc0 command if the CCGR0 register value is missing? I am currently out of the office without access to my mx6 board, I see. Perhaps you could do that once you

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 1:42 PM, Stefan Roese s...@denx.de wrote: I just tested it. And it doesn't help. I really think this code is not reached in this failure case. As the SPL is not loaded completely. Do you have this patch applied? commit

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
On 08.12.2014 17:13, Fabio Estevam wrote: I just tested it. And it doesn't help. I really think this code is not reached in this failure case. As the SPL is not loaded completely. Do you have this patch applied? commit f2863ff3f47c99c4b5ba00be572e3a2c4213c5a2 Author: Nikita Kiryanov