[U-Boot] Hoe to configure u-boot for NIOS-2 processor

2011-10-30 Thread Purushothamrao
Dear All, Good Morning. To carryout my embedded project on NIOS-II processor, I have to configure u-boot. I used the following command and the responce is as follows. # cd u-boot-1.1.6 # make distclean # make NIOS-2_config make: *** No rule to make target 'NIOS2_config'. Stop. Kindly guide me h

Re: [U-Boot] [BREAKAGE] gplugd board / armada100_fec

2011-10-30 Thread Ajay Bhargav
- "Marek Vasut" wrote: > Dear Ajay Bhargav, > > I compiled the "gplugd" board and I got the following warnings, please > fix. > > Configuring for gplugd board... > armada100_fec.c: In function 'armdfec_init': > armada100_fec.c:483:2: warning: dereferencing type-punned pointer will > break

Re: [U-Boot] [PATCH v5 09/11] arm926ejs, davinci: add cpuinfo for dm365

2011-10-30 Thread Prabhakar Lad
Hi Heiko, I already see a patch for printing cpu info for dm365(rather for all davinci family) . Link for the patch, which is more cleaner. Regards --Prabhakar Lad On Mon, Oct 31, 2011 at 10:23 AM, Heiko Schocher wrote: > Signed

[U-Boot] [PATCH] davinci, mmc: fix gcc 4.6 build warnings

2011-10-30 Thread Heiko Schocher
Fix: davinci_mmc.c: In function 'dmmc_wait_fifo_status': davinci_mmc.c:72:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable] davinci_mmc.c: In function 'dmmc_busy_wait': davinci_mmc.c:89:7: warning: variable 'mmcstatus1' set but not used [-Wunused-but-set-variable] De

[U-Boot] [PATCH v5 04/11] spl: add option for adding post memory test to the SPL framework

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj Cc: Sergei Shtylyov --- changes for v4: - add comment from Sergei Shtylyov: - remove Leftmost open parent in dox/README.SPL doc/README.SPL |1 + spl/Makefile |1 + 2 files changed, 2 insertions(+), 0 deletions(-

[U-Boot] [PATCH v5 11/11] arm, davinci: add cam_enc_4xx support

2011-10-30 Thread Heiko Schocher
- DM368 SOC - booting with spl not with UBL from TI - before loading u-boot from NAND into RAM, test the RAM with the post memory test. If error is found, switch all LEDs on and halt system. - SPI Flash Dataflash Typ: M25PE80 - Ethernet DM9161BI - MMC - USB Signed-off-by: Heiko Schocher Cc:

[U-Boot] [PATCH v5 03/11] net, davinci_emac: make clock divider in MDIO control register configurable

2011-10-30 Thread Heiko Schocher
Define CONFIG_SYS_EMAC_TI_CLKDIV for setting the clkdiv value in the MDIO control register. Signed-off-by: Heiko Schocher cc: Sandeep Paulraj cc: Wolfgang Denk --- drivers/net/davinci_emac.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/davinci_e

[U-Boot] [PATCH v5 08/11] arm, davinci: add lowlevel function for dm365 soc

2011-10-30 Thread Heiko Schocher
used for booting (for example) from NAND using spl code. Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj Cc: Christian Riesch --- changes for v2: - fix bug for dm365 if setup A2CR register - rebase to TOT: - rename DM36x_DDR_* to DV_DDR_* - add support for new SPL fra

[U-Boot] [PATCH v5 09/11] arm926ejs, davinci: add cpuinfo for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj --- Changes for v2: - rebase to TOT arch/arm/cpu/arm926ejs/davinci/cpu.c | 27 - arch/arm/include/asm/arch-davinci/pll_defs.h |4 +++ 2 files changed, 29 insertions(+), 2 deletions(-) d

[U-Boot] [PATCH v5 01/11] usb, davinci: add enable_vbus() weak function

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Remy Bohmer Cc: Albert ARIBAUD Cc: Igor Grinberg --- changes for v4: - patch is new since v4, as Igor Grinberg suggested. drivers/usb/musb/davinci.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/usb/musb/davinci

[U-Boot] [PATCH v5 06/11] spl, nand: add 4bit HW ecc oob first nand_read_page function

2011-10-30 Thread Heiko Schocher
similiar to commit dc7cd8e59ba077f3b4c1a4557c9cd86a31b9ab1f, only adapted for the new spl framework. Signed-off-by: Heiko Schocher Acked-by: Tom Rini Acked-by: Scott Wood Cc: Albert ARIBAUD Cc: Sandeep Paulraj --- changes for v2: - add comment from Scott Wood: as BSS is cleared, no need fo

[U-Boot] [PATCH v5 07/11] arm, davinci: add header files for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj Cc: Christian Riesch --- changes for v2: - rebase to TOT - add defines for timer 3 and 4 - delete "struct dv_timer_regs" as it is now "davinci_timer" changes for v5: - add comment from Christian Riesch: use lpsc_on() and l

[U-Boot] [PATCH v5 10/11] arm926ejs, davinci: add missing spi defines for dm365

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj --- arch/arm/include/asm/arch-davinci/hardware.h |2 ++ arch/arm/include/asm/arch-davinci/pll_defs.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/

[U-Boot] [PATCH v5 02/11] arm, usb, davinci: make USBPHY_CTL register configurable

2011-10-30 Thread Heiko Schocher
Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control register. Signed-off-by: Heiko Schocher Acked-by: Remy Bohmer cc: Sandeep Paulraj cc: Remy Bohmer --- drivers/usb/musb/davinci.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci

[U-Boot] [PATCH v5 05/11] arm, davinci: add support for new spl framework

2011-10-30 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Sandeep Paulraj --- Makefile |8 +++- arch/arm/cpu/arm926ejs/davinci/Makefile |8 arch/arm/cpu/arm926ejs/davinci/spl.c | 63 + arch/arm/cpu/arm926ejs/davinci/s

[U-Boot] [PATCH v5 00/11] arm, davinci: add support for dm368 based cam_enc_4xx board

2011-10-30 Thread Heiko Schocher
This is a repost of the cam_enc_4xx board support patches from http://lists.denx.de/pipermail/u-boot/2011-October/106692.html changes for v5: - rebase against TOT ce5207e191c59b3135303fd03b98dd2ac3701ba2 - add comment from Christian Riesch: use lpsc_on() and lpsc_syncreset(), remove dm365_

Re: [U-Boot] [RFC] himport_r() with the first call malloc() (with bin relocation) problem in NDS32 architecture

2011-10-30 Thread Vinay
馬克泡 gmail.com> writes: > himport_r: can't malloc 29 bytes > ERROR: Environment import failed: errno = 12 > > at env_common.c:194/set_default_env() > Hi, Did you get solution to this malloc failure in himpotr_r issue? I'm hitting the same issue and looking forward to some help. Thanks Vinay

[U-Boot] [PATCH] sh: Add a flag which controls the DDR ECC mode of sh7757lcr

2011-10-30 Thread Nobuhiro Iwamatsu
When DDR-ECC is effective, the physical memory which can be used reduces this boardby half. However, this mode can chenge to disable. When it was disabled, user can use 512 MB of physical memory. Signed-off-by: Nobuhiro Iwamatsu CC: "Yoshihiro Shimoda" --- board/renesas/sh7757lcr/lowlevel_init

Re: [U-Boot] [PATCH 2/6] mx53evk: Remove unused get_board_rev function

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam : > No board information is passed for MX53EVK, so remove get_board_rev function. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- >  board/freescale/mx53evk/mx53evk.c |    5 - >  include/configs/mx53evk.h         |    1 - >  2 files changed, 0 insertions(+), 6

Re: [U-Boot] [PATCH 5/6] mx53loco: Remove unused get_board_rev function

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam : > No board information is passed for MX53LOCO, so remove get_board_rev function. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- >  board/freescale/mx53loco/mx53loco.c |    5 - >  include/configs/mx53loco.h          |    1 - >  2 files changed, 0 insertions(+

Re: [U-Boot] [PATCH v2 1/6] mx53evk: Remove unneeded '1' from mx53evk.h

2011-10-30 Thread Jason Liu
2011/10/27 Fabio Estevam : > Remove unneeded '1' from mx53evk.h. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Fix board name in Subject > >  include/configs/mx53evk.h |   16 >  1 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/inc

Re: [U-Boot] [PATCH] mx53evk: Add RTC support

2011-10-30 Thread Jason Liu
2011/10/25 Stefano Babic : > On 10/25/2011 01:44 PM, Fabio Estevam wrote: >> MX53EVK has an MC13892 PMIC. Add RTC support. >> >> Signed-off-by: Fabio Estevam >> --- >>  include/configs/mx53evk.h |    2 ++ >>  1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/include/configs/mx53e

Re: [U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Yoshihiro Shimoda
2011/10/31 11:25, Mike Frysinger wrote: > On Sunday 30 October 2011 21:44:13 Yoshihiro Shimoda wrote: >> In the latest U-Boot, the include/common.h includes the asm/cache.h. >> So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is >> multiple defination. > > i posted a fix for this

Re: [U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 21:44:13 Yoshihiro Shimoda wrote: > In the latest U-Boot, the include/common.h includes the asm/cache.h. > So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is > multiple defination. i posted a fix for this already: http://thread.gmane.org/gmane.co

Re: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h

2011-10-30 Thread Che-liang Chiou
Hi, On Mon, Oct 31, 2011 at 2:33 AM, Anatolij Gustschin wrote: > Please next time additionally use '-C' Option for 'git format-patch ...' Thanks for the advice. I will add -C option. Regards, Che-Liang ___ U-Boot mailing list U-Boot@lists.denx.de http:

[U-Boot] [PATCH] sh: espt: change config for new sh_eth driver

2011-10-30 Thread Yoshihiro Shimoda
The new sh_eth driver uses the phy driver. So, this patch enables it. Signed-off-by: Yoshihiro Shimoda --- include/configs/espt.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/espt.h b/include/configs/espt.h index 38058c7..3df1fae 100644 --- a/includ

[U-Boot] [PATCH] sh7763rdp: change config for new sh_eth driver

2011-10-30 Thread Yoshihiro Shimoda
The new sh_eth driver uses the phy driver. So, this patch enables it. Signed-off-by: Yoshihiro Shimoda --- include/configs/sh7763rdp.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index b8eb13d..59728f5 1006

[U-Boot] [PATCH] sh: fix build error in cache.h

2011-10-30 Thread Yoshihiro Shimoda
In the latest U-Boot, the include/common.h includes the asm/cache.h. So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is multiple defination. sh4-linux-gnu-ld -e 0x8FFC --defsym reloc_dst=0x8FFC -r -o libsh4.o cpu.o interrupts.o watchdog.o cache.o start.o interrupts.o:

Re: [U-Boot] [PATCH] nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().

2011-10-30 Thread Thomas Chou
On 10/26/2011 08:25 PM, Joachim Foerster wrote: > The main motivation is, to have the local-mac-address property of the > ethernet peripherals fixed/synced with U-Boot's environment settings. > > Signed-off-by: Joachim Foerster > --- > arch/nios2/cpu/Makefile |1 + > arch/nios2/cpu/fdt.c

Re: [U-Boot] [PATCH V2] mvsata_ide: add delay after EDMA port reset -- PLEASE DISREGARD.

2011-10-30 Thread Albert ARIBAUD
Le 31/10/2011 01:38, Albert ARIBAUD a écrit : > Although fast SoCs like kirkwood can cope without it, > this delay is required by orion5x-based chips, either > because they are slower, or because they run U-Boot > from NOR, or both. > > Signed-off-by: Albert ARIBAUD Please disregard my fit of 'pos

[U-Boot] [PATCH] cmd_bdinfo: simplify local static funcs a bit

2011-10-30 Thread Mike Frysinger
If we move the local funcs to the top of the file, and use the __maybe_unused define, we can drop a lot of ugly ifdef logic and duplicated prototypes. Signed-off-by: Mike Frysinger --- common/cmd_bdinfo.c | 89 ++ 1 files changed, 32 insertions(+

Re: [U-Boot] [PATCHv10] new tool mkenvimage: generates an env image from an arbitrary config file

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 16:44:38 Wolfgang Denk wrote: > David Wagner wrote: > > This tool takes a key=value configuration file (same as would a > > `printenv' show) and generates the corresponding environment image, > > ready to be flashed. > > > > use case: flash the environment with an externa

Re: [U-Boot] [PATCH] powerpc: Correct build warning introduced by getenv_ulong() patch

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 23:41:54 Simon Glass wrote: > --- a/arch/powerpc/lib/board.c > +++ b/arch/powerpc/lib/board.c > > */ > void board_init_r (gd_t *id, ulong dest_addr) > { > - char *s; > bd_t *bd; > ulong malloc_start; > > @@ -727,6 +726,8 @@ void board_init_r (gd_t *id,

Re: [U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

2011-10-30 Thread Mike Frysinger
On Sunday 23 October 2011 23:44:35 Simon Glass wrote: > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > > flash_size = flash_init(); > if (flash_size > 0) { > # ifdef CONFIG_SYS_FLASH_CHECKSUM > + char *s = getenv("flashchecksum"); > + > print_size(f

Re: [U-Boot] [PATCH 2/3] nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment

2011-10-30 Thread Mike Frysinger
On Friday 28 October 2011 00:46:38 馬克泡 wrote: > Since the NDS32 has been come into mainline. > Could I pick up this kind of simple changes of reviewed patches which > are related to NDS32 only by myself, > and then send pull-request to you? > Hope this could reducing your loading and gain some bene

[U-Boot] [PATCH V2] mvsata_ide: add delay after EDMA port reset

2011-10-30 Thread Albert ARIBAUD
Although fast SoCs like kirkwood can cope without it, this delay is required by orion5x-based chips, either because they are slower, or because they run U-Boot from NOR, or both. Signed-off-by: Albert ARIBAUD --- Patch history: V2: increase delay to 10 us for reliable ide reset from NOR FLAS

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 19:45:43 Marek Vasut wrote: > > On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: > > > > On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: > > > > > --- a/drivers/usb/eth/smsc95xx.c > > > > > +++ b/drivers/usb/eth/smsc95xx.c > > > > > > > > > > - addr_lo = c

Re: [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

2011-10-30 Thread Albert ARIBAUD
Hi Simon, Le 25/10/2011 05:52, Simon Glass a écrit : > This is just for testing - please try it out and report back with results. > For me it works on Minicom but not ser2net. Exactly how does it not work, i.e. what happens that you did not expect, or what does not happen that you did expect? >

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
> On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: > > > On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: > > > > --- a/drivers/usb/eth/smsc95xx.c > > > > +++ b/drivers/usb/eth/smsc95xx.c > > > > > > > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > > > > + addr_lo = c

[U-Boot] [PATCH] mvsata_ide: add delay after EDMA port reset

2011-10-30 Thread Albert ARIBAUD
Although fast SoCs like kirkwood can cope without it, this delay is required by slower chips like orion5x. Signed-off-by: Albert ARIBAUD --- Commit 70c55f5ab324d43093f1c8745462d92042b7306d had introduced resetting the EDMA port on IDE reset. This obviously worked for kirkwoods, but not for orion5

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 16:48:50 Marek Vasut wrote: > > On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: > > > --- a/drivers/usb/eth/smsc95xx.c > > > +++ b/drivers/usb/eth/smsc95xx.c > > > > > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > > > + addr_lo = cpu_to_le32(*eth->enetaddr)

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201110302148.50367.marek.va...@gmail.com> you wrote: > > > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > > > > + addr_lo = cpu_to_le32(*eth->enetaddr); > > > > > > pretty sure this is wrong. enetaddr is a uchar[], so your code now > > > rea

Re: [U-Boot] [RFC/PATCH] common/usb: use cache-alligned buffers

2011-10-30 Thread Ilya Yanok
Hi Mike, On 27.10.2011 02:20, Mike Frysinger wrote: >> What do you think, how should we deal with it? Make all buffers >> alligned or implement bounce-buffering inside host driver? > > since this is a common issue to most USB controllers, aligning the > buffers is probably best. and should be re

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110302148.50367.marek.va...@gmail.com> you wrote: > > > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > > > + addr_lo = cpu_to_le32(*eth->enetaddr); > > > > pretty sure this is wrong. enetaddr is a uchar[], so your code now reads > > only 1 byte instead of

Re: [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

2011-10-30 Thread Mike Frysinger
On Monday 24 October 2011 23:52:24 Simon Glass wrote: > This is just for testing - please try it out and report back with results. > For me it works on Minicom but not ser2net. > > This needs to be controlled by an environment variable, CONFIG option or > both. We may need a way of specifying flow

Re: [U-Boot] [PATCH 1/2] Create a single cmd_call() function to handle command execution

2011-10-30 Thread Mike Frysinger
On Tuesday 25 October 2011 19:05:02 Simon Glass wrote: > On Tue, Oct 25, 2011 at 6:57 AM, Mike Frysinger wrote: > > On Mon, Oct 24, 2011 at 23:52, Simon Glass wrote: > >> +int cmd_call(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) > >> +{ > >> + int result; > >> + > >> + re

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Marek Vasut
> On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: > > --- a/drivers/usb/eth/smsc95xx.c > > +++ b/drivers/usb/eth/smsc95xx.c > > > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > > + addr_lo = cpu_to_le32(*eth->enetaddr); > > pretty sure this is wrong. enetaddr is a uchar[], so y

Re: [U-Boot] [PATCH 12/18] GCC4.6: Squash warnings in smsc95xx.c

2011-10-30 Thread Mike Frysinger
On Tuesday 25 October 2011 05:39:58 Marek Vasut wrote: > --- a/drivers/usb/eth/smsc95xx.c > +++ b/drivers/usb/eth/smsc95xx.c > > - addr_lo = cpu_to_le32(*((u32 *)eth->enetaddr)); > + addr_lo = cpu_to_le32(*eth->enetaddr); pretty sure this is wrong. enetaddr is a uchar[], so your code now

Re: [U-Boot] [PATCH v6 4/4] usb: add USB support for Efika

2011-10-30 Thread Stefano Babic
On 10/30/2011 09:18 PM, Marek Vasut wrote: >> This commit adds USB support for EfikaMX and EfikaSB. >> >> Signed-off-by: Jana Rapava >> Signed-off-by: Marek Vasut >> Cc: Remy Bohmer >> Cc: Stefano Babic >> >> Acked-by: Marek Vasut >> --- >> Changes for v2: >> - introduce temporary variable

Re: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Wolfgang Denk
Dear Stefano, In message <4eadb0d2.8010...@denx.de> you wrote: > > Thanks for reporting, but > > ..I have already sent a fix for this last week, using also the standard > mechanism in arch/arm/lib/board.c to set the mach-id: Sorry, I missed that. Thanks. Best regards, Wolfgang Denk -- D

Re: [U-Boot] [PATCH v6 4/4] usb: add USB support for Efika

2011-10-30 Thread Marek Vasut
> This commit adds USB support for EfikaMX and EfikaSB. > > Signed-off-by: Jana Rapava > Signed-off-by: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic > > Acked-by: Marek Vasut > --- > Changes for v2: > - introduce temporary variable in ulpi_write > - whitespace changes > Changes

Re: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Stefano Babic
On 10/30/2011 02:18 PM, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > cc: Stefano Babic > --- > include/configs/tx25.h |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/include/configs/tx25.h b/include/configs/tx25.h > index 8cb57ff..39d551e 100644 > --- a

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201110300047.46696.marek.va...@gmail.com> you wrote: > > > /* > > > > > > > > > --*/ +#ifndef MACH_TYPE_EB_CPUX9K2 > > > +#define MACH_TYPE_EB_CPUX9K2 1977 > > > +#endif > > >

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-30 Thread Mike Frysinger
On Saturday 22 October 2011 04:21:18 Albert ARIBAUD wrote: > Many U-Boot environments use 'tftp' as a shorthand to tftpboot. Did you > verify that this is not broken by the introduction of 'tftpput'? those boards are broken. we can't sanely maintain support for people relying on autocompleted co

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201110300038.14360.marek.va...@gmail.com> you wrote: > > > Signed-off-by: Wolfgang Denk > > > --- > > > > > > post/post.c | 59 > > > > > > +++ 1 files > > > changed, 27 insertions(+), 32 deletions(-)

Re: [U-Boot] [PATCH] drivers/rtc/ds1337.c: fix GCC 4.6 build warnings

2011-10-30 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201110300039.59309.marek.va...@gmail.com> you wrote: > > > -#undef DEBUG_RTC > > > - > > > -#ifdef DEBUG_RTC > > > -#define DEBUGR(fmt,args...) printf(fmt ,##args) > > > -#else > > > -#define DEBUGR(fmt,args...) > > > -#endif > > > -/*---

Re: [U-Boot] [PATCH 04/39] GCC4.6: Squash warning in cmd_date.c

2011-10-30 Thread Mike Frysinger
On Friday 21 October 2011 20:16:59 Marek Vasut wrote: > +static inline unsigned int I2C_GET_BUS(void) > __attribute__((always_inline)); > +static inline unsigned int I2C_GET_BUS(void) > +{ there's no need to have these prototypes double up. if you really truly need the "always inline" markings,

Re: [U-Boot] Patch Submission - Mend mkimage getline errors for Max OS X 10.7

2011-10-30 Thread Mike Frysinger
On Wednesday 26 October 2011 15:43:11 Bradley, Brandon L wrote: > This fixes the getline definition in OS X Lion. Apple's stdio library comes > with getline now. This change comes from Joseph Roback via OpenWRT, here > is a link. This commit should be contributed to him. > > http://patchwork.openw

Re: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h

2011-10-30 Thread Anatolij Gustschin
Hi, On Fri, 21 Oct 2011 17:04:21 +0800 Che-Liang Chiou wrote: ... > include/video_font.h| 4614 > +-- > include/video_font_data.h | 4639 > +++ > 7 files changed, 4647 insertions(+), 4614 deletions(-) >

[U-Boot] [PATCH v6 2/4] tools: logo: split bmp arrays from bmp_logo.h

2011-10-30 Thread Anatolij Gustschin
From: Che-liang Chiou The generated header bmp_logo.h is useful even outside common/lcd.c for the logo dimension. However, the problem is, the generated bmp_logo.h cannot be included multiple times because bmp_logo_palette[] and bmp_logo_bitmap[] are defined in the bmp_logo.h. This patch fixes

[U-Boot] [PATCH v6 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 Thread Anatolij Gustschin
From: Che-liang Chiou The functions for clearing and drawing bitmaps on the screen were not exposed publicly and are made public in this patch in preparation for implementing the display interface of api_public.h. Signed-off-by: Che-Liang Chiou Acked-by: Mike Frysinger Signed-off-by: Anatolij

Re: [U-Boot] PATCH: Add "time" command

2011-10-30 Thread Mike Frysinger
On Sunday 30 October 2011 11:55:15 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > Add 'time ' which executes with and shows the > > > execution time in seconds. Requires get_timer(). > > > > NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME > > But common/cmd_time.c is unportable

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Anatolij Gustschin
Hi Albert, On Sun, 30 Oct 2011 17:19:58 +0100 Albert ARIBAUD wrote: ... > > [1] http://patchwork.ozlabs.org/patch/122575/ > > [2] http://patchwork.ozlabs.org/patch/122579/ > > I take both in u-boot-arm/master as bug fixes. Thanks! Anatolij ___ U-Boot

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Albert ARIBAUD
Hi Anatolij, Le 30/10/2011 12:34, Anatolij Gustschin a écrit : > Hi Albert, > > On Sun, 30 Oct 2011 11:45:37 +0100 > Albert ARIBAUD wrote: > ... >> Applied to u-boot-arm/master, as a bugfix to help netspace_v2 compile clean. >> >> Note however that I also see the following warning for netspace_v2

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 13:46, Albert ARIBAUD a écrit : > Le 30/10/2011 12:33, Dirk Behme a écrit : >> On 30.10.2011 11:57, Albert ARIBAUD wrote: >>> Le 30/10/2011 11:24, Albert ARIBAUD a écrit : Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : > > Doing a ./MAKEALL ARMV7 (gcc [1]) w

Re: [U-Boot] PATCH: Add "time" command

2011-10-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201110301113.25446.vap...@gentoo.org> you wrote: > > > Add 'time ' which executes with and shows the > > execution time in seconds. Requires get_timer(). > > NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME But common/cmd_time.c is unportable and on

Re: [U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage

2011-10-30 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] e1000: fix bugs from recent commits

2011-10-30 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-30 Thread Mike Frysinger
On Thursday 20 October 2011 18:53:37 Andy Fleming wrote: > So I'm not saying we shouldn't apply this patch. I'm questioning why > it was written in a hope that we can discourage new use of the old > API. I'm also not convinced the patch helps anything. can you update the feature removal file and a

Re: [U-Boot] [PATCH V5 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 Thread Mike Frysinger
On Friday 21 October 2011 05:07:03 Che-Liang Chiou wrote: > The functions for clearing and drawing bitmaps on the screen were not > exposed publicly and are made public in this patch in preparation for > implementing the display interface of api_public.h. seems like you sent out the same patch a f

Re: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h

2011-10-30 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 2/4] tools: logo: split bmp arrays from bmp_logo.h

2011-10-30 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 1/4] lcd: add clear and draw bitmap declaration

2011-10-30 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] PATCH: Add "time" command

2011-10-30 Thread Mike Frysinger
On Saturday 29 October 2011 10:57:48 Peter Barada wrote: > Add 'time ' which executes with and shows the > execution time in seconds. Requires get_timer(). NAK: we already have common/cmd_time.c and CONFIG_CMD_TIME -mike signature.asc Description: This is a digitally signed message part. ___

[U-Boot] Pull request u-boot-nios.git

2011-10-30 Thread Thomas Chou
The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2: e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28 00:37:01 +0200) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Joachim Foerster (4): nios2: Pseudo imple

[U-Boot] ====Attn: business assistance is needed in Asia very urgent====

2011-10-30 Thread Tina Samson
Firstly,i will like to introduce my self to you.I am Mrs.Tina Samson,I'm from United Kingdom (England). I'm current working as the procurement manager to VALLEY VETERINARY & RANCH INC, I need the correspondence of a reliable Business partner. A trust worthy person that can handle business f

[U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25

2011-10-30 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk cc: Stefano Babic --- include/configs/tx25.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 8cb57ff..39d551e 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -29,6 +

Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread Wolfgang Denk
Dear Dirk Behme, In message <4ead0969.2030...@googlemail.com> you wrote: > > Seems I still have the good old > > gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) > > in my path. IIRC, gcc 4.3.x has never been "good" in any way, especially not on ARM. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110300047.46696.marek.va...@gmail.com> you wrote: > > > /* > > --*/ +#ifndef MACH_TYPE_EB_CPUX9K2 > > +#define MACH_TYPE_EB_CPUX9K2 1977 > > +#endif > > +/*--

Re: [U-Boot] [PATCH] drivers/rtc/ds1337.c: fix GCC 4.6 build warnings

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110300039.59309.marek.va...@gmail.com> you wrote: > > > -#undef DEBUG_RTC > > - > > -#ifdef DEBUG_RTC > > -#define DEBUGR(fmt,args...) printf(fmt ,##args) > > -#else > > -#define DEBUGR(fmt,args...) > > -#endif > > -/*--

Re: [U-Boot] [PATCH 1/2] post/post.c: CodingStyle cleanup

2011-10-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110300038.14360.marek.va...@gmail.com> you wrote: > > > Signed-off-by: Wolfgang Denk > > --- > > post/post.c | 59 > > +++ 1 files > > changed, 27 insertions(+), 32 deletions(-) > > > > [...] > > >

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 12:33, Dirk Behme a écrit : > On 30.10.2011 11:57, Albert ARIBAUD wrote: >> Le 30/10/2011 11:24, Albert ARIBAUD a écrit : >>> Hi Dirk, >>> >>> Le 30/10/2011 10:47, Dirk Behme a écrit : Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of a

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Simon Guinot
On Sat, Oct 29, 2011 at 11:31:19PM +0200, Anatolij Gustschin wrote: > Fix compiler warnings when compiling for netspace_v2, netspace_max_v2 > and inetspace_v2: > > netspace_v2.c: In function 'board_early_init_f': > netspace_v2.c:37: warning: implicit declaration of function 'kw_config_gpio' > nets

[U-Boot] (no subject)

2011-10-30 Thread Henry, Sherie
Attn. Mail User! Information Technology Services (ITS) are currently upgrading e-mail accounts. This will provide you the ability to store a greatly increased amount of e-mail correspondence in your e-mail account. Your account has been identified as one of the accounts which are to be upgr

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Anatolij Gustschin
Hi Albert, On Sun, 30 Oct 2011 11:45:37 +0100 Albert ARIBAUD wrote: ... > Applied to u-boot-arm/master, as a bugfix to help netspace_v2 compile clean. > > Note however that I also see the following warning for netspace_v2: > > mvgbe.c: In function 'mvgbe_initialize': > mvgbe.c:735: warning: imp

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Dirk Behme
On 30.10.2011 11:57, Albert ARIBAUD wrote: > Le 30/10/2011 11:24, Albert ARIBAUD a écrit : >> Hi Dirk, >> >> Le 30/10/2011 10:47, Dirk Behme a écrit : >>> >>> Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a >>> lot of >>> >>> arm-none-linux-gnueabi-ld: section .bss [...] overlaps

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Le 30/10/2011 11:24, Albert ARIBAUD a écrit : > Hi Dirk, > > Le 30/10/2011 10:47, Dirk Behme a écrit : >> >> Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of >> >> arm-none-linux-gnueabi-ld: section .bss [...] overlaps section >> .rel.dyn [...] >> arm-none-linux-gnueabi-ld:

Re: [U-Boot] [PATCH] ARM: netspace_v2: fix warnings

2011-10-30 Thread Albert ARIBAUD
Hi Anatolij, Le 29/10/2011 23:31, Anatolij Gustschin a écrit : > Fix compiler warnings when compiling for netspace_v2, netspace_max_v2 > and inetspace_v2: > > netspace_v2.c: In function 'board_early_init_f': > netspace_v2.c:37: warning: implicit declaration of function 'kw_config_gpio' > netspace_

Re: [U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board

2011-10-30 Thread Albert ARIBAUD
Hi Jens, Marek, Le 30/10/2011 00:47, Marek Vasut a écrit : >> * re-introduce the MACH_TYPE_XX for EB_CPUX9K2 board >> >> Signed-off-by: Jens Scharsig >> --- >> include/configs/eb_cpux9k2.h |4 >> 1 files changed, 4 insertions(+), 0 deletions(-) >> >> diff --git a/include/configs/eb

Re: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Albert ARIBAUD
Hi Dirk, Le 30/10/2011 10:47, Dirk Behme a écrit : > > Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of > > arm-none-linux-gnueabi-ld: section .bss [...] overlaps section > .rel.dyn [...] > arm-none-linux-gnueabi-ld: section .dynsym [...] overlaps section .bss > [...] > ..

Re: [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

2011-10-30 Thread Albert ARIBAUD
Hi Simon, Le 29/10/2011 02:36, Simon Glass a écrit : > Hi Albert, > > On Thu, Oct 27, 2011 at 10:09 PM, Albert ARIBAUD > wrote: >> Le 28/10/2011 03:43, Simon Glass a écrit : >> >>> The test was >>> >>> mrc p15, 0, r0, c0, c0, 0 @ get ID register >>> and r0, r0, #0xf

[U-Boot] ARM ld: section .bss overlaps section .rel.dyn

2011-10-30 Thread Dirk Behme
Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of arm-none-linux-gnueabi-ld: section .bss [...] overlaps section .rel.dyn [...] arm-none-linux-gnueabi-ld: section .dynsym [...] overlaps section .bss [...] ... make: *** [u-boot] Error 1 for various boards [2]. I wasn't a

Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread Dirk Behme
On 30.10.2011 08:29, stefano babic wrote: > Am 29/10/2011 18:51, schrieb Dirk Behme: > >> >> Hmm, using recent git head this results in > > Hi Remy, > >> >> aisimage.c: In function ‘aisimage_generate’: >> aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this function >> >> for each boa

Re: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

2011-10-30 Thread stefano babic
Am 29/10/2011 18:51, schrieb Dirk Behme: > > Hmm, using recent git head this results in Hi Remy, > > aisimage.c: In function ‘aisimage_generate’: > aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this function > > for each board I build :( > > E.g. > > Configuring for omap3_ev