Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-25 Thread Po-Yu Chuang
Dear Detlev Zundel, 2009/6/25 Detlev Zundel : > If you have a proxy, try this beforehand: > > export http_proxy=http://:@: It works! That's terrific! Thank you. :-D regards, Po-Yu Chuang ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-25 Thread Detlev Zundel
Hi Po-Yu Chuang, > Dear Detlev Zundel, > > 2009/6/24 Detlev Zundel : >>> I cannot access git in the company, but I will try that at home. >> Why is that?  If it is because of the git port not getting through a >> company firewall, we do actually offer http:// access to our git repos - >> just chec

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-24 Thread Po-Yu Chuang
Dear Detlev Zundel, 2009/6/24 Detlev Zundel : >> I cannot access git in the company, but I will try that at home. > Why is that?  If it is because of the git port not getting through a > company firewall, we do actually offer http:// access to our git repos - > just check the "URL" section in gitw

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-24 Thread Detlev Zundel
Hello Po-Yu, > 2009/6/24 Jean-Christophe PLAGNIOL-VILLARD : >> please use git > I cannot access git in the company, but I will try that at home. Why is that? If it is because of the git port not getting through a company firewall, we do actually offer http:// access to our git repos - just check

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-23 Thread Po-Yu Chuang
Dear Jean-Christophe PLAGNIOL-VILLARD, Thank you for your detailed review 2009/6/24 Jean-Christophe PLAGNIOL-VILLARD : > please use git I cannot access git in the company, but I will try that at home. > please add a MAKEALL and MAINTAINER entry ok, I will fix them >> RCS file: /usr/local/cvsroo

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:35 Tue 23 Jun , Po-Yu Chuang wrote: > This patch adds support for A320 development board from Faraday. This board > uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. > FA526 is an ARMv4 processor and uses the ARM920T source in this patch. > > Signed-off-by: Po-Yu

[U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-23 Thread Po-Yu Chuang
This patch adds support for A320 development board from Faraday. This board uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. FA526 is an ARMv4 processor and uses the ARM920T source in this patch. Signed-off-by: Po-Yu Chuang --- Index: Makefile ===