[U-Boot] (no subject)

2011-08-27 Thread Ronny D
http://harolapi.com/oldtemp/kvkknn.htm";>http://harolapi.com/oldtemp/kvkknn.htm___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-25 Thread Ronny D
http://www.locksplususa.com/images/vfst.htm";>http://www.locksplususa.com/images/vfst.htm___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-20 Thread Ronny D
http://knihyprodospele.gax.cz/oldtemp/thtwohrr.htm";>http://knihyprodospele.gax.cz/oldtemp/thtwohrr.htm___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-12 Thread Ronny D
http://likvidacestromu.cz/oldtemp/htcgrw.htm";>http://likvidacestromu.cz/oldtemp/htcgrw.htm___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-06-20 Thread Ronny D
http://tjtintas.com.br/google.php___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Ramdisk - allocation error

2010-09-23 Thread Ronny D
ution: I have disabled the DDR cache just after DDR initialization by DMA.   --- On Thu, 23/9/10, Wolfgang Denk wrote: From: Wolfgang Denk Subject: Re: Ramdisk - allocation error To: "Ronny D" Cc: "Stefan Roese" , "U-boot" Date: Thursday, 23 September, 2010, 9:41

[U-Boot] Ramdisk - allocation error

2010-09-23 Thread Ronny D
Hi,   I am using ppc440 based customised board. While running the u-boot linux kernel uncompressed successfully but ramdisk end-up with following error: ERROR: Failed to allocate 0x80 bytes below 0x. ramdisk - allocation error   Regards, Ronny D

[U-Boot] Problem in accessing Contex ram

2010-06-22 Thread Ronny D
Hi,   I am using ppc440 based board. While running the u-boot form DDR i am not able to access contex ram. eg.   md 0xc000   u-boot generates machine check exception.   Here my doubt is can we access contex ram from u-boot running from DDR?   ~Ronny ___

[U-Boot] Accessing 64bit address

2010-06-21 Thread Ronny D
I am using ppc440 based board. Board is having 64bit memory controll register. To access the memory controll region i have added one tlb entry i.e tlbentry( 0xc70e, SZ_64K, 0xc70e, 0xf,  AC_R|AC_X|AC_W|SA_I)   What is the way to access the 64bit register in u-boot?

Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-17 Thread Ronny D
Ronny D" Cc: "Stefan Roese" , "U-boot" Date: Wednesday, 16 June, 2010, 3:01 AM Hi Ronny, Just adding to Stefan's comments... On Mon, 2010-06-14 at 13:27 +0200, Stefan Roese wrote: > Hi Ronny, > > On Monday 14 June 2010 12:00:38 Ronny D wrote: > >

Re: [U-Boot] Linux kernel hang with FDT changes

2010-06-17 Thread Ronny D
hang with FDT changes To: "Ronny D" Cc: "U-boot" Date: Monday, 14 June, 2010, 11:27 AM Hi Ronny, On Monday 14 June 2010 12:00:38 Ronny D wrote: > I am using customized ppc440 based board. BTW: Do you plan to send the U-Boot changes to the mailing list and some time?

[U-Boot] Linux kernel hang with FDT changes

2010-06-14 Thread Ronny D
Hi,   I am using customized ppc440 based board.   We have created a .dtb file, u-boot should not update the file because of that we have added following macro in config file   #define CONFIG_OF_LIBFDT 1 #undef CONFIG_OF_BOARD_SETUP     With the above change kernel code gets hang wi

Re: [U-Boot] WARNING: adjusting available memory to 30000000

2010-05-05 Thread Ronny D
I am using customized ppc440 based board having 4GB DDR3 memory sorry by mistake i put DDR3 size = 4GB instead of 1GB. --- On Wed, 5/5/10, Ronny D wrote: From: Ronny D Subject: WARNING: adjusting available memory to 3000 To: "Wolfgang Denk" , "Stefan Roese" Cc: "

[U-Boot] Compilation Problem with u-boot-2009.08

2010-05-05 Thread Ronny D
I am compiling the u-boot-2009.08.tar.bz2 code for PPC440 based Taishan board. To debug the code i put u-boot in debug mode i.e enable the debug mode by commented out DBGFLAGS= -g  -DDEBUG in top level config.mk With this debug flag i am not able to compile the code. Please let me know i

[U-Boot] WARNING: adjusting available memory to 30000000

2010-05-05 Thread Ronny D
Hi,   I am using customized ppc440 based board having 4GB DDR3 memory. While running u-boot I am getting “WARNING: adjusting available memory to 3000” messege.   Further debugging I came to know that CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE is set to 0x3000 and my ddr size come to 0x40

