All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhangfx <zhangfx@lemote.com>
To: Ralf Baechle <ralf@linux-mips.org>,
	Wu Zhangjin <wuzhangjin@gmail.com>,
	linux-mips@linux-mips.org,
	Shinya Kuribayashi <shinya.kuribayashi@necel.com>,
	zhangfx@lemote.com
Subject: Re: [PATCH v3 2/3] Loongson-2F: Enable fixups of binutils 2.20.1
Date: Sun, 28 Mar 2010 07:17:30 +0800	[thread overview]
Message-ID: <4BAE920A.90404@lemote.com> (raw)
In-Reply-To: <20100327172059.GC19154@woodpecker.gentoo.org>

The revision with these bugs fixed is 2F03. Up to now all processors 
used in current products are 2F01/02.
2F03 is in production and expected in this summer.

Zhang Le wrote:
> On 16:29 Sat 27 Mar     , Zhang Le wrote:
>   
>> On 14:52 Wed 17 Mar     , Ralf Baechle wrote:
>>     
>>> On Sat, Mar 13, 2010 at 12:34:16PM +0800, Wu Zhangjin wrote:
>>>
>>>       
>>>> diff --git a/arch/mips/Makefile b/arch/mips/Makefile
>>>> index 2f2eac2..5ae342e 100644
>>>> --- a/arch/mips/Makefile
>>>> +++ b/arch/mips/Makefile
>>>> @@ -135,7 +135,9 @@ cflags-$(CONFIG_CPU_LOONGSON2)	+= -Wa,--trap
>>>>  cflags-$(CONFIG_CPU_LOONGSON2E) += \
>>>>  	$(call cc-option,-march=loongson2e,-march=r4600)
>>>>  cflags-$(CONFIG_CPU_LOONGSON2F) += \
>>>> -	$(call cc-option,-march=loongson2f,-march=r4600)
>>>> +	$(call cc-option,-march=loongson2f,-march=r4600) \
>>>> +	$(call as-option,-Wa$(comma)-mfix-loongson2f-nop,) \
>>>> +	$(call as-option,-Wa$(comma)-mfix-loongson2f-jump,)
>>>>         
>>> Shouldn't these options be used unconditionally?  It seems a kernel build
>>> should rather fail than a possibly unreliable kernel be built - possibly
>>> even without the user noticing the problem.
>>>       
>> Zhangjin has been busy preparing for his graduation paper.
>> I just talked to him. He said later batches of 2F processor is not affected by
>> these two problems, according to Zhang Fuxin, manager of Lemote.
>>
>> I am not sure on which model of Fuloong and Yeeloong these "good" 2F processors
>> have been used. I think Fuxin should know this.
>>
>> If Fuxin could told us now, we can make a new patch. In this patch, we decide
>> whether to add these options or not base on the model number.
>>
>> Otherwise, for now, I think we should enable these options unconditionally.
>>     
>
> Sorry, I got Zhang Fuxin's email wrong. Now fixed.
>
> Zhang, Le
>
>   

-- 
张福新 Zhang Fuxin
龙芯梦兰 管理部 总经理 Lemote General Manager 
zhangfx@lemote.com

  reply	other threads:[~2010-03-27 23:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-13  4:34 [PATCH v3 0/3] Workaround the Out-of-order Issue of Loongson-2F Wu Zhangjin
2010-03-13  4:34 ` [PATCH v3 1/3] Loongson-2F: Flush the branch target history such as BTB and RAS Wu Zhangjin
2010-03-17 15:11   ` Ralf Baechle
2010-04-02 14:54   ` Andreas Barth
2010-04-03  1:42     ` Wu Zhangjin
2010-04-06 19:10       ` Andreas Barth
2010-04-07  7:30         ` Wu Zhangjin
2010-04-10  8:10           ` Andreas Barth
2010-04-12  3:33             ` Wu Zhangjin
2010-04-03  1:53     ` Zhang Le
2010-04-03  3:11       ` Andreas Barth
2010-03-13  4:34 ` [PATCH v3 2/3] Loongson-2F: Enable fixups of binutils 2.20.1 Wu Zhangjin
2010-03-17 13:52   ` Ralf Baechle
2010-03-27 16:29     ` Zhang Le
2010-03-27 17:20       ` Zhang Le
2010-03-27 23:17         ` zhangfx [this message]
2010-04-07 13:02     ` Wu Zhangjin
2010-03-13  4:34 ` [PATCH v3 3/3] Loongson-2F: Fixup of problems introduced by -mfix-loongson2f-jump " Wu Zhangjin
2010-03-17 15:02   ` Ralf Baechle
2010-03-27 17:13     ` Zhang Le
2010-04-07 12:57     ` Wu Zhangjin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BAE920A.90404@lemote.com \
    --to=zhangfx@lemote.com \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    --cc=shinya.kuribayashi@necel.com \
    --cc=wuzhangjin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.