<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV><SPAN ></SPAN>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px">
<HR style="COLOR: #a0c6e5" SIZE=1>
<BR>-----原始邮件-----<BR>发件人:u-boot-users-request@lists.sourceforge.net<BR>发送时间:2006-07-12 03:14:33<BR>收件人:u-boot-users@lists.sourceforge.net<BR>抄送:(无)<BR>主题:U-Boot-Users Digest, Vol 2, Issue 22<BR><BR><BR><PRE style="WIDTH: 100%; WHITE-SPACE: normal; WORD-WRAP: break-word">Send U-Boot-Users mailing list submissions to
        u-boot-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/u-boot-users
or, via email, send a message with subject or body 'help' to
        u-boot-users-request@lists.sourceforge.net
You can reach the person managing the list at
        u-boot-users-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of U-Boot-Users digest..."
Today's Topics:
1. Re: u-boot crashing while searching PCI device (Wolfgang Denk)
2. Re: [DNX#2006071142000011] [patch]
add-support-for-tqm885d-board (DENX Support System)
3. Re: [DNX#2006071142000011] [patch] add-support- [...]
(U-Boot patch tracking system)
4. Re: mpc8xx FEC2 (Martin Krause)
5. PCMCIA Code cleanup (Wolfgang Denk)
6. Re: u-boot crashing while searching PCI device (robinpv)
7. Re: u-boot crashing while searching PCI device (Wolfgang Denk)
8. [RFC] Snapshot boot for OSK5912 (Hiroki Kaminaga)
9. mips_cache_lock() on au1550? (mitsy)
----------------------------------------------------------------------
Message: 1
Date: Tue, 11 Jul 2006 08:38:31 +0200
From: Wolfgang Denk <wd@denx.de>
Subject: Re: [U-Boot-Users] u-boot crashing while searching PCI device
To: robinpv <robinpv@aiware.co.jp>
Cc: u-boot-users@lists.sourceforge.net
Message-ID: <20060711063831.D0928352640@atlas.denx.de>
Content-Type: text/plain; charset=ISO-8859-1
In message <44B2FF0F.4080507@aiware.co.jp> you wrote:
>
> u-boot is able to detect the Bridge controller. But when it searching
> for the ethernet devices
> before the device and function number for the ethernet chip is reached
> the u-boot is crashing.
Which exact version of U-Boot (git commit ID?) is this?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Without facts, the decision cannot be made logically. You must rely
on your human intuition.
        -- Spock, "Assignment: Earth", stardate unknown
------------------------------
Message: 2
Date: Tue, 11 Jul 2006 08:40:02 +0200
From: DENX Support System <support@denx.de>
Subject: Re: [U-Boot-Users] [DNX#2006071142000011] [patch]
        add-support-for-tqm885d-board
To: u-boot-users@lists.sourceforge.net
Message-ID: <1152600002.265628.198050658@castor.denx.de>
Content-Type: text/plain; charset="iso-8859-15"
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006071142000011] was created:
<snip>
> CHANGELOG
>
> * Add support for TQM885D board.
> Patch by Martin Krause, 20 Mar 2006
</snip>
Your U-Boot support team
------------------------------
Message: 3
Date: Tue, 11 Jul 2006 08:40:02 +0200
From: U-Boot patch tracking system <u-boot-patches@denx.de>
Subject: Re: [U-Boot-Users] [DNX#2006071142000011] [patch]
        add-support- [...]
To: "Martin Krause" <Martin.Krause@tqs.de>
Cc: u-boot-users@lists.sourceforge.net
Message-ID: <1152600002.963402.679546103.365.1@castor.denx.de>
Content-Type: text/plain; charset="iso-8859-15"
Dear Mr. U. Boot,
thank you for your contribution to the U-Boot project.
Your e-mail was registered at our system under the ticket
number [DNX#2006071142000011].
Your U-Boot support team
Powered by OTRS (<A href="http://otrs.org/" target=_new>http://otrs.org/</A>)
------------------------------
Message: 4
Date: Tue, 11 Jul 2006 08:36:51 +0200
From: "Martin Krause" <Martin.Krause@tqs.de>
Subject: Re: [U-Boot-Users] mpc8xx FEC2
To: <u-boot-users@lists.sourceforge.net>
Message-ID:
        <47F3F98010FF784EBEE6526EAAB078D1024F8180@tq-mailsrv.tq-net.de>
Content-Type: text/plain;        charset="iso-8859-1"
u-boot-users-bounces@lists.sourceforge.net wrote on :
> Dear all,
>
> Has anyone ever successfully used the mpc8xx FEC2 or at least managed
> to read the phy registers via MII? I'm having trouble accessing a
Yes, our TQM885 board is working fine with FEC and FEC2. Please see
the patch posted a few minutes ago.
Regards,
Martin
------------------------------
Message: 5
Date: Tue, 11 Jul 2006 08:52:08 +0200
From: Wolfgang Denk <wd@denx.de>
Subject: [U-Boot-Users] PCMCIA Code cleanup
To: u-boot-users@lists.sourceforge.net
Message-ID: <20060711065208.AD5BC352640@atlas.denx.de>
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I've checked in a major PCMCIA cleanup; the intention was to make
code better readable and maintainable by moving board dependent code
into board specific files and getting rid of the previous mess of
#ifdef's.
Unfortunately I have access to only very few of the affected boards,
so I would like to ask the respective board maintainers to test if
everything is still working or to help fixing any problems caused by
this.
For details, please see
<A href="http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git" target=_new>http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git</A>;a=commit;h=9d407995516bfcd401b76de0c11e679fb3871c79
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"I refuse to have a battle of wits with an unarmed person."
------------------------------
Message: 6
Date: Tue, 11 Jul 2006 15:57:52 +0900
From: robinpv <robinpv@aiware.co.jp>
Subject: Re: [U-Boot-Users] u-boot crashing while searching PCI device
To: Wolfgang Denk <wd@denx.de>
Cc: u-boot-users@lists.sourceforge.net
Message-ID: <44B34BF0.9010801@aiware.co.jp>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I am using the u-boot 1.1.4 from the below link.
<A href="http://prdownloads.sourceforge.net/u-boot/u-boot-1.1.4.tar.bz2" target=_new>http://prdownloads.sourceforge.net/u-boot/u-boot-1.1.4.tar.bz2</A>
I don't have the commit ID .
Regards
Robin
Wolfgang Denk wrote:
>In message <44B2FF0F.4080507@aiware.co.jp> you wrote:
>
>
>>u-boot is able to detect the Bridge controller. But when it searching
>>for the ethernet devices
>>before the device and function number for the ethernet chip is reached
>>the u-boot is crashing.
>>
>>
>
>Which exact version of U-Boot (git commit ID?) is this?
>
>Best regards,
>
>Wolfgang Denk
>
>
>
------------------------------
Message: 7
Date: Tue, 11 Jul 2006 09:08:16 +0200
From: Wolfgang Denk <wd@denx.de>
Subject: Re: [U-Boot-Users] u-boot crashing while searching PCI device
To: robinpv <robinpv@aiware.co.jp>
Cc: u-boot-users@lists.sourceforge.net
Message-ID: <20060711070816.54F14353C31@atlas.denx.de>
Content-Type: text/plain; charset=ISO-8859-1
In message <44B34BF0.9010801@aiware.co.jp> you wrote:
>
> I am using the u-boot 1.1.4 from the below link.
> <A href="http://prdownloads.sourceforge.net/u-boot/u-boot-1.1.4.tar.bz2" target=_new>http://prdownloads.sourceforge.net/u-boot/u-boot-1.1.4.tar.bz2</A>
Try using the current version (top of tree in git) instead.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
If I don't document something, it's usually either for a good reason,
or a bad reason. In this case it's a good reason. :-)
- Larry Wall in <1992Jan17.005405.16806@netlabs.com>
------------------------------
Message: 8
Date: Tue, 11 Jul 2006 20:05:40 +0900 (JST)
From: Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
Subject: [U-Boot-Users] [RFC] Snapshot boot for OSK5912
To: u-boot-users@lists.sourceforge.net
Cc: kaminaga@sm.sony.co.jp
Message-ID: <20060711.200540.71086684.kaminaga@sm.sony.co.jp>
Content-Type: Text/Plain; charset=us-ascii
Hi,
I made a page describing snapshot boot. Patch and instructions are
available here:
<A href="http://tree.celinuxforum.org/CelfPubWiki/SuspendToDiskForARM" target=_new>http://tree.celinuxforum.org/CelfPubWiki/SuspendToDiskForARM</A>
Snapshot boot is essentially a resume-from-disk operation, which is a
system resume from a semi-permanent snapshot image stored on flash
memory for OSK5912, that restores the machine to a known running
state. As opposed to a standard resume operation, a snapshot image is
made only once, stored on flash memory, and same image is used
repeatedly, every time the system is powered on.
The purpose of this is to achieve faster startup time of linux on
OSK5912. It is still OSK5912 specific, but would like to hear
comments.
Best Regards,
(Hiroki Kaminaga)
t
--
------------------------------
Message: 9
Date: Tue, 11 Jul 2006 11:13:46 -0400
From: mitsy <mitsy12@gmail.com>
Subject: [U-Boot-Users] mips_cache_lock() on au1550?
To: u-boot-users@lists.sourceforge.net
Message-ID:
        <e0590900607110813o1202dd83s191be0630e615771@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
The function mips_cache_lock() ends up throwing an exception on
au1550. Has anyone seen this issue on the same or similar chips?
TIA,
mitsy
------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
<A href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" target=_new>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</A>
------------------------------
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
End of U-Boot-Users Digest, Vol 2, Issue 22
*******************************************
</PRE><!-- CoreMail Version 2.5 Copyright (c) 2002-2006 www.mailtech.cn --></BLOCKQUOTE><br><!-- footer --><br><br><br><br><br><div style="border-bottom:1px solid #999"></div><br>
        <font color="black" style="font-size:14.8px">想 要 体 验 一 下 超 大 超 快 的 免 费 邮 箱 吗 ?</font>
        <br>
         <a href="http://www.126.com/" target="_blank" style="font-size:13px;line-height:160%;color:blue">网 易 3G 免 费 邮 ,抢 注 再 得 280 兆 大 容 量 网 盘 ,快 来 体 验 邮 箱 极 速 之 旅
</a>