105
IPGIFG: 0x40605060
EDIS: 0x
ECNTRL: 0x1000
Im using u-boot-2009-11
Any help is welcome,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
is always zero.
- If I use chip select from CPM (SPISEL, dedicated pin), instead a
simple GPIO, I got a "Multiple Master Error", as if it was reading the
pin.
Any help is welcome, thanks!
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
On Mon, Oct 12, 2009 at 4:24 AM, Jens Gehrlein wrote:
> Hi Alemao,
>
> Alemao schrieb:
>>
>> Hi all,
>>
>> I have used UPM in a MPC83xx with LBC running at 64MHz.
>>
>> Now I have a MPC85xx, with LBC at 41MHz.
>>
>> It only works if I put
board/tqc/tqm85xx/nand.c that the driver use an UPM
configuration for each frequency.
Can some one tell me what signals I have to change or just some hint
about what could be causing this behavior?
Im using UPM waveform editor and u-boot-2009-03.
Thanks in advance,
--
Alemao
B
It seems that another variable is limiting the size to 512kB.
Cheers,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
he code is first executed in
the last 4K page(0xf000-0x) in flash/rom."
So I think there's nothing in 0xfffc, using u-boot.bin from
u-boot-2009.03, cause it only has 516kB.
Do I have to set TEXT_BASE with the exact u-boot.bin size?
Or am I missing something?
find where to set FCC PHY address. Is it not needed?
In almost all boards thats use ethernet FCC, I saw the flag FCC_PSMR_LPB seted:
#define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
Why loopback is seted by default?
Cheers,
--
Alemao
__
ing U-Boot-2009-03.
Cheers,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Tue, Jul 7, 2009 at 7:41 PM, Kim Phillips wrote:
> On Tue, 7 Jul 2009 15:01:05 -0300
> Alemao wrote:
>
>> On Mon, Jul 6, 2009 at 7:07 PM, Alemao wrote:
>> > On Mon, Jul 6, 2009 at 3:45 PM, Scott Wood wrote:
>> >> I believe data cache is disabled o
On Mon, Jul 6, 2009 at 7:07 PM, Alemao wrote:
> On Mon, Jul 6, 2009 at 3:45 PM, Scott Wood wrote:
>> On Mon, Jul 06, 2009 at 02:39:26PM -0300, Alemao wrote:
>>> Hi all,
>>>
>>> I've made ports of u-boot for two powerpc processors, MPC8343 and
>>> M
On Mon, Jul 6, 2009 at 3:45 PM, Scott Wood wrote:
> On Mon, Jul 06, 2009 at 02:39:26PM -0300, Alemao wrote:
>> Hi all,
>>
>> I've made ports of u-boot for two powerpc processors, MPC8343 and
>> MPC8541.
>>
>> The boards has 128MB of DDR2. So I enabled
Note: memories get ddr_clk / 2
Make sense?
Is this cause MPC85xx family has L2 cache?
Or cause ddr_clk? Or my port has problems in DDR configuration?
Im using Micron DDR2 memory, MT47H32M16HR-3:F, with CL = 3 for both ports.
Thanks in advance,
--
A
of memory?
My board has 128 MB of DDR SDRAM, I think space is not a problem, so
is there a place that I can set for exemple max values for
allocations?
Im using U-boot-1.2.0.
Cheers,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
On Tue, Jan 20, 2009 at 8:56 AM, Alemao wrote:
> On Fri, Jan 16, 2009 at 8:46 PM, Anton Vorontsov
> wrote:
>> On Fri, Jan 16, 2009 at 02:02:26PM -0200, Alemao wrote:
>>> > I'm guessing that 1.2.0 was a BSP u-boot, that was not upstream. I don't
>>>
On Fri, Jan 16, 2009 at 8:46 PM, Anton Vorontsov
wrote:
> On Fri, Jan 16, 2009 at 02:02:26PM -0200, Alemao wrote:
>> > I'm guessing that 1.2.0 was a BSP u-boot, that was not upstream. I don't
>> > think upstream 1.2.0 had UPM NAND support.
>>
>> You are
> I'm guessing that 1.2.0 was a BSP u-boot, that was not upstream. I don't
> think upstream 1.2.0 had UPM NAND support.
You are right, there were no UPM support on U-boot-1.2.0.
I used patches sended by Anton from here:
http://www.nabble.com/-PATCH-v2-0-5--mpc83xx%3A-MPC8360E-RDK-related-patches
, also I will have to validate, but just nand
related things.
So if it just a detail in fsl upm driver, will save a lot of time.
Im using a MPC8343 board.
On Thu, Jan 15, 2009 at 4:23 PM, Scott Wood wrote:
> On Thu, Jan 15, 2009 at 02:46:28PM -0200, Alemao wrote:
>> I was using a NAND flas
upm driver?
Or if NAND1G have some peculiarity? Cause I didnt see in datasheet
anything that called my attention.
NAND part numbers:
NAND512W3A
NAND01GW3B
Cheers,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
in rx buffer.
Is there any other configuration in u-boot that I have to do?
Is there a problem using a loop in FPGA? Or a real PHY do some more
things to the signal when we put it in loop?
PS: FPGA doesnt reply to any mdio commands, so u-boot thinks its a
generic phy.
Cheers
0070 - 58 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 X...
Thanks in advance,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi all,
If Im not going to use PCI in U-Boot (just in linux kernel), do I have
to set IBAT and DBAT in the board configuration file? Or linux kernel
sets them again in arch/powerpc/mm/ppc_mmu_32.c ?
Thanks in advance
___
U-Boot mailing list
U-Boot@lists
th = <1>;
upm = "A";
upm-addr-offset = <16>;
upm-cmd-offset = <8>;
gpios = <4 18>;
gpio-parent = <&qe_pio>;
wait-pattern;
wait-write;
};
};
The CFI driver is at linux/drivers/mtd/chips
The UPM driver is at li
MB (0xFF80) ?
Thanks in advance
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
that an
out_8(), for example, should start at offset 24 (write data) in upm.
My question is: how u-boot knows it? Can I change this?
Cheers,
--
Alemao
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Erase failure: -5
OK
=>
My board is based on MPC8360E-RDK, but I found one difference:
MPC8360E-RDK is running at 667 Mhz and mine is at 500 Mhz (CSB: 333 MHz)
Could this influence local bus timming?
Cheers,
--
Alemao
On Thu, Aug 14, 2008 at 2:22 PM, Alemao <[EMAIL PROTECTED]> wrote:
00 - Dev. ID: 0x00
=> nand scan
Maf. ID: 0x00 - Dev. ID: 0x00
=> nand scan
Maf. ID: 0x00 - Dev. ID: 0x00
=> nand scan
Maf. ID: 0x00 - Dev. ID: 0x00
0x00 in all tries.
Each version cause a different behavior, so not sure if can be hardware
Cheers,
.
Another thing i notice: when reseting the board without turning off
power, NAND is not found.
Cheers,
--
Alemao
On Tue, Aug 12, 2008 at 2:57 PM, Scott Wood <[EMAIL PROTECTED]> wrote:
> Alemao wrote:
>>
>> Hi all,
>>
>> Im trying to use my NAND flash at MPC8360
ipped
writing NAND page at offset 0x2014000 failed
Data did not fit into device, due to bad blocks
1 bytes written: ERROR
=>
Any help/suggestions welcome.
Im using U-Boot-1.1.4 with NAND and FSL_UPM drivers from U-Boot-1.3.3
Cheers,
--
Alemao
___
28 matches
Mail list logo