Re: [U-Boot-Users] UBOOT port to i.MX27ADS - NAND issues

2008-10-31 Thread Nishanth Menon
yer will be smart enough to handle the same. Regards, Nishanth Menon Ref: [1] http://beagleboard.org [2] http://www.nabble.com/-U-Boot--Pull-request%3A-nand-flash-to20236313.html - This SF.Net email is sponsored by the Moblin You

Re: [U-Boot-Users] [Patch 3/3] U-Boot-V2:Board:OMAP Introduce Beagle

2008-07-22 Thread Nishanth Menon
. > This is just an idea, I won't reject the patch because of this. > > Yes, it is obvious that a loop will look simpler, except that the code context here is in board_init - where only the bare minimum sram stack is available and cinit is not done.. inline code is a req

Re: [U-Boot-Users] [Patch 1/3] U-Boot-V2:Board:OMAP common board.h

2008-07-22 Thread Nishanth Menon
e have had on other versions where duplication of code was forced due to splitting files accross. Nothing OMAP specific is put there. it is pure board only information over here. Regards, Nishanth Menon - This SF.Net email is sponsored b

Re: [U-Boot-Users] NOKIA's BB5 boards

2008-05-18 Thread Nishanth Menon
rm(1710) source here: http://linux.omap.com/pub/bootloader/h3/source/ BB5 would need some tweaking ofcourse. Regards, Nishanth Menon - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. h

[U-Boot-Users] [Patch] U-Boot-V2: Sandbox: remove unwanted compiler flags

2008-05-08 Thread Nishanth Menon
The following patch removes global compilation flags duplicated in sandbox makefile. This also works-around a probable compiler issue noted in my mail here: http://sourceforge.net/mailarchive/forum.php?thread_name=48193193.30508%40gmail.com&forum_name=u-boot-users Signed-off-by: Nishanth M

[U-Boot-Users] U-Boot V2 question

2008-05-02 Thread Nishanth Menon
Hi Sascha, This is with regards to U-Boot V2 .dox files. Are these hand coded or was some WYSIWYG editor generated? E.g.: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-v2.git;a=blob;f=Documentation/developers_manual.dox;hb=HEAD Thanks and regards, Nishanth Menon

Re: [U-Boot-Users] U-Boot V2: error: unable to open 'stdarg.h'

2008-05-01 Thread Nishanth Menon
Nishanth Menon said the following on 04/30/2008 09:57 PM: > Commands: > make sandbox_defconfig > make V=1 C=2 > > sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise > -nostdinc -isystem /usr/lib/gcc/x86_64-linux

[U-Boot-Users] U-Boot V2: error: unable to open 'stdarg.h'

2008-04-30 Thread Nishanth Menon
4.2.3 (Ubuntu 4.2.3-2ubuntu7) Sparse: tried with 2 of them: [1] http://kernel.org/pub/software/devel/sparse/dist/sparse-0.4.1.tar.gz [2] http://www.codemonkey.org.uk/projects/git-snapshots/sparse/sparse-2008-05-01.tar.gz Regards, Nishanth Menon

[U-Boot-Users] Uboot-V2: ARM: towards a common start-arm.S

2008-03-17 Thread Nishanth Menon
implementation I plan on doing. Regards, Nishanth Menon /* * armboot - Startup Code for ARM920 CPU-core * * Copyright (c) 2001 Marius Gr�ger <[EMAIL PROTECTED]> * Copyright (c) 2002 Alex Z�pke <[EMAIL PROTECTED]> * Copyright (c) 2002 Gary Jennejohn <[EMAIL PROTECTED]> *