public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Xiangfu Liu <xiangfu@openmobilefree.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/7] those series patches for add ben nanonote board
Date: Wed, 08 Dec 2010 23:02:45 +0800	[thread overview]
Message-ID: <4CFF9E15.2040203@openmobilefree.net> (raw)
In-Reply-To: <1291789249-4287-1-git-send-email-xiangfu@openmobilefree.net>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All

I just got one email form Ingenic people. the "Peter <jlwei@ingenic.cn>" 
doesn't work for Ingenic any more, mean the email address is abandon.
and there are another two ingenic people for contact window.
  Daniel <zpxu@ingenic.cn>
  ChangWei Jia <cwjia@ingenic.cn>

I have sended those patches to them. should I add 
"
Acked-by: Daniel <zpxu@ingenic.cn>
Acked-by: ChangWei Jia <cwjia@ingenic.cn>
"
in next version patch, 
(I think this patch v4 still not good enough merge to upstream :) 

Please give me some feedback. very thanks.


On 12/08/2010 02:20 PM, Xiangfu Liu wrote:
> Hi Wolfgang
>   those patches are for add xburst jz4740 and Ben NanoNote(named qi_lb60) to U-Boot
> 
> some info about xburst jz4740:
>   the xburst jz4740 is recently added to linux 2.6.36
>   and it's support the device Ben NanoNote out of box,
> 
>   this xburst jz4740 cpu have one feature is Boot From USB, there is a 
>   small rom in jz4740, but LOW some PIN, the cpu will boot to this small
>   rom, then init cpu and USB module, then we can send 8KB bin file to 
>   the cpu by USB(by using 'xbboot' or 'usbboot'[1]).
> 
>   which means if your bootloader is borken,(the first few KBs in NAND)
>   you can always boot the device from usb, then reflash the nand.
> 
>   in OpenMoko FreeRunner, there are NOR and NAND. when people broken the 
>   nand bootloader, it's must boot from NOR, reflash the bootloader back
>   when people broken the NAND and NOR, he(she) must reflash by using JTAG
>   but in Ben NanoNote, we just need boot from usb. flash the nand again :)
> 
>   BTW:there are a lot of PMP, Audio device in China use the Xburst cpu,
>   but I think they are all base on u-boot 1.1.6. by working on
>   Ben NanoNote (http://en.qi-hardware.com) one year, we try to
>   update the u-boot to last version and send it to upstream. :)
> 
> for more info about Ingenic Xburst JZ4740
>   http://www.ingenic.cn/eng/default.aspx
>   http://www.linux-mips.org/wiki/Ingenic
> 
> ====
> FIXED in [PATCH v3]
>   1. describe what Jz4740 SoC
>   2. remove the ENDIANNESS in config.mk
>   3. don't breaks the 80-charcter-wide rule
>   4. get rid of #if 0
>   5. use proper I/O accessors to access registers.
>   6. remove C++ comments, cleanup code style.
> 
> FIXED in [PATCH v4]
>   1. add Entry to MAINTAINERS and boards.cfg
>   2. add ben nanonote(qi_lb60) to Makefile
>   3. tested with CROSS_COMPILE=mips_4KCle- ./MAKEALL mips_el
> 


- -- 
Best Regards
Xiangfu Liu
http://www.openmobilefree.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz/nhUACgkQRRAEFRxkgLSR5QCgk2ry72Dz5k40LyE8qPEETqfD
S5MAnjmGgkoYN4nI5eJ7k+X3GMZuj77Z
=RCUG
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2010-12-08 15:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08  6:20 [U-Boot] [PATCH v4 0/7] those series patches for add ben nanonote board Xiangfu Liu
2010-12-08  6:20 ` [U-Boot] [PATCH v4 1/7] those files are jz4740 base files Xiangfu Liu
2010-12-08  6:20   ` [U-Boot] [PATCH v4 2/7] this is jz4740 head file Xiangfu Liu
2010-12-08  6:20     ` [U-Boot] [PATCH v4 3/7] jz4740 nand spl files Xiangfu Liu
2010-12-08  6:20       ` [U-Boot] [PATCH v4 4/7] jz4740 nand driver Xiangfu Liu
2010-12-08  6:20         ` [U-Boot] [PATCH v4 5/7] add Ben NanoNote board Xiangfu Liu
2010-12-08  6:20           ` [U-Boot] [PATCH v4 6/7] add entry to MAINTAINERS and boards.cfg Xiangfu Liu
2010-12-08  6:20             ` [U-Boot] [PATCH v4 7/7] modify files for ben nanonote board Xiangfu Liu
2011-01-04 20:16         ` [U-Boot] [PATCH v4 4/7] jz4740 nand driver Scott Wood
2011-01-09 10:35           ` Xiangfu Liu
2011-01-10 18:33             ` Scott Wood
2011-01-04 20:13       ` [U-Boot] [PATCH v4 3/7] jz4740 nand spl files Scott Wood
2011-01-09  8:44         ` Xiangfu Liu
2010-12-08 15:02 ` Xiangfu Liu [this message]
2010-12-08 15:44   ` [U-Boot] [PATCH v4 0/7] those series patches for add ben nanonote board Wolfgang Denk
2010-12-08 15:51     ` Xiangfu Liu

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=4CFF9E15.2040203@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox