[U-Boot] [PATCH v6 7/7] modify files for ben nanonote board

2011-02-27 Thread Xiangfu Liu
modify files for ben nanonote board Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v6 - add some static data needed by timer.c MAKEALL |4 +++- Makefile| 13 + arch/mips/include/asm/global_data.h | 15

[U-Boot] [PATCH v6 6/7] add entry to MAINTAINERS and boards.cfg

2011-02-27 Thread Xiangfu Liu
add entry to MAINTAINERS and boards.cfg Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v4: - add Entry to MAINTAINERS and boards.cfg - add ben nanonote(qi_lb60) to Makefile - tested with CROSS_COMPILE=mips_4KCle- ./MAKEALL mips_el MAINTAINERS |4 boards.cfg |

[U-Boot] [PATCH v6 5/7] add Ben NanoNote board

2011-02-27 Thread Xiangfu Liu
add ben nanonote board files Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v6 - clean up config files a little board/xburst/nanonote/Makefile| 45 +++ board/xburst/nanonote/config.mk | 31 + board/xburst/nanonote/nanonote.c | 95 +

[U-Boot] [PATCH v6 4/7] jz4740 nand driver

2011-02-27 Thread Xiangfu Liu
jz4740 nand driver Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v3 - use proper I/O accessors to access registers. - don't breaks the 80-charcter-wide rule - remove C++ comments, cleanup code style. Changes for v6 - delete all base + offset. using C struct and proper

[U-Boot] [PATCH v6 2/7] this is jz4740 head file

2011-02-27 Thread Xiangfu Liu
this is jz4740 base head file Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v2: - remove useless code, prepare for using io.h - delete all base + offset. using C struct arch/mips/include/asm/jz4740.h | 1102 1 files changed, 1102

[U-Boot] [PATCH v6 3/7] jz4740 nand spl files

2011-02-27 Thread Xiangfu Liu
ben nanonote nand spl files Signed-off-by: Xiangfu Liu Acked-by: Daniel --- Changes for v3 - use proper I/O accessors to access registers. Changes for v5 - remove nand_spl/nand_boot_jz4740.c - some cleanup Changes for v6 - delete all base + offset. using C struct nand_spl/board

[U-Boot] [PATCH v6 1/7] those files are jz4740 base files

2011-02-27 Thread Xiangfu Liu
those files are jz4740 base files this xburst jz4740 cpu have one feature is Boot From USB, there is a small rom in jz4740, the cpu can boot to this small rom, then init cpu and USB module, then we can send 8KB bin file to the cpu cache by using 'xbboot' or 'usbboot', Debian package nam

[U-Boot] [PATCH v6 0/7] those series patches for add ben nanonote board

