[U-Boot] MPC8377E eTSEC CRC error with RTL8305SC

2011-10-18 Thread Alemao
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

[U-Boot] MPC8541 SPI through CPM

2009-10-27 Thread Alemao
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

Re: [U-Boot] MPC85xx UPM NAND

2009-10-14 Thread Alemao
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

[U-Boot] MPC85xx UPM NAND

2009-10-09 Thread Alemao
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

Re: [U-Boot] Problems porting new u-boot

2009-08-06 Thread 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

[U-Boot] Problems porting new u-boot

2009-08-06 Thread Alemao
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?

[U-Boot] MPC8541 - Ethernet on FCC

2009-07-30 Thread Alemao
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 __

[U-Boot] MPC8541 with fixed DDR SDRAM

2009-07-28 Thread 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

Re: [U-Boot] DRAM test problem

2009-07-08 Thread Alemao
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

Re: [U-Boot] DRAM test problem

2009-07-07 Thread Alemao
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

Re: [U-Boot] DRAM test problem

2009-07-06 Thread Alemao
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

[U-Boot] DRAM test problem

2009-07-06 Thread Alemao
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

[U-Boot] Error uncompressing kernel image

2009-02-20 Thread Alemao
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

Re: [U-Boot] Problems upgrading NAND

2009-01-20 Thread Alemao
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 >>>

Re: [U-Boot] Problems upgrading NAND

2009-01-20 Thread Alemao
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

Re: [U-Boot] Problems upgrading NAND

2009-01-16 Thread Alemao
> 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

Re: [U-Boot] Problems upgrading NAND

2009-01-16 Thread Alemao
, 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

[U-Boot] Problems upgrading NAND

2009-01-15 Thread Alemao
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

[U-Boot] TSEC in loop

2008-12-19 Thread Alemao
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

[U-Boot] Problems booting without BDI

2008-11-20 Thread Alemao
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

[U-Boot] IBAT and DBAT question

2008-10-16 Thread Alemao
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

[U-Boot] [OFF TOPIC] Linux Physmap drivers

2008-10-09 Thread Alemao
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

[U-Boot] Initialization

2008-10-03 Thread Alemao
MB (0xFF80) ? Thanks in advance -- Alemao ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Changing UPM Table

2008-09-22 Thread Alemao
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

Re: [U-Boot] NAND: bad block in whole chip

2008-08-27 Thread Alemao
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:

Re: [U-Boot] NAND: bad block in whole chip

2008-08-14 Thread Alemao
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,

Re: [U-Boot] NAND: bad block in whole chip

2008-08-13 Thread Alemao
. 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

[U-Boot] NAND: bad block in whole chip

2008-08-12 Thread Alemao
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 ___