Re: u-boot compilation failure for Sifive unmatched board

2023-06-30 Thread Fabio Estevam
Hi Satish, On Fri, Jun 30, 2023 at 3:21 PM satish kumar wrote: > > Hi all > This is Satish, compiling u-boot code based on the reference page: > https://github.com/carlosedp/riscv-bringup/blob/master/unmatched/Readme.md#install-toolchain-to-build-kernel > > u-boot is failing with following

u-boot compilation failure for Sifive unmatched board

2023-06-30 Thread satish kumar
Hi all This is Satish, compiling u-boot code based on the reference page: https://github.com/carlosedp/riscv-bringup/blob/master/unmatched/Readme.md#install-toolchain-to-build-kernel u-boot is failing with following commit id & its tag is commit d637294e264adfeb29f390dfc393106fd4d41b17 (HEAD,

Re: [U-Boot] compilation issue pine64

2018-01-11 Thread Akash Gajjar
Thank you Peter, The issue was there because of an older version of gcc. Now it has been resolved. Thank you once again. On Thu, Jan 11, 2018 at 7:33 AM, Peter Robinson wrote: > On Wed, Jan 10, 2018 at 3:58 PM, Akash Gajjar > wrote: > > Hi All,

Re: [U-Boot] compilation issue pine64

2018-01-10 Thread Peter Robinson
On Wed, Jan 10, 2018 at 3:58 PM, Akash Gajjar wrote: > Hi All, > > Facing compilation issue building pine64 mainline u-boot. > Please see below build log. > > user]$ export CROSS_COMPILE=aarch64-linux-gnu- > > user]$ make pine64_plus_defconfig > HOSTCC

[U-Boot] compilation issue pine64

2018-01-10 Thread Akash Gajjar
Hi All, Facing compilation issue building pine64 mainline u-boot. Please see below build log. user]$ export CROSS_COMPILE=aarch64-linux-gnu- user]$ make pine64_plus_defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD

Re: [U-Boot] compilation failure on Powerpc with SPL

2017-07-31 Thread York Sun
On 07/26/2017 12:45 AM, Ashish Kumar wrote: > Hello York, > > Thanks for the help. Issue is not observed with toolchain gcc-4.9, > > Could you please help understand why this is compiler dependent? > Ashish, To understand your issue, please post the complete log for the error. We need to see

Re: [U-Boot] compilation failure on Powerpc with SPL

2017-07-26 Thread Ashish Kumar
Hello York, Thanks for the help. Issue is not observed with toolchain gcc-4.9, Could you please help understand why this is compiler dependent? Regards Ashish -Original Message- From: York Sun Sent: Wednesday, July 26, 2017 12:04 AM To: Ashish Kumar ; Prabhakar

Re: [U-Boot] compilation failure on Powerpc with SPL

2017-07-25 Thread York Sun
I checked the head of master branch d56b4b1 and e14b116 but don't see compiling error. My toolchain is gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4). York On 07/25/2017 04:14 AM, Ashish Kumar wrote: > Sorry for missing the details. > > repo: > > git://git.denx.de/u-boot.git > >

Re: [U-Boot] compilation failure on Powerpc with SPL

2017-07-25 Thread Ashish Kumar
Sorry for missing the details. repo: git://git.denx.de/u-boot.git commit: e14b1169c0c5a1b362b41451006b492bd16f2fff Merge: 409a81d 172b2e0b Author: Tom Rini Date: Wed Jul 12 08:16:41 2017 -0400 Merge git://www.denx.de/git/u-boot-marvell Regards Ashish From:

Re: [U-Boot] compilation failure on Powerpc with SPL

2017-07-25 Thread Prabhakar Kushwaha
Hi York, Can you please share details of code-base. Regards, Prabhakar From: Ashish Kumar Sent: Tuesday, July 25, 2017 4:13 PM To: York Sun ; Prabhakar Kushwaha ; u-boot@lists.denx.de Subject: compilation failure on Powerpc with SPL Hello York,

[U-Boot] compilation failure on Powerpc with SPL

