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

2019-07-31 Thread slahss ss
-boot@lists.denx.de ; slahss ss ; u-boot@lists.denx.de Subject: Re: [U-Boot] Hi, I am new to U-Boot, how do I get started? You can start by asking a real question. what are you trying to do? Thanks, Ramon On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss wrote: U

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

2019-07-28 Thread Ramon Fried
You can start by asking a real question. what are you trying to do? Thanks, Ramon On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss wrote: > >___ >U-Boot mailing list >U-Boot@lists.denx.de >https://lists.denx.de/listinfo/u-boot -- Sent from my Androi

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

2019-07-27 Thread slahss ss
___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] hi i have question about smbios

2019-04-08 Thread Bin Meng
On Mon, Apr 8, 2019 at 3:54 PM Beowulf F wrote: > i saw in uboot smbios.c file you were writing directly to smbios. from > what i read online smbios is readonly. are you able to do this on all > systems or is this specific? sorry if this is a stupid question. > Not like OS, U-Boot is the one who

Re: [U-Boot] Hi, guys.

2015-04-28 Thread Jagan Teki
On 28 April 2015 at 14:51, Wandy Lau wrote: > I am new to this project. But I am so interested with it and I want to dive > into it. Where should I start ? What you what to start with, see this wiki[1] for all details about u-boot project like documentation, development process, source code and e

[U-Boot] Hi, guys.

2015-04-28 Thread Wandy Lau
I am new to this project. But I am so interested with it and I want to dive into it. Where should I start ? -- This is my life,but world of us~~ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Hi, Everyone. How to using Ti-edma Driver in u-boot

2015-04-09 Thread kidd
I  add the  Ti-edmaDriver  reference  http://lists.denx.de/pipermail/u-boot/2014-October/191345.htmlarch/arm/include/asm/ti-common/ti-edma3.hdrivers/dma/Makefile       drivers/dma/ti-edma3.c     My uboot Ver : U-Boot 2010.06My arch: DM8148 I want to know how to use ti-edma3.cdrive

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2015-03-05 Thread Simon Glass
Hi Michael, On 5 March 2015 at 06:29, Michael van der Westhuizen wrote: > Resurrecting this old thread… > > Jason, > > We’re presently getting CONFIG_OF_EMBED up on a 32 bit PPC target and hit a > problem that made me think of this thread. > > What we’re seeing (in v2014.07) is that the FDT poin

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2015-03-05 Thread Michael van der Westhuizen
Resurrecting this old thread… Jason, We’re presently getting CONFIG_OF_EMBED up on a 32 bit PPC target and hit a problem that made me think of this thread. What we’re seeing (in v2014.07) is that the FDT pointer is not necessarily aligned in the wrapper assembly file. We’ve worked around this

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-09 Thread Simon Glass
(sorry, forgot to cc list) On 9 December 2014 at 07:17, Simon Glass wrote: > Hi, > > On 8 December 2014 at 01:54, Duxiaoqiang wrote: >> Hi Michael, >> >> Thanks for your information. >> >> My working result show that public exponent is not the only problem caused >> by 64bit alignment, there ar

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-04 Thread Simon Glass
Hi, On 4 December 2014 at 01:38, Michael van der Westhuizen wrote: > Hi All, > > Apologies for the delayed response, I’ve been on vacation. > > Since this was working for you (Duxiaoqiang) previously it suggests that you > are using the default public exponent. If this is still the case you cou

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-04 Thread Michael van der Westhuizen
Hi All, Apologies for the delayed response, I’ve been on vacation. Since this was working for you (Duxiaoqiang) previously it suggests that you are using the default public exponent. If this is still the case you could, as a temporary workaround, remove the public exponent from your public key

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-01 Thread Simon Glass
+Michael, U-Boot mailing list Hi, On 30 November 2014 at 19:26, Duxiaoqiang wrote: > > Hi Simon > > > > When I test verified boot with new version of U-boot and new version of > mkimage, I encountered a alignment problem about RSA public key exponents. > > > > I tested verified boot successful

Re: [U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-21 Thread Simon Glass
Hi Jason, On 20 October 2014 20:52, Duxiaoqiang wrote: > Hi Simon & All > > > > These days I tested verified U-Boot on ARM Foundation. And I found a problem > when I tested like this: > > 1) Generate a FIT image and signature blob file like: mkimage –D “-I > dts –O dtb –p 2000” –F kernel.it

