All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiangfu Liu <xiangfu@openmobilefree.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] question about add new board to MAKEALL
Date: Tue, 20 Jul 2010 22:34:40 +0800	[thread overview]
Message-ID: <4C45B400.2000509@openmobilefree.net> (raw)
In-Reply-To: <20100720095109.5382414EB08@gemini.denx.de>

On 07/20/2010 05:51 PM, Wolfgang Denk wrote:
> Dear Xiangfu Liu,
>> is this patch[1] ok for "MAKEALL"?
>> or how to add my board "qi_lb60_config" to "MAKEALL"
>
> Well, did you try it out? And did it work for you?
>

I modify the patch to a new one[1], since this board use a new cpu
named "xburst".
this new patch works fine when I run "./MAKEALL mips_el" :)


(this company name is "Ingenic". their cpu name is
   xburst jz4740 #which is our board used :)
   xburst jz4760
just FYI.)


[1]diff --git a/MAKEALL b/MAKEALL
index 2133559..d909700 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -806,10 +806,15 @@ LIST_au1xx0_el="	\
  	pb1000		\
  "
  
+LIST_xburst_el="	\
+	qi_lb60		\
+"
+
  LIST_mips_el="			\
  	${LIST_mips4kc_el}	\
  	${LIST_mips5kc_el}	\
  	${LIST_au1xx0_el}	\
+	${LIST_xburst_el}	\
  "



-- 
Best Regards
Xiangfu Liu
http://www.openmobilefree.net

  reply	other threads:[~2010-07-20 14:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28  2:41 [U-Boot] question about add new board to MAKEALL "Xiangfu Liu(刘向富)"
2010-06-28  7:43 ` Wolfgang Denk
2010-07-19  3:42   ` "Xiangfu Liu(刘向富)"
2010-07-19 17:45     ` Wolfgang Denk
2010-07-20  2:30       ` "Xiangfu Liu(刘向富)"
2010-07-20  8:02       ` Xiangfu Liu
2010-07-20  9:51         ` Wolfgang Denk
2010-07-20 14:34           ` Xiangfu Liu [this message]
2010-07-20 15:47             ` Wolfgang Denk
2010-07-21  0:47               ` Xiangfu Liu
2010-07-21  8:28                 ` Wolfgang Denk

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=4C45B400.2000509@openmobilefree.net \
    --to=xiangfu@openmobilefree.net \
    --cc=u-boot@lists.denx.de \
    /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.