2017-07-25 Thread Ashish Kumar
Hello York, Prabhakar, I am seeing build failure on powerpc u-boot with SPL. I have checked B4860QDS_NAND_defconfig and T1040RDB_SDCARD_defconfig common/built-in.o:(.got2+0x2a4): undefined reference to `do_bootd' scripts/Makefile.spl:333: recipe for target 'spl/u-boot-spl' failed make[1]: ***

[U-Boot] Compilation errors after enabling the flash support

2016-02-13 Thread Srinivasa_Nagalla
Dell - Internal Use - Confidential Hi, I am developing U-Boot for ARM CPU and enabled FLASH support. During the compilation getting the following error - arch/arm/lib/libarm.o: In function `board_init_r':

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-17 Thread Thirumalesha N
javascript:;; Cooper Jr., Franklin; tr...@konsulko.com javascript:; Subject: Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2 Hi, On Wed, Jun 10, 2015 at 10:29:47AM +0530, Thirumalesha N wrote: Hi all, I have pulled latest code from u-boot main line through git. Using

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-17 Thread Thirumalesha N
: Maxin B. John [mailto:maxin.j...@enea.com] Sent: Wednesday, June 10, 2015 4:10 AM To: Thirumalesha N Cc: u-boot@lists.denx.de; Cooper Jr., Franklin; tr...@konsulko.com Subject: Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2 Hi, On Wed, Jun 10, 2015 at 10:29:47AM +0530

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-10 Thread Maxin B. John
Hi, On Wed, Jun 10, 2015 at 10:29:47AM +0530, Thirumalesha N wrote: Hi all, I have pulled latest code from u-boot main line through git. Using linaro tool chain for am335x board I'm trying to compile tools/env but its giving an error #make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-10 Thread Cooper Jr., Franklin
-Original Message- From: Maxin B. John [mailto:maxin.j...@enea.com] Sent: Wednesday, June 10, 2015 4:10 AM To: Thirumalesha N Cc: u-boot@lists.denx.de; Cooper Jr., Franklin; tr...@konsulko.com Subject: Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2 Hi, On Wed, Jun

[U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-09 Thread Thirumalesha N
Hi all, I have pulled latest code from u-boot main line through git. Using linaro tool chain for am335x board I'm trying to compile tools/env but its giving an error #make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- env HOSTCC tools/env/fw_env.o arm-linux-gnueabihf/include/search.h:173:1

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-26 Thread Altunbas Sabri (DC-IA/EAH2)
-Ursprüngliche Nachricht- Von: s...@google.com [mailto:s...@google.com] Im Auftrag von Simon Glass Gesendet: Mittwoch, 20. Mai 2015 01:16 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-26 Thread Altunbas Sabri (DC-IA/EAH2)
-Ursprüngliche Nachricht- Von: Masahiro Yamada [mailto:yamada.masah...@socionext.com] Gesendet: Samstag, 23. Mai 2015 09:56 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included Hi Altunbas

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-23 Thread Masahiro Yamada
Hi Altunbas, 2015-05-21 19:51 GMT+09:00 Altunbas Sabri (DC-IA/EAH2) sabri.altun...@boschrexroth.de: Hi, Thanks for response I don't find this path in my u-boot. Perhaps I use u-boot-2013-01-01. I crated it and gpio.h in it. But it doesn't work. Best regards If you are using v2013.01,

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-22 Thread Simon Glass
regards -Ursprüngliche Nachricht- Von: s...@google.com [mailto:s...@google.com] Im Auftrag von Simon Glass Gesendet: Mittwoch, 20. Mai 2015 01:16 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-21 Thread Altunbas Sabri (DC-IA/EAH2)
2015 01:16 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included Hi, On 12 May 2015 at 07:53, Altunbas Sabri (DC-IA/EAH2) sabri.altun...@boschrexroth.de wrote: Hi All, I use u-boot for altera

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-19 Thread Simon Glass
Hi, On 12 May 2015 at 07:53, Altunbas Sabri (DC-IA/EAH2) sabri.altun...@boschrexroth.de wrote: Hi All, I use u-boot for altera socfpga cyclone 5 and want to include gpio-functionality with #define CONFIG_CMD_GPIO in file uboot-socfpga/include/configs/ socfpga_cyclone5.h and get the

[U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-12 Thread Altunbas Sabri (DC-IA/EAH2)
Hi All, I use u-boot for altera socfpga cyclone 5 and want to include gpio-functionality with #define CONFIG_CMD_GPIO in file uboot-socfpga/include/configs/ socfpga_cyclone5.h and get the following compilation error .. . In file included from

[U-Boot] Compilation of MLO and u-boot.img for SPI NOR flash (Beagle bone Black)

2015-01-23 Thread manuel eaton
Hi, I want to compile a version of MLO and u-boot for SPI NOR on the beagle bone black board. From buildroot and the uboot-2013.10 version, a MLO.byteswap is compiled, but from the latest version of uboot (u-boot-2015.01), compiled in standalone (outside of buildroot) with the

[U-Boot] u-boot compilation broken for OMAP4 if no USB_HOST_ETHER

2014-10-01 Thread Gregoire Gentil
Hello, If you try to compile u-boot head for OMAP4 without CONFIG_USB_HOST_ETHER, it's failing. --- a/arch/arm/cpu/armv7/omap-common/utils.c +++ b/arch/arm/cpu/armv7/omap-common/utils.c @@ -57,6 +57,8 @@ void __weak usb_fake_mac_from_die_id(u32 *id) device_mac[4] = id[0]

[U-Boot] Compilation

2014-01-29 Thread JYOTI DUBEY
Can anyone inform me the steps for compiling and running the u-boot source code? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Compilation error - Cygwin - Pandaboard

2011-06-08 Thread Detlev Zundel
Hi Iordan, Hello, I'm trying to compile u-boot 2011_06_rc2 under Cygwin, but unfortunatelly a header file could not be found: Only people armed with lots of Make foo dare walk that way :) [...] Is it possible that a search path is not specified? I tried to compile it under Fedora (in

[U-Boot] Compilation error - Cygwin - Pandaboard

2011-06-06 Thread Iordan Neshev
Hello, I'm trying to compile u-boot 2011_06_rc2 under Cygwin, but unfortunatelly a header file could not be found: $ make omap4_panda CROSS_COMPILE=arm-none-eabi- Generating include/autoconf.mk include/common.h:37:20: fatal error: config.h: No such file or directory compilation terminated.

[U-Boot] u-boot compilation lowlevel_init.S:619: error: #error Unknown DDR configuration!!!

2011-02-01 Thread Vaishali
Getting this error with the u-boot compilation http://pastebin.com/h3x90vHK u-boot is a git clone of the git://gitorious.org/hawkboard/u-boot.git plz help any idea what needs to be done to fix this . Thanks . ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] u-boot compilation lowlevel_init.S:619: error: #error Unknown DDR configuration!!!

2011-02-01 Thread Wolfgang Denk
Dear Vaishali, In message AANLkTikrrkC5fk7C1-Pm+Fx88h7Pu_2Nyz6rLJ=x2...@mail.gmail.com you wrote: Getting this error with the u-boot compilation http://pastebin.com/h3x90vHK u-boot is a git clone of the git://gitorious.org/hawkboard/u-boot.git plz help any idea what needs to be done to fix

Re: [U-Boot] u-boot compilation lowlevel_init.S:619: error: #error Unknown DDR configuration!!!

2011-02-01 Thread sughosh ganu
hi, On Tue, Feb 1, 2011 at 9:00 PM, Vaishali vaishali.dhak...@sukrutsystems.com wrote: Getting this error with the u-boot compilation http://pastebin.com/h3x90vHK u-boot http://pastebin.com/h3x90vHK%0Au-boot is a git clone of the git://gitorious.org/hawkboard/u-boot.git plz help any idea

Re: [U-Boot] u-boot compilation lowlevel_init.S:619: error: #error Unknown DDR configuration!!!

2011-02-01 Thread sughosh ganu
hi, On Tue, Feb 1, 2011 at 9:00 PM, Vaishali vaishali.dhak...@sukrutsystems.com wrote: Getting this error with the u-boot compilation http://pastebin.com/h3x90vHK u-boot http://pastebin.com/h3x90vHK%0Au-boot is a git clone of the git://gitorious.org/hawkboard/u-boot.git plz help any idea

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-26 Thread sandeep suresh
. Is it necessary for any conversion? Thanks regards Sandeep Suresh From: Xu, Hong hong...@atmel.com To: sandeep.sur...@yahoo.co.in Cc: u-boot@lists.denx.de Sent: Tue, 24 August, 2010 6:23:46 PM Subject: Re: Non-experimental U-Boot compilation Hi, Dear all

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-24 Thread Reinhard Meyer
Dear sandeep suresh, Dear Reinhard Meyer, Appreciate your quick response. I had done this earlier before posting this mail, but with the same problem: step 1) export PATH=$PATH:/work/arm/4.3.2/bin step 2) make distclean step 3) make AT91SAM9260ek_config step 4)make Can you please help me

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-24 Thread Reinhard Meyer
Dear sandeep suresh, Dear Reinhard Meyer All, Apology for not sending to the mailing list; forwarding the same to the mailing list. There is already a #define CONFIG_AT91SAM9260ek 1 in /include/configs/at91sam9260ek.h. I will check further. #define CONFIG_AT91SAM9G20EK !!! I

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-24 Thread Xu, Hong
Hi, Dear all, I am using the AT91SAM9G20EK kit and want to port Linux on this. Actually Atmel has already done this, see http://www.linux4sam.org the AT91SAM9260ek configuration as it seems the closest. The problem is after building the U-boot with the sources for this board,

[U-Boot] Non-experimental U-Boot compilation

2010-08-23 Thread sandeep suresh
Dear all, I am using the AT91SAM9G20EK kit and want to port Linux on this. I am using the AT91SAM9260ek configuration as it seems the closest. The problem is after building the U-boot with the sources for this board, generating the .bin, loading and a power on reset (POR), there isn't a

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-23 Thread Reinhard Meyer
Dear sandeep suresh, Dear all, I am using the AT91SAM9G20EK kit and want to port Linux on this. I am using the AT91SAM9260ek configuration as it seems the closest. The problem is after building the U-boot with the sources for this board, generating the .bin, loading and a power on

[U-Boot] compilation error for omap3sdp3430 with eldk4.1

2010-06-18 Thread Shrikumar Sharma
Hi Apologies if this is not the right forum for this question. Please let me know which is the right one if this is the case. I have installed eldk-4.1 and am trying to build u-boot for omap3_sdp3430_config. Basically the steps I followed were: make omap3_sdp3430_config make However this

[U-Boot] Compilation Problem with u-boot-2009.08

2010-05-05 Thread Ronny D
I am compiling the u-boot-2009.08.tar.bz2 code for PPC440 based Taishan board. To debug the code i put u-boot in debug mode i.e enable the debug mode by commented out DBGFLAGS= -g  -DDEBUG in top level config.mk With this debug flag i am not able to compile the code. Please let me know

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, In message 001201cadacb$dc5e8a40$951b9e...@gowdar@gmobis.com you wrote: I am compiling u-boot latest version for MIPS processor Au1350. When I compile I get the following error as mentioned below. mipsel-linux-ld:

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Gurumurthy Gowdar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, April 13, 2010 1:23 PM To: Gurumurthy Gowdar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] u-boot compilation for MIPS Au1x00 board Dear Gurumurthy Gowdar, In message 001201cadacb$dc5e8a40$951b9e...@gowdar@gmobis.com

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, In message 000301cadae2$85b053b0$9110fb...@gowdar@gmobis.com you wrote: Please let me know where I can get the latest version of ELDK for MIPS. ftp://ftp.denx.de/pub/eldk/4.1/mips-linux-x86/iso/mips-2007-01-21.iso Best regards, Wolfgang Denk -- DENX Software

