Re: [U-Boot] [PATCH] tools/imximage: fix reported DCD information for MX7ULP

2019-12-02 Thread Jorge Ramirez-Ortiz, LDTS
On 28/11/19 11:33:21, Jorge Ramirez-Ortiz wrote: > On the MX7ULP, OCRAM for DCD is at 0x2f01 any comments? do notice that this is not trivial debug information: this is required for security puposes so images can then be signed and booted via SDP. Dumping the wrong information here is importa

Re: [U-Boot] [PATCH] tools/imximage: fix reported DCD information for MX7ULP

2019-12-02 Thread Fabio Estevam
Hi Jorge, Adding Breno. On Thu, Nov 28, 2019 at 7:33 AM Jorge Ramirez-Ortiz wrote: > > On the MX7ULP, OCRAM for DCD is at 0x2f01 > > Signed-off-by: Jorge Ramirez-Ortiz > --- > tools/imximage.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/tools/imximage.c b/tools/imximage.

[U-Boot] [PATCH] tools/imximage: fix reported DCD information for MX7ULP

2019-11-28 Thread Jorge Ramirez-Ortiz
On the MX7ULP, OCRAM for DCD is at 0x2f01 Signed-off-by: Jorge Ramirez-Ortiz --- tools/imximage.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/imximage.c b/tools/imximage.c index d7c0b6e883..762a06d468 100644 --- a/tools/imximage.c +++ b/tools/imximage.c @@ -11,6 +11,7 @@