Hi All,
Could anyone tell which version of u-boot supports PPC476FP processor?
Thanks & Regards,
Prakash Bedge
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
I am trying to initialize the DDR3 present on my board, using the u-boot
with DMA engine on my board.
My board is mounted on linux machine.
DDR3 initialization completes successfully after warm boot (given init 6
command on linux).
But the same u-boot code fails after cold boot (given
Hi All,
Can I expect a reply from seniors who might have faced this kind of issue?
If anyone have faced this kind of issue earlier. Please reply.
Thanks in advance.
Regards,
Prakash
On Tue, May 25, 2010 at 12:45 PM, prakash bedge wrote:
> Hi,
>
>
>
> I am using u-boot as Bo
Hi,
I got the answers.
It was my negligence to miss the table. Sorry for taking your time.:)
Thanks & regards,
Prakash Bedge
On Tue, May 25, 2010 at 5:11 PM, Wolfgang Denk wrote:
> Dear prakash bedge,
>
> In message
> you wrote:
> >
> > >> Be careful. 102
Denk wrote:
> Dear prakash bedge,
>
> In message
> you wrote:
> >
> > Flash chip I am using is S29GL512P and as per datasheet flash erase time
> is
> > 1024 Seconds and flash program time is 492 Seconds.
>
> Be careful. 1024 s is chip erase time, but we use secto
Hi,
I am using u-boot as Bootloader for my PPC440 core based hardware board.
I am trying to run the u-boot code from Context RAM (Size 4 MB) instead of
DDR and I am successful in it.
But I am observing a machine check exception error while doing board hard
reset (by pressing the reset key
Hi All,
I am using 64MB CFI compliant flash on my board. For that I need to
configure the erase and write timeout for this chip in configs/boardname.h
file
Flash chip I am using is S29GL512P and as per datasheet flash erase time is
1024 Seconds and flash program time is 492 Seconds.
So CONFIG_S
I am adding the printf
functions.
Hi Stefan,
Thansk for your help so far.
Regards,
Prakash Bedge
On Fri, May 7, 2010 at 8:47 PM, Wolfgang Denk wrote:
> Dear prakash bedge,
>
> In message
> you wrote:
> >
> > while debugging the u-boot I observed that the u-boot hangs
Hi Prakash,
>
> On Thursday 06 May 2010 15:06:38 prakash bedge wrote:
> > But, my DDR3 initialization seems to be completed and I am not getting
> any
> > error in DDR3 initialization.
>
> Did you actually check the MCSR register after the DDR3 setup? Whats its
> conte
ich
causes exception?
Regards,
Prakash
On Wed, May 5, 2010 at 5:22 PM, Stefan Roese wrote:
> On Wednesday 05 May 2010 13:48:05 prakash bedge wrote:
> > I commented he MSR_EE in interrupt_init function in
> cpu/ppc4xx/interrupts.c
> > to run the u-boot and to get u-boot prompt.
>
ese wrote:
> Hi Prakash,
>
> On Tuesday 04 May 2010 17:03:40 prakash bedge wrote:
> > Shall I need to add sleep() command in the interrupt_init or before it?
>
> No. What I meant, was that you should try the "sleep" command on the U-Boot
> prompt, to check, if th
;
> On Tuesday 04 May 2010 16:21:19 prakash bedge wrote:
> > I am facing an error while porting u-boot for my platform because if
> > exception error.
> >
> > After running the u-boot to detect the DDR and flash u-boot hangs after
> > showing the serial consol
Hi All,
I am facing an error while porting u-boot for my platform because if
exception error.
After running the u-boot to detect the DDR and flash u-boot hangs after
showing the serial console output. In debugger I am seeing PC at 0x0400
address which the exception handler vector address.
Bu
Hi All,
At last all is done. There were plattform specific changes in the board.
Now I am able to run the CFI driver for flash chip S29GL512P.
Thanks for your help so far.
Regards,
Prakash
On Fri, Apr 16, 2010 at 8:08 PM, prakash bedge wrote:
> Hi,
>
>
>
> I removed the
efan Roese wrote:
> Hi Prakash,
>
> On Wednesday 14 April 2010 07:03:59 prakash bedge wrote:
> > Does the latest code supports S29GL512P chip, since I am not seeing any
> > instance of this chip in 2010.03 uboot code.
>
> Yes. We have told you multiple times, that this
;The width of the flash memory bus in bits (8 |
16 | 32)
ERASE 0xFC00 0x2 512 ;erase sector 512 of flash (S29GL512P)
On Tue, Apr 13, 2010 at 5:46 PM, Stefan Roese wrote:
> Hi Prakash,
>
> On Tuesday 13 April 2010 13:46:11 prakash bedge wrote:
> > &g
should be the portwidth and
chipwidth? What will be the ublocking address then?
I am using an utilty to erase flash and to load uboot image and it is
working fine, only that it copies data at multple locations.
Thanks & regards,
Prakash
On Tue, Apr 13, 2010 at 2:04 PM, Stefan Roese wrot
Hi All,
I did it. :)
I am now able to detect the flash. So now I can run the uboot commnads i.e
flinfo to check the flash information.
For this I make use of ST fixup code for M29W128GH in which I changed the
codition for chekcing chipwidth.
To detect the flash I used chipwidth 16 Bits and Port
now that you use a bigger FLASH chip.
Does uboot support one single TLB entry for 64MB size. At pesent I have
configured 4 TLB entries, each 16MB.
On Fri, Apr 9, 2010 at 7:05 PM, Stefan Roese wrote:
> Hi Prakash,
>
> On Friday 09 April 2010 14:11:39 prakash bedge wrote:
> > >>
Hi Frank,Stefan,
Please see bleow error log for I am getting in detecting CFI flash chip.
I am running u-boot from CRAM temporarily.
U-Boot 2009.08 (Apr 01 2010 - 17:32:17)
DRAM: 2 MB
Top of RAM usable for U-Boot at: 0020
Reserving 175k for U-Boot at: 001d4000
Reserving 1040k for m
Hi Frank,
>> What CPU are you using, and what chip-select is the flash using?
I am using PPC440x5 Cpu core. How to check the chip-select flash is using?
Earlier I have run the same code for M29W128GH and it works fine. But with
S29GL512 it is not working.
Now the difference is only in size and wri
Hi Frank,
Why I should use MIRRORX16 in BDI3000 config file?
Can you please tell which boards support the S29GL512P NOR flash?
Regards,
Prakash Bedge
On Fri, Apr 9, 2010 at 1:18 PM, Frank Svendsbøe
wrote:
> On Fri, Apr 9, 2010 at 7:26 AM, prakash bedge
> wrote:
> > Hi,
> >
kash,
>
> On Friday 09 April 2010 09:22:21 prakash bedge wrote:
> > Thanks for details. But I didn't get it clearly.
> >
> > Does it mean I have to CFI_MTD ot common CFI_DRIVER will works?
>
> I don't understand this question.
>
> > Which c source f
_WRITE_TOUT 100 /* Timeout for Flash Write (in
ms) */
#define CONFIG_ENV_SECT_SIZE 0x2 /* size of one complete sector */
#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE-CONFIG_ENV_SECT_SIZE)
#define CONFIG_ENV_SIZE 0x4000 /* Total Size of Environment Sector */
Thanks & Regards,
Prakash Bedge
Hi,
In U-boot I am not seeing the support for Spansion S29GL512P NOR flash.
This chip is CFI compliant so I believe the common CFI driver should work
with this chip.
Does U-boot supports S29GL512P NOR flash or I have to implement the
functionality to support S29GL512P?
If anyone has tried with
Hi,
I am using the ST make M29W128GH flash chip on my customized board.
I am able to read the flash and able to execute all uboot commands relevant
for flash read operations.
But any write operation fails on flash. I tried to use the "mw" command on
flash but it failed.
Also one time I get the out
Hi All,
At last flash detection passed. :)
I have to set one DCR register for enable flash write.
But now I am facing the debug message "flash is busy" always on save
command.
Analyzing the root cause.
Thanks all of you for your help and support.
Regards,
Prakash Bedge
On Wed, Jan 2
.
Thanks & Regards,
Prakash Bedge
On Tue, Jan 19, 2010 at 10:14 PM, Albert ARIBAUD wrote:
> prakash bedge a écrit :
>
> Hi Baren and Stefan
>>
>> What I find is *VERY* helpful when trying to understand flash control
>> issues
>> is to *manually* do the Q
to identify the
root cause?
TIA.
Thanks & Regards,
Prakash Bedge
On Tue, Jan 19, 2010 at 7:28 PM, Jerry Van Baren wrote:
> Stefan Roese wrote:
>
>> On Tuesday 19 January 2010 07:24:10 prakash bedge wrote:
>>
>>> I have tried the code in the URL link you have provide
dianness issue, as I am running uboot from SDRAM and in
Big endian mode?
Thanks & Regards,
Prakash Bedge
Log: I have chnaged the "&&" to "||" in if(flash_isequal ) condition to
check QRY response.
U-Boot 2009.08 (Jan 18 2010 - 20:10:01)
FLASH: flash detect c
Hi Stefan,
In October 09 month, I had asked whether U-boot supports M29W128GH, a CFI
compilant chip and I got a yes reply. Please refer below URL for reference.
http://www.mail-archive.com/u-boot@lists.denx.de/msg24531.html.
So I have used Uboot for my PPC440 based board.
When I flashed U-boot
/* Get tlbtab pointer */
#endif
mrr5,r0
lir1,0x003f/* 64 TLB entries max */
mtctrr1
lir4,0/* TLB # */
I might be not very clear of above code. Please explain.
Thanks,
Prakash
On Tue, Dec 29, 2009 at 8:34 PM, prakash bedge <
embeddeddevelop
& Regards,
Prakash
On Wed, Dec 30, 2009 at 5:21 PM, Stefan Roese wrote:
> Hi Prakash,
>
> On Wednesday 30 December 2009 12:31:52 prakash bedge wrote:
> > I am using PPC440GX.
> > I did not understood what mean by EEPROM configuration. Do you want to
> say
> > th
.
Prakash
On Wed, Dec 30, 2009 at 10:51 AM, Stefan Roese wrote:
> On Tuesday 29 December 2009 16:04:28 prakash bedge wrote:
> > I am facing an error while flashing u-boot on my PPC4xx based board.
>
> What kind of PPC4xx are you using (405EX, 440SP, 440EPx, 460EX...)?
>
> > Wh
should check to see why the board is not booting
up after hard reset.
Is it fault in start.S or somewhere else in code I need to see?
It would be great if someone who already have a solution on this
porblem, share his experience.
Thanks & Regards,
Prakash B
Hi Stefan,
I have did the same.
Thanks for all infomation given so far.
Regards,
Prakash
On Thu, Oct 29, 2009 at 12:51 PM, Stefan Roese wrote:
> Hi Prakash,
>
> On Thursday 29 October 2009 07:24:25 prakash bedge wrote:
> > Can you please send me the patch details to fixu
rote:
> Hi Prakash,
>
> On Wednesday 28 October 2009 07:23:31 prakash bedge wrote:
> > Thanks. I have seen that patch work and I will try it and hope it will
> work
> > for M29W128GH (ST make).
> >
> > But why I am not seeing the chip name and any instance of M29W12
works for M29W128GH? Which
folder I should check for that?
I believe the Patch sent by you will work in this version.
Thanks & regards,
Prakash
On Tue, Oct 27, 2009 at 8:04 PM, Stefan Roese wrote:
> On Tuesday 27 October 2009 14:13:05 prakash bedge wrote:
> > Are there some unknwon
ile will work for you.
>
> -Sreedhar
>
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On
> Behalf Of prakash bedge
> Sent: Tuesday, October 27, 2009 2:40 PM
> To: u-boot@lists.denx.de
> Subject: Re: [U-Boot] Query:
ile resetting the M29W128GH flash chip.
> But in Uboot source code I am not seeing any instances of M29W128GH.
>
> Does UBoot support the flash driver for Flash memory chip M29W128GH?
> If yes then which flash driver I should use? Will it be from /common
> folder or specific board f
40 matches
Mail list logo