[U-Boot] DDR3 Support

2010-05-04 Thread Ronny D
Hi, Is u-boot supports DDR3 and if you how it going is to manage burst memory copy and cache flush? ~Ronny ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] tlbentry for U3 bit

2010-04-19 Thread Ronny D
I am using ppc440 based board. I have added one tlbentry in init.S for memctrl register with U3 bit enable. When I check the tlb entry through BDI I found that U3 bit is disabled.   I have done the same thing using change_tlb then I have seen U3 bit enabled through BDI.   Please let me kno

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Ronny D
Yes i am running little endian kernel, but this error comes in both little as well as big endian kernel. --- On Thu, 15/4/10, Detlev Zundel wrote: From: Detlev Zundel Subject: Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image! To: "Ronny D" Cc: "U-boot" Date:

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Ronny D
ernel image! To: "Ronny D" Cc: "U-boot" Date: Thursday, 15 April, 2010, 9:49 AM Hi Ronny, > Bad Data CRC > >    > ERROR: can't get kernel image! [...] > Please let me know your input on this. Well your data seems to be corrupt - what more can we say?  W

[U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-14 Thread Ronny D
I am using u-boot version 2009-08 for customized PPC 440 based board. Board is having 16MB Nor flash. I am flashing the kernel image at 0xffdc, ramdisk at 0xff8c and dtb at 0xff20 When I pass bootm command through u-boot prompt i.e “bootm 0xffdc 0xff8c 0xff20”   Kern

[U-Boot] Problem with u-boot-2009.08.tar.bz2

2010-04-08 Thread Ronny D
(first use in this function) zlib.c: In function 'z_error': zlib.c:2010: error: 'stderr' undeclared (first use in this function) zlib.c:2014: warning: implicit declaration of function 'exit' make[1]: *** [zlib.o] Error 1 make[1]: Leaving directory `/home/anup

[U-Boot] Loading and Running u-boot from context RAM

2010-03-30 Thread Ronny D
Hello, I am working on PPC440 based customized board having 4MB context ram. what are all changes need to perform to skip relocation of u-boot in DDR and relocated it to context ram and run from the same location. ~Ronny The INTERNET now has a personality. YOURS! See your Yahoo! Homep

[U-Boot] U-boot compilation for little endian

2010-03-01 Thread Ronny D
Hi Stefan, I am using customized ppc440 based board. We need u-boot in little endian. Will it possible to compile the u-boot source in little endian for ppc440? Regards, Ronny D  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com

Re: [U-Boot] I2C Register

2010-02-05 Thread Ronny D
ppc4xx_i2c structure, but can i get the information about the each parameter or register used in that structure. ~Ronny --- On Fri, 5/2/10, Stefan Roese wrote: From: Stefan Roese Subject: Re: I2C Register To: "Ronny D" Cc: u-boot@lists.denx.de Date: Friday, 5 February, 2010, 7:24 AM On

Re: [U-Boot] I2C Register

2010-02-04 Thread Ronny D
ftp. still ppc4xx_i2c structure i could not found. ~Ronny. --- On Thu, 4/2/10, Stefan Roese wrote: Hi Ronny, On Friday 05 February 2010 06:43:20 Ronny D wrote: > I am using ppc440 for customized board. So is this a "normal" AMCC PPC4xx (e.g. 440GX...) or a custom PPC4xx chip? If i

Re: [U-Boot] I2C Register

2010-02-04 Thread Ronny D
Roese wrote: From: Stefan Roese Subject: Re: I2C Register To: "Ronny D" Cc: u-boot@lists.denx.de Date: Thursday, 4 February, 2010, 2:53 PM Hi Ronny, On Thursday 04 February 2010 15:30:35 Ronny D wrote: > I am trying to read SPD data from dimm though I2c. > as the board that i

[U-Boot] I2C Register

2010-02-04 Thread Ronny D
Hi,   I am trying to read SPD data from dimm though I2c. as the board that i am using it has different I2c register so it is difficult to match with the register used in u-boot. Can i get the information about /*- | IIC R

[U-Boot] FDT support in u-boot

2010-01-19 Thread Ronny D
Hi all, I am porting u-boot for ppc440 based board, board is similar to 440Gx but customized one. Requirement is to to port u-boot with DTS support. u-boot version is 2009-08 . We have implemented dts and compile it with dtc compiler.as we are using different bus instead of opb and ebc. please