[U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-20 Thread Duxiaoqiang
Hi Simon & All These days I tested verified U-Boot on ARM Foundation. And I found a problem when I tested like this: 1) Generate a FIT image and signature blob file like: mkimage -D "-I dts -O dtb -p 2000" -F kernel.its -k keys -K fvp.dtb -r signed_image.fit 2) Compile the Uboot li

Re: [U-Boot] Hi all, Can not start the latest version of uboot on Foundation platform on ARM v8 (vexpress_aemv8a_config)

2014-10-16 Thread Wolfgang Denk
Dear Duxiaoqiang, In message <1c178fd3e32fb24c8b1881fdcc155d8f8faaa...@szxema502-mbx.china.huawei.com> you wrote: > > > This week I downloaded the latest version of U-Boot and > tested on ARM v8 platform, My boot environment was based on ARM > trusted firmware: arm trusted firmware + U

[U-Boot] Hi all, Can not start the latest version of uboot on Foundation platform on ARM v8 (vexpress_aemv8a_config)

2014-10-16 Thread Duxiaoqiang
Hi all This week I downloaded the latest version of U-Boot and tested on ARM v8 platform, My boot environment was based on ARM trusted firmware: arm trusted firmware + Uboot + Linux. Few weeks ago I did the same job on old U-Boot version, and it worked well. I even tried FIT

Re: [U-Boot] Hi, Problem about verify uboot

2014-07-23 Thread Simon Glass
(copying the mailing list - but please do this yourself from now on - note you will need to join it first if you have not already) Hi, On 23 July 2014 03:20, Duxiaoqiang wrote: > Hi Simon > > > > When I verified secure UBOOT with FIT image, I found a problem about > it, and maybe need your

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

2013-10-06 Thread Wolfgang Denk
Dear Dimitar, In message <1466257793.96923.1381071203850.javamail.apa...@mail22.abv.bg> you wrote: > > My name is Dimitar Tomov. I'm student at Technical University of > Sofia (Europe/Bulgaria). Welcome. I hope you are not disappointed when the first thing I do is asking you to stick to standa

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

2013-10-06 Thread Dimitar Tomov
Hello to All, My name is Dimitar Tomov. I'm student at Technical University of Sofia (Europe/Bulgaria). I have interest in embedded systems and some experience with embedded Linux (have develop some specific Linux drivers, but nothing major). 0. Following "U-Boot Porting Guide" [Based on mess

[U-Boot] Hi , Request Port U-Boot

