Re: [U-Boot-Users] Hi All

2008-06-16 Thread Nobuhiro Iwamatsu
2008/6/16 harshadnimje <[EMAIL PROTECTED]>: > Hi Nobuhiro; > > Thanks for your support. > > I am not able to see the /board/r2dplus/* in uboot directory stucture. > Can you please send me the link for this board specific source code. > Please check u-boot 1.3.3 source code. Best regards, Nobuhiro

Re: [U-Boot-Users] Hi All

2008-06-16 Thread harshadnimje
] Sent: Monday, June 16, 2008 4:00 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [U-Boot-Users] Hi All Hi, 2008/6/16 harshadnimje <[EMAIL PROTECTED]>: > > For which peripherals I need to write the driver as far as U-boot is > concerned? 1.Real time clock

Re: [U-Boot-Users] Hi All

2008-06-16 Thread Nobuhiro Iwamatsu
Hi, 2008/6/16 harshadnimje <[EMAIL PROTECTED]>: > > For which peripherals I need to write the driver as far as U-boot is > concerned? 1.Real time clock Not Supported 2.Timer Unit Supported 3.Bus state controller Supported 4.DMA cotroller Not Supported 5.Serial communication interface Not Sup

[U-Boot-Users] Hi All

2008-06-15 Thread harshadnimje
Hi All; I want to write U-boot for Hitachi SH4 HD6417751 board. The board contais following peripherals. 1.Real time clock 2.Timer Unit 3.Bus state controller 4.DMA cotroller 5.Serial communication interface 6.I/O Ports 7.Interrupt controller 8.PCI conroller. For which peripherals I need to write

[U-Boot-Users] Hi, I am new to U-Boot, how do I get started?

2008-04-14 Thread cheesiong
hi all, i read the Readme in the top directory of U-boot 1.3.2. i hope this subject is appropriate. i have a question on the makefile, i want to know where is the $obj define, but it seem it define implicitly when use it. sample: VERSION = 1 PATCHLEVEL = 3 SUBLEVEL = 2 EXTRAVERSION = U_BOOT_VER

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-19 Thread Scott Wood
On Wed, Mar 19, 2008 at 09:22:08AM +0800, wrote: > My board is MPC8360EMDS, my bootm command is "bootm uImage ramdisk_ppc > mpc836x_mds.dtb", I used the MPC8360E_PB_K26_20071012-LTIB.iso to generate > above > uImage, ramdisk_ppc,mpc836x_mds.dtb. Could you try the latest upstream u-boot, dts

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-18 Thread 郭劲
Hi,Scott My board is MPC8360EMDS, my bootm command is "bootm uImage ramdisk_ppc mpc836x_mds.dtb", I used the MPC8360E_PB_K26_20071012-LTIB.iso to generate above uImage, ramdisk_ppc,mpc836x_mds.dtb. If I fill the frequency to zero on mpc836x_mds.dts, then the linux-2.6.22 is crashed, the output

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-18 Thread Scott Wood
On Thu, Mar 13, 2008 at 11:31:11PM +0800, 郭劲 wrote: > I make all the frequency(timebase-frequency;bus-frequency;clock-frequency) > value > on device tree file equal to zero, I think those frequency will filled by > u-boot > during bootm, but in fact, the u-boot did not fill any frequency. after b

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-14 Thread Jerry Van Baren
郭劲 wrote: > Hi,friends, > > I¡¡made follow define on my MPC8360EMDS.h file. Is it enough? The uboot still > did > not fill the zero frequency on dtb. I think the ft_cpu_setup and > ft_board_setup > function have been run. > > > /* pass open firmware flat tree */ > #define CONFIG_OF_FLAT_TREE

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-13 Thread Support Customer
Customer; [EMAIL PROTECTED]; [email protected] Subject: Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree? Hi,friends, I made follow define on my MPC8360EMDS.h file. Is it enough? The uboot still did not fill the zero frequency on dtb. I think the

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-13 Thread 郭劲
CONFIG_OF_BOARD_SETUP 1 /* maximum size of the flat tree (8K) */ #define OF_FLAT_TREE_MAX_SIZE 8192 >From: "Grant Likely" <[EMAIL PROTECTED]> >Reply-To: >To: "¹ù¾¢" <[EMAIL PROTECTED]> >Subject: Re: [U-Boot-Users] Hi, friends, the question about the u-boot

Re: [U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-13 Thread Grant Likely
On Thu, Mar 13, 2008 at 9:31 AM, 郭劲 <[EMAIL PROTECTED]> wrote: > Hi,friends, > > I make all the frequency(timebase-frequency;bus-frequency;clock-frequency) > value > on device tree file equal to zero, I think those frequency will filled by > u-boot > during bootm, but in fact, the u-boot did n

[U-Boot-Users] Hi, friends, the question about the u-boot and device tree?

2008-03-13 Thread 郭劲
Hi,friends, I make all the frequency(timebase-frequency;bus-frequency;clock-frequency) value on device tree file equal to zero, I think those frequency will filled by u-boot during bootm, but in fact, the u-boot did not fill any frequency. after bootm, crashed. Why? Why so many document point out

[U-Boot-Users] Hi, friends, the question about the core frequency on u-boot and device tree?

2008-03-13 Thread 郭劲
HI,friends, The core frequency and bus frequency and QE frequency on MPC8360 are configed during the loading of HRCW and the CLKIN or PCI_CLKIN, in the u-boot-1.2.0, I can use the "clocks" command to show all kind of frequecy,at this time the core frequency is 528MHZ. please see follow: => clock

Re: [U-Boot-Users] Hi, friends, could you tell me how to use the Flat Devie Tree for linux?

2008-03-05 Thread Jerry Van Baren
郭劲 wrote: > Hi,friends, > > I was wondering that how to use the Flat Device Tree? Could you give me an > example? I used the MPC8360E and the linux is 2.6.11, I want to update to > 2.6.22. Asked and answered: If you need a more de

[U-Boot-Users] Hi, friends, could you tell me how to use the Flat Devie Tree for linux?

2008-03-05 Thread 郭劲
Hi,friends, I was wondering that how to use the Flat Device Tree? Could you give me an example? I used the MPC8360E and the linux is 2.6.11, I want to update to 2.6.22. - This SF.net email is sponsored by: Microsoft Defy

Re: [U-Boot-Users] hi

2008-02-29 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Hi , Please read http://catb.org/esr/faqs/smart-questions.html and chose a more descriptive subject next time. Thanks. > I have downloaded u-boot latest version 1.1.6 from the sourceforge.net This is not the latest version, it is ancient cruft. Plea

[U-Boot-Users] hi

2008-02-28 Thread zhouyangxzaq
Hi , I have downloaded u-boot latest version 1.1.6 from the sourceforge.net I have installed cross compiler for arm. my board and cross compiler : board: sbc2410x cross compiler: 2.95.3 cpu: arm920t pc enviroment :red hat 9 u-boot: 1.1.6 1).i set the enviroment variable #vi /etc/p

Re: [U-Boot-Users] Hi

2008-01-21 Thread Markus Klotzbücher
Pooja <[EMAIL PROTECTED]> writes: > Hello I just started working with U boot and i haven't got a clue how > and what to do. How are we supposed to help you if you don't even know what you want to do? Reading the README is always a good start though. Best regards Markus Klotzbuecher -- DENX Sof

[U-Boot-Users] Hi

2008-01-21 Thread Pooja
Hello I just started working with U boot and i haven't got a clue how and what to do. can someone please help me out. Pooja Adiga - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 20