Re: [U-Boot] Problem booting on custom board (85xx)

2011-03-01 Thread Alden, Kevin
nx.de] On Behalf Of Alden, Kevin Sent: Thursday, February 24, 2011 6:53 PM To: u-boot@lists.denx.de Subject: Re: [U-Boot] Problem booting on custom board (85xx) I am still fighting this DDR issue. Currently, I am trying to get a DDR test to run in uboot before the relocation occurs (in board_i

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-25 Thread Alden, Kevin
I have a USB TAP. I have had a lot of problems with the code warrior software so I sort of gave up on it and tried to use uboot. I wish freescale support was better :) If no one has any suggestions for doing this in the uboot code I guess I will have to go back to fighting with codewarrior.

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-24 Thread Alden, Kevin
TLB entry to disable the cache, but that seems to hang my memory test before it even starts to write to memory. Does anyone know of a way to get simple memory read/write access working inside board_init_f? Thanks, Kevin From: Alden, Kevin Sent: Thursday

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-17 Thread Alden, Kevin
the place. Random instructions set to 0. There must be a time value that is just on the edge of working properly. -Kevin -Original Message- From: Jared Lewis [mailto:jared.le...@radisys.com] Sent: Wednesday, February 16, 2011 4:57 PM To: Alden, Kevin Subject: RE: [U-Boot] Problem

[U-Boot] Problem booting on custom board (85xx)

2011-02-16 Thread Alden, Kevin
Hello, I have a custom board based on the Freescale P2020 RDB. I am having trouble getting through the entire boot sequence. Basically, I can't get a breakpoint to hit in board_init_r. I can get a break point in the "in_ram" section of start.s though. This executes all the way to the follow