2012-09-20 Thread Farhad Arghavan
Hi Developer :) i have a question , N9 ( Nokia N9 ) have OMAP3630  1 GHz Armv7 CPU And GPU PowerVR SGX530 Many Omap Device Have U-boot , it is posibel you port U-Boot to N9 ? N9 Have VOL Up & VOL Down , and Power key But have not keyboard but these key can a way for select :( if you can plz, p

[U-Boot] hi

2011-11-02 Thread massy
Hello, it give me a great pleasure to write you i was browsing when i came across your mail and i free to contact you ,i will be very happy to be in communication with you if you will have the desire with me so that we can get to know each other and see what happened in future. i will be very ha

[U-Boot] hi

2011-10-17 Thread paulina kayumba
hello my name is Paulina and i seek for true friendship and partner so i contact you,pls if you dont mind i will like you to repl

[U-Boot] hi

2011-10-07 Thread paulina kayumba
hello my name is Paulina and i seek for true friendship and partner so i contact you,pls if you dont mind i will like you to reply my mail

[U-Boot] Hi: O Z K

2011-09-25 Thread ilana briskman
Dear friend f q hi a good news for you,< Web Portal> are mainly sale electronic products, now our company is holding sale promotion, all products is sale in lowest price. if you satisfied to our products and have any questions, you can freely contact us. (iphone,Laptop,Television, Phon

[U-Boot] Hi dear

2011-06-25 Thread sekani2...@libero.it
Hi dear With Due Respect And Humanity, I was compelled to write to you under humanitarian grounds.I introducing my self as Miss kitni Sekani.I got your contact from an online Directory and was delighted to contact you. I need your help and I have a secured secret proposal and I seek a trust hone

[U-Boot] hi.

2011-05-11 Thread alemonte
 Hi this is an good website, there are many apple iphone, conon camera,latops,tv and so on, the price is much lower. very amazing. Web :   eorol.com 15:50:43  ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

[U-Boot] Hi there - Imperial War Museum Duxford Air Shows - Official Programmes - your invitation

2011-02-27 Thread Imperial War Museum Duxford
Hi there Greetings on behalf of the Imperial War Museum Duxford! We appreciate you're very busy, and so just a quick note, if we may, to introduce the idea of your organisation appearing in the Official Imperial War Museum Duxford Air Show Programmes. These are collectors editions and available

[U-Boot] hi,all

2010-10-20 Thread xinrong fu
Dear All: A newbie post the first email. Best Regards ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] hi.. i am new to uboot concept..

2010-10-12 Thread dakshayini A
hi.. i wanted to know where exactly.. the MAC address.. set in uboot code where can i find those files...how.can.i read MAC adress from flash..i am using 6280 ubootlader version.please guide me.. thanks & regards, ___ U-Boot mailing l

Re: [U-Boot] Hi

2010-09-07 Thread Wolfgang Denk
Dear Vaishali Dhakate, you are violating a number of netiquette rules; this does not increase the likelihood for a helpful reply. - You hijack a mail thread. - You top post / full quote (and even a message where I asked the OP _not_ to do exactly this! and some more. Please read http://www.ne

Re: [U-Boot] Hi

2010-09-07 Thread Bas Mevissen
On Tue, 7 Sep 2010 18:13:12 +0530, Vaishali Dhakate wrote: > Hi, > I am looking for the website where I could browse the u-boot source code for > Hawkboard only. > As I dont have access to Linux machine right now. > plz tell. > Thanks > Vaishali. > > Aren't they here? http://git.denx.de/ http

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi , I am new to Linux crosscompilation ...u-boot and Porting Linux . I plan to do this for Hawk board. currently I am reading hapazardously.. http://elinux.org/Hawkboard Mainly from this source.tried to follow these , alright ... still want to make sure I have the fundamentals in place before I be

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi, I am looking for the website where I could browse the u-boot source code for Hawkboard only. As I dont have access to Linux machine right now. plz tell. Thanks Vaishali. On Fri, Sep 3, 2010 at 1:59 PM, Wolfgang Denk wrote: > Dear "Tobias Waldekranz (Knutsson)", > > please STOP full quoting

Re: [U-Boot] Hi

2010-09-03 Thread Wolfgang Denk
Dear "Tobias Waldekranz (Knutsson)", please STOP full quoting / top posting. Read http://www.netmeister.org/news/learn2quote.html Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot] Hi

2010-09-02 Thread Tobias Waldekranz (Knutsson)
Did you download the version from hawkboard.org? In that case, you should be able to follow the instructions on: http://elinux.org/Hawkboard#Compiling_u-boot_.28bootloader.29 If you are using the git version of u-boot replace omapl_hawkboard_config with da850evm_config and try to boot that first

Re: [U-Boot] Hi

2010-08-31 Thread Tobias Waldekranz (Knutsson)
You can find the official port of u-boot for the Hawkboard over at hawkboard.org, but if you want to build the latest version of u-boot that can be done as well. The Hawkboard is very similar to the DA850 EVM so as a first step, you could simply build u-boot for that board and it should boot just

[U-Boot] Hi

2010-08-31 Thread Vaishali Dhakate
Hi , I am trying to cross compile some libraries for ARM board I will port a Linux OS to the hawkboard. Want to study u-boot specific to this board so I ll be able to do this. The first chore is to port u-boot on this board. PLz help me , I was going through the uboot readme which directed me to st

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Thanks Guennadi. I hope Nobuhiro san would answer to me. This is my condition. I have derived a board based on rsk7203 keeping in mind the hw of rks7203. But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM. I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel driver fo

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Thanks Guennadi. I hope Nobuhiro san would answer to me. This is my condition. I have derived a board based on rsk7203 keeping in mind the hw of rks7203. But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM. I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel driver fo

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Guennadi Liakhovetski
On Wed, 14 Jul 2010, Fabio Giovagnini wrote: > Hi Guennadi. > I saw your work about sh mobile. > I have these problem: > 1) I have my own board a little bit different than rsk7203; much NOR flash; > much > SDRAM; > 2) To know better the structure I'd like to run from NOR flash without reloc. >

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Hi Guennadi. I saw your work about sh mobile. I have these problem: 1) I have my own board a little bit different than rsk7203; much NOR flash; much SDRAM; 2) To know better the structure I'd like to run from NOR flash without reloc. How can I change noot.lds? I'd not have the email of Nobuhiro

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-13 Thread Guennadi Liakhovetski
On Tue, 13 Jul 2010, Fabio Giovagnini wrote: > Good morning, > if any of you is involved in such a develop, I'd like to have discussion if > possible about u-boot onto sh architecture You're probably aware, that U-Boot is already running on SH. So, just post your specific questions, you might w