[U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-12 Thread Gurumurthy Gowdar
Hi all, I am compiling u-boot latest version for MIPS processor Au1350. When I compile I get the following error as mentioned below. mipsel-linux-ld: /opt/rmi-linux/db1300/lib/gcc/mipsel-linux/4.2.4/libgcc.a(_lshrdi3.o): compiled for a little endian system and target is big endian

[U-Boot] U-boot compilation for little endian

2010-03-01 Thread Ronny D
Hi Stefan, I am using customized ppc440 based board. We need u-boot in little endian. Will it possible to compile the u-boot source in little endian for ppc440? Regards, Ronny D  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.

Re: [U-Boot] U-boot compilation for little endian

2010-03-01 Thread Wolfgang Denk
Dear Ronny D, In message 143206.74847...@web46114.mail.sp1.yahoo.com you wrote: I am using customized ppc440 based board. We need u-boot in little endian. Will it possible to compile the u-boot source in little endian for ppc440? The natural byte order for the Power Architecture is Big

[U-Boot] Compilation error for fw_printenv

2009-09-17 Thread Rahanesh
Hi All, While trying to compile fw_printenv under tools/env directory of u-boot i am getting the following error: fw_env.c:34:27: error: linux/mtd/mtd.h: No such file or directory fw_env.c: In function fw_printenv: fw_env.c: In function flash_io: fw_env.c:390: error: erase_info_t undeclared

Re: [U-Boot] Compilation error for fw_printenv

2009-09-17 Thread Wolfgang Denk
Dear Rahanesh, In message 4ab20222.3050...@tataelxsi.co.in you wrote: Hi All, While trying to compile fw_printenv under tools/env directory of u-boot i am getting the following error: fw_env.c:34:27: error: linux/mtd/mtd.h: No such file or directory fw_env.c: In function fw_printenv:

Re: [U-Boot] Compilation error for fw_printenv

2009-09-17 Thread Rahanesh
Dear Wolfgang. Obviously your cross tool chain does not provide the (needed) linux/mtd/mtd.h header file. Either use a more complete tool chain (we use the ELDK), or manually add this file to your cross tool chain's headers. After cross compiling now i get the following behaviour.

[U-Boot] Compilation erros while trying at compile ARM DaVinci

2009-08-10 Thread Paulraj, Sandeep
I get the following compilation errors when I try to compile DaVinci DM355 on the latest U-Boot source. I thought I saw similar issues on the mailing list some time back. Have these been resolved? 3.2/libgcc.a(_udivsi3.o) has EABI version 5, but target u-boot has EABI version 0

Re: [U-Boot] Compilation erros while trying at compile ARM DaVinci

2009-08-10 Thread Eric Bénard
Hi, aulraj, Sandeep a écrit : I get the following compilation errors when I try to compile DaVinci DM355 on the latest U-Boot source. I thought I saw similar issues on the mailing list some time back. Have these been resolved? 3.2/libgcc.a(_udivsi3.o) has EABI version 5, but target

Re: [U-Boot] Compilation erros while trying at compile ARM DaVinci

2009-08-10 Thread Paulraj, Sandeep
-Original Message- From: Eric Bénard [mailto:e...@eukrea.com] Sent: Monday, August 10, 2009 11:26 AM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Compilation erros while trying at compile ARM DaVinci Hi, aulraj, Sandeep a écrit : I get the following

Re: [U-Boot] Compilation erros while trying at compile ARM DaVinci

2009-08-10 Thread Detlev Zundel
Hi Sandeep, try to add USE_PRIVATE_LIBGCC=yes to you make commande. [Sandeep] It compiles. Is this some kind of a permanent solution? I see lots of e-mails on arm not including libgcc. It should not be a permanent solution. It is need however as long as a) ARM on U-Boot forces the ABI to

Re: [U-Boot] Compilation error - MPC8536DS

2009-08-03 Thread Felix Radensky
Hi, Wolfgang Wolfgang Denk wrote: Dear Felix Radensky, In message 4a75ece6.8090...@embedded-sol.com you wrote: I'm hitting the error below when compiling the latest git u-boot for MPC8536DS target. I'm using toolchain from Freescale BSP for this board. ld version is

[U-Boot] Compilation error - MPC8536DS

2009-08-02 Thread Felix Radensky
Hi, I'm hitting the error below when compiling the latest git u-boot for MPC8536DS target. I'm using toolchain from Freescale BSP for this board. ld version is 2.18.50.20080215, gcc version is 4.3.2. Any ideas how to fix this ? UNDEF_SYM=`powerpc-none-linux-gnuspe-objdump -x

Re: [U-Boot] Compilation error - MPC8536DS

2009-08-02 Thread Wolfgang Denk
Dear Felix Radensky, In message 4a75ece6.8090...@embedded-sol.com you wrote: I'm hitting the error below when compiling the latest git u-boot for MPC8536DS target. I'm using toolchain from Freescale BSP for this board. ld version is 2.18.50.20080215, gcc version is 4.3.2. Any ideas how

[U-Boot] Compilation error when adding 4GB support in NAND driver

2009-06-04 Thread Paulraj, Sandeep
The 4Gb support was added to the Linux MTD system sometime back and I am trying to add the same in U-Boot Basically I am referring to http://git.infradead.org/mtd-2.6.git?a=commit;h=69423d99fc182a81f3c5db3eb5c140acc6fc64be and I am adding the same stuff in the latest U-boot as I need to support

Re: [U-Boot] Compilation error when adding 4GB support in NAND driver

2009-06-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:40 Thu 04 Jun , Paulraj, Sandeep wrote: The 4Gb support was added to the Linux MTD system sometime back and I am trying to add the same in U-Boot Basically I am referring to http://git.infradead.org/mtd-2.6.git?a=commit;h=69423d99fc182a81f3c5db3eb5c140acc6fc64be and I am adding

Re: [U-Boot] Compilation error when adding 4GB support in NAND driver

2009-06-04 Thread Paulraj, Sandeep
Subject: Re: [U-Boot] Compilation error when adding 4GB support in NAND driver On 08:40 Thu 04 Jun , Paulraj, Sandeep wrote: The 4Gb support was added to the Linux MTD system sometime back and I am trying to add the same in U-Boot Basically I am referring to http://git.infradead.org/mtd

Re: [U-Boot] Compilation error when adding 4GB support in NAND driver

2009-06-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:48 Thu 04 Jun , Paulraj, Sandeep wrote: JC, Is the 4GB support going to added in the u-boot-nand anytime soon? do not known but the arm compiling issue will be fix soon Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Compilation warning: MSR_RI redefined

2009-04-02 Thread Stefan Roese
Hi Detlev, your patch 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware diagnosis functions for inka4x0] introduced all kind of new defines in the ns16550.h header resulting in a warning on some 4xx platforms: [ste...@kubuntu u-boot (master)]$ ./MAKEALL ml300 Configuring for

Re: [U-Boot] Compilation warning: MSR_RI redefined

2009-04-02 Thread Detlev Zundel
Hi Stefan, your patch 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware diagnosis functions for inka4x0] introduced all kind of new defines in the ns16550.h header resulting in a warning on some 4xx platforms: [ste...@kubuntu u-boot (master)]$ ./MAKEALL ml300 Configuring for

Re: [U-Boot] Compilation warning: MSR_RI redefined

2009-04-02 Thread Stefan Roese
On Thursday 02 April 2009, Detlev Zundel wrote: I suggest to either remove this MSI_RI from the header again (it doesn't seem to be used here) or rename it. Ok, so much for the plan to add the defines not bit by bit as needed, but register-wise, while we're there. I actually would prefer

Re: [U-Boot] Compilation warning: MSR_RI redefined

2009-04-02 Thread Kumar Gala
On Apr 2, 2009, at 4:03 AM, Stefan Roese wrote: On Thursday 02 April 2009, Detlev Zundel wrote: I suggest to either remove this MSI_RI from the header again (it doesn't seem to be used here) or rename it. Ok, so much for the plan to add the defines not bit by bit as needed, but

Re: [U-Boot] Broken network for different u-boot compilation

2008-11-08 Thread Wolfgang Denk
Dear Sriram Chadalavada, In message [EMAIL PROTECTED] you wrote: I have a Cirrus Logic EDB7312 prototype evaluation board and want This has nothing to do with Subject. Please do not hijack other threads! to port uboot to it. Is the newsgroup still functional? I was not able to

Re: [U-Boot] Broken network for different u-boot compilation

2008-11-07 Thread Duy-Ky Nguyen
Hello, I'm using u-boot 1.3.0 from the latest FreeScale Linux BSP MPC8313E-RDB. If I set TEXT_BASE = 0x100, so I could use BDI debugger to load into RAM and run it out of RAM. I'm ABLE to ping to the host from u-boot But, if I set TEXT_BASE=0xFE00, and burn the image it into Flash,

Re: [U-Boot] Broken network for different u-boot compilation

2008-11-07 Thread Sriram Chadalavada
Dear Uboot community, I have a Cirrus Logic EDB7312 prototype evaluation board and want to port uboot to it. Is the newsgroup still functional? I was not able to access it via thunderbird. Regards, Ram On Fri, Nov 7, 2008 at 3:23 PM, Duy-Ky Nguyen [EMAIL PROTECTED]wrote: Hello,

[U-Boot] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- I had problem in the