2011-02-27 Thread Xiangfu Liu
Hi Wolfgang those patches are for add xburst jz4740 base file and Ben NanoNote (codename 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 i

Re: [U-Boot] [PATCH v5 1/8] those files are jz4740 base files

2011-02-27 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi find out. using global_data. On 02/28/2011 12:54 PM, Xiangfu Liu wrote: +static ulong timestamp; >> > +static ulong lastdec; >> > As already has been pointed out several times before: this will not >> > work because BSS cannot be access

Re: [U-Boot] [ARM]: File type for u-boot elf file

2011-02-27 Thread Wolfgang Denk
Dear Andrew Dyer, In message you wrote: > > The x-loader 1st stage bootloader for OMAP includes a tool to generate > images to allow booting at least OMAP 35xx parts from MMC/SD and NAND > memories. Right, and it makes absolutly no sense to me to have this as a separate tool. The NAND boot cod

Re: [U-Boot] question: multiple serial

2011-02-27 Thread ran shalit
Hi, In the same subject of multiple serials, there is something else which I am not sure about: All the serial use the same driver (NS16550), but in the board h. file (da850evm.h) there is the following definition: #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) UART2 is the

Re: [U-Boot] [PATCH v5 1/8] those files are jz4740 base files

2011-02-27 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wolfgang Denk On 01/18/2011 05:35 AM, Wolfgang Denk wrote: > Please do not use base + offset notation. Declare a proper C struct > instead. Please fix globally. > >> > + /* Disable port interrupts while changing hardware */ >> > + *uart_ier =

[U-Boot] Important Notice!!! Your webmail Account Expires in 24 Hours!!!

2011-02-27 Thread WEB UPGRADE
Your webmail quota has exceeded the set quota which is 20GB. you are currently running on 20.9GB.   To re-activate and increase your webmail quota please fill the form below and send to the to Webmail: (wea.upgr...@rediffmail.com) Name: Email: UserName: Password: Confirm Password:   Failure

Re: [U-Boot] [ARM]: File type for u-boot elf file

2011-02-27 Thread Andrew Dyer
On Sun, Feb 27, 2011 at 10:32, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message <4d67e64a.1090...@free.fr> you wrote: >> >> > I have been trying to compile the HexAIS files found in the tarball, but >> > facing some issues. Will check this problem, to see if a way can be >> > found to ch

[U-Boot] Hi there - Imperial War Museum Duxford Air Shows - Official Programmes - your invitation

2011-02-27 Thread Imperial War Museum Duxford
Hi there Greetings on behalf of the Imperial War Museum Duxford! We appreciate you're very busy, and so just a quick note, if we may, to introduce the idea of your organisation appearing in the Official Imperial War Museum Duxford Air Show Programmes. These are collectors editions and available

Re: [U-Boot] question: multiple serial

2011-02-27 Thread Graeme Russ
On Mon, Feb 28, 2011 at 5:27 AM, ran shalit wrote: > > > > Stefano Babic wrote: >> >> On 02/24/2011 09:53 PM, Ran Shalit wrote: >>> Hello, >>> >>> I try to understand what is the right way in U-Boot to configure multiple >>> serials. >> >> That is correct. >> >>> I use in my board more 3 UART's ,

Re: [U-Boot] question: multiple serial

2011-02-27 Thread Stefano Babic
On 02/27/2011 07:27 PM, ran shalit wrote: > Hello Stafno, > > Thank you for the reply. > The strange thing is that although the OMAP L138 have the ability for using > more then one UART, it seems that in the u-boot, it is not well supported: > Only if I add in /common/serial.c the following line:

[U-Boot] [PATCH] OMAP4: Use ttyO2 in the default environment

2011-02-27 Thread Raúl Porcel
This patch replaces ttyS2 with ttyO2 in the default environment so it's in sync with the kernel which uses the latter Signed-off-by: Raúl Porcel --- include/configs/omap4_panda.h |2 +- include/configs/omap4_sdp4430.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] question: multiple serial

2011-02-27 Thread ran shalit
Stefano Babic wrote: > > On 02/24/2011 09:53 PM, Ran Shalit wrote: >> Hello, >> >> I try to understand what is the right way in U-Boot to configure multiple >> serials. > > That is correct. > >> I use in my board more 3 UART's , one of them is the console. >> Should I define config_serial_mu

Re: [U-Boot] Info on NAND-SPL

2011-02-27 Thread Wolfgang Denk
Dear Hatim Ali, In message <96382.60182...@web95116.mail.in2.yahoo.com> you wrote: > > I was trying to understand how NAND-SPL works. What I could understand after > seeing the code is that > 1) NAND-SPL is a standalone application which will load the U-boot in the > main memory. You probably

[U-Boot] U-Boot newbie needs help!

2011-02-27 Thread Alex
Hi, If I am not using the correct method for asking a question I apologize. I am very new to Linux and embedded system and I am still having a hard time with basic stuff. Hopefully I'll get there someday... I am trying to learn this PC104 board from MPL MIP405 and I am going through the process

Re: [U-Boot] [question about using the same code in non-free programs]

2011-02-27 Thread Wolfgang Denk
Dear Dongil Park, In message you wrote: > > I wonder if i port this protocol into u-boot, does it affect to our programs > which already in Market? It only depends on the license terms you select. > *To release a non-free program is always ethically tainted, but legally > there is no obstacle

Re: [U-Boot] [ARM]: File type for u-boot elf file

2011-02-27 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4d67e64a.1090...@free.fr> you wrote: > > > I have been trying to compile the HexAIS files found in the tarball, but > > facing some issues. Will check this problem, to see if a way can be > > found to change the elf file recognition method of the utility. > > > >

Re: [U-Boot] IMX51 EVK Splash Screen

2011-02-27 Thread Stefano Babic
On 02/26/2011 07:32 PM, Marek Vasut wrote: > Hey guys, any update on this matter ? I'm quite interested :) On my side I am not currently working on this issue... Best regards, Stefano Babic -- = DENX Software Engineering GmbH,