[U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-12 Thread Fabio Giovagnini
Good morning, if any of you is involved in such a develop, I'd like to have discussion if possible about u-boot onto sh architecture Thanks in advance Best regards -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Cell. +39.335.83.50.919

[U-Boot] Hi!

2010-07-10 Thread Мария Сергеева
Hi 2 all! Good subscrubtion, thx! http://stydentkam.ru , http://ekzameny.net , http://referat-na-5.ru , http://hellocafe.ru , http://home-happy.ru , http://samkon.ru , http://scouts-russia.ru , http://bestxenon.ru , http://harmonia-plus.ru , http:

[U-Boot] Hi All, Does anyone know what is the status of u-boot on rsk+-7203?

2010-06-15 Thread Fabio Giovagnini
I'd like to make u-boot running on my sh2a 7203 based board, so I'd like to staret from rsk+ status Thanks a lot in advance -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Cell. +39.335.83.50.919 www.aurion-tech.com __

Re: [U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-18 Thread Fabio Giovagnini
Thanks alot. The very first problem was a permission problem, as you suggestied to ckech. But now I think a Have a problem of irq losing form eth. Thanks again In data giovedì 18 marzo 2010 09:04:22, Wolfgang Denk ha scritto: : > Dear Fabio Giovagnini, > > you are indeed completely off topic he

Re: [U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-18 Thread Wolfgang Denk
Dear Fabio Giovagnini, you are indeed completely off topic here on the U-Boot list. In message <201003180657.27345.fabio.giovagn...@aurion-tech.com> you wrote: > > Im able to mount the nfsroot filesystem but I get this message: ... > Warning: unable to open an initial console. ^^^

[U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-17 Thread Fabio Giovagnini
I'm developing a custom board (designed by me) based on sh2a 7203 (Renesas). I have some troubles with my SST flash, while I'm sure my eth0 card works. For building my rootfs I use a script Im able to mount the nfsroot filesystem but I get this message: IP-Config: Complete: device=eth0, addr=

Re: [U-Boot] Hi All,

2010-02-05 Thread Fabio Giovagnini
Ok, thanks Have a nice day Alle 20:40, venerdì 5 febbraio 2010, Dennis Semakin ha scritto: > Hi > Maybe you should read README file from u-boot source code tree. > > 05.02.10, 17:40, "Fabio Giovagnini" : > > I'm new of the list. > > I'd like to build u-Boot for rsk+ 7203 > > because I designed

Re: [U-Boot] Hi All,

2010-02-05 Thread Dennis Semakin
Hi Maybe you should read README file from u-boot source code tree. 05.02.10, 17:40, "Fabio Giovagnini" : > I'm new of the list. > I'd like to build u-Boot for rsk+ 7203 > because I designed and produced a board sh2a 7203 based. > I'm in trouble with some errors; where can I start to study mo

[U-Boot] Hi All,

2010-02-05 Thread Fabio Giovagnini
I'm new of the list. I'd like to build u-Boot for rsk+ 7203 because I designed and produced a board sh2a 7203 based. I'm in trouble with some errors; where can I start to study more? Thanks a lot in advange -- Fabio Giovagnini Aurion s.r.l. CF e P.IVA 00885711200 Tel. +39.051.594.78.24 Cell. +

[U-Boot] Hi, you are invited to uniqueBidWin.com - new reverse auction in North America

2009-10-04 Thread Brendan
Hi, hope everything is well. I would like to invite you to www.uniqueBidWin.com . An auction where new Iphone 32Gs is sold for $7.07 Find a bonuss just for yourself. Want to make money from home, visit http://uniquebidwin.com/affiliate/ Best ___ U-Boot

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Kenneth Johansson
On Fri, 2009-07-24 at 20:01 +0530, Aggrwal Poonam-B10812 wrote: > > > I could not understand common/memsize.c, how it works? > > > > It writes markers at specific memory locations and then reads > > these back. The algorithm is chosen to be fast but still to > > be able to detect mirrored addres

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Detlev Zundel
Hi Aggrwal, >> > I could not understand common/memsize.c, how it works? >> >> It writes markers at specific memory locations and then reads >> these back. The algorithm is chosen to be fast but still to >> be able to detect mirrored address ranges and other memory errors. > Suppose I configure

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Friday, July 24, 2009 11:41 AM > To: IaMaPlAyEr > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] hi, I could not understand the

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-23 Thread Wolfgang Denk
Dear IaMaPlAyEr, In message <2ae8403e0906242014k7e37b8f0tebaffaeeaea3f...@mail.gmail.com> you wrote: > > I could not understand common/memsize.c, how it works? It writes markers at specific memory locations and then reads these back. The algorithm is chosen to be fast but still to be able to de

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-30 Thread Detlev Zundel
Hi, > Thanks for your patient explanation, I acquired a lot. Glad if it helped. > I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just > like what I suggest above. > And move the code to my old box which bootloader is redboot, it works well. > (Of > course I also tryed m

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread IaMaPlAyEr
Hi Detlev Zundel =D Thanks for your patient explanation, I acquired a lot. yes, you are right, I think a little about the compatibility of the code. yes, the compatibility! I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just like what I suggest above. And move the code

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread Detlev Zundel
Hi, > thanks for your reply. > sorry for my ability of writing and understanding the code > =D > > btw, How contribute my idea of this function, I means, it should be more >  clean or easy just like this: > > > unsigned long get_ram_size(volatile long *base, long maxsize) > { > >     unsigned

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread IaMaPlAyEr
hi~ thanks for your reply. sorry for my ability of writing and understanding the code =D btw, How contribute my idea of this function, I means, it should be more clean or easy just like this: unsigned long get_ram_size(volatile long *base, long maxsize) { unsigned long mem; fo

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-25 Thread Detlev Zundel
Hi ya, > I could not understand common/memsize.c, how it works? Like a charm ;) > maxsize / sizeof (long), what's meaning of it? why sizeof (long) is > dividend? As the comment in line 50 states, "cnt" is used in pointer arithmetic, so addr is increased in sizeof(long) bytes. maxsize however i

[U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-24 Thread IaMaPlAyEr
Hi all, I could not understand common/memsize.c, how it works? maxsize / sizeof (long), what's meaning of it? why sizeof (long) is dividend? just like stack, push every step mem addr to save: save[i++] = *addr; and then? thanks -- -- Sincerely, HaveF _

Re: [U-Boot] hi,guys,about the nand flash driver

2009-05-29 Thread Scott Wood
On Fri, May 29, 2009 at 12:49:52PM +0800, lanmanck wrote: > hi: > i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use > /drivers/nand/nand.c. not nand_legacy.c . > out cpu chip has a nand flash controller,the program flow is as below: As Wolfgang pointed out, that is very o

Re: [U-Boot] hi,guys,about the nand flash driver

2009-05-29 Thread Wolfgang Denk
Dear lanmanck, In message <8741663.90171243572592561.javamail.corem...@bj163app88.163.com> you wrote: > > i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use > /drivers/nand/nand.c. not nand_legacy.c . Forget it. U-Boot 1.1.6 is dead and buried and totally unsupported. Pl

[U-Boot] hi,guys,about the nand flash driver

2009-05-28 Thread lanmanck
hi: i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use /drivers/nand/nand.c. not nand_legacy.c . out cpu chip has a nand flash controller,the program flow is as below: 1、set address to controller's register 2、set command to controller's register 3、write controller's special

[U-Boot] hi

2008-11-04 Thread 黄钟明
i want request to subscription the U-Boot-users mailing list ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot