Am 15.02.2011 08:37, schrieb Nick Pelling:
Hi Daniel,
At 16:43 11/02/2011 +0100, Daniel Bäder wrote:
S3CPC100 from Samsung is also detected as imx51 with this patch. Without this
patch it works.
May I ask which S5PC100 platform are you working with?
I'm am working with a board designed by
Hi Daniel,
At 16:43 11/02/2011 +0100, Daniel Bäder wrote:
S3CPC100 from Samsung is also detected as imx51
with this patch. Without this patch it works.
May I ask which S5PC100 platform are you working with?
Thanks, Nick Pelling
___
Openo
W dniu 2010-12-30 08:34, Marek Vasut pisze:
On Thursday 30 December 2010 08:27:52 Øyvind Harboe wrote:
Merged.
Thanks!
Took it for a spin on AM3517 and that target is no longer
incorrectly identified as an imx51.
That target still needs work though:
oyvind@titan:~/workspace/openocd$ openocd
Am 30.12.2010 13:51, schrieb Antonio Borneo:
On Thu, Dec 30, 2010 at 11:54 AM, Marek Vasut wrote:
} broken_cpus[] = {
- { 0x8000, 0x04770002, 0x6000, "imx51" },
+ { 0x8000, 0x04770002, 0x1ba00477, 0x6000, "imx51" },
Hi Marek,
your patch goes in the right directio
On Thu, Dec 30, 2010 at 11:54 AM, Marek Vasut wrote:
> } broken_cpus[] = {
> - { 0x8000, 0x04770002, 0x6000, "imx51" },
> + { 0x8000, 0x04770002, 0x1ba00477, 0x6000, "imx51" },
Hi Marek,
your patch goes in the right direction, but I think there is a mistake.
You comp
On Thursday 30 December 2010 08:27:52 Øyvind Harboe wrote:
> Merged.
>
> Thanks!
>
> Took it for a spin on AM3517 and that target is no longer
> incorrectly identified as an imx51.
>
>
> That target still needs work though:
>
> oyv...@titan:~/workspace/openocd$ openocd -c "interface ZY1000;
>
Merged.
Thanks!
Took it for a spin on AM3517 and that target is no longer
incorrectly identified as an imx51.
That target still needs work though:
oyv...@titan:~/workspace/openocd$ openocd -c "interface ZY1000;
zy1000_server 127.0.0.1;jtag_khz 50" -f board/am3517evm.cfg
Open On-Chip Debugger 0
This patch fixes the issue where the OMAP CPU (and possibly others) was mistaken
for iMX51 and therefore had misadjusted debug base.
Signed-off-by: Marek Vasut
---
src/target/arm_adi_v5.c | 20 +---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/target/arm_