Re: [U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-10-12 Thread Ben Warren
Hi Ilya, On 8/19/2010 2:09 AM, Ilya Yanok wrote: Some boards need their board-specific PHY quirks to be called to PHY to work normally. As mpc5xxx_fec driver uses on demand PHY initialization and can even reinit PHY during normal operation we can't count on reset_phy() call from

Re: [U-Boot] [PATCH v6 1/2][NEXT] davinci_emac: davinci_eth_set_mac_addr to -write_hwaddr

2010-10-12 Thread Ben Warren
Hi Ben, On 9/23/2010 6:58 AM, Ben Gardiner wrote: This patch proposes to migrate the davinci_emac driver to using the eth_device-write_hwaddr function pointer as suggested by Ben Warren. All the davinci boards had the behaviour, prior to this patch, of sync'ing the environment variable

Re: [U-Boot] [PATCH] rarp: Condtionally compile rarp support

2010-10-12 Thread Ben Warren
Hi Peter, On 9/30/2010 9:25 AM, Peter Tyser wrote: Most people don't use the 'rarpboot' command, so only enable it when CONFIG_CMD_RARP is defined. Signed-off-by: Peter Tyserpty...@xes-inc.com --- common/cmd_net.c |2 ++ include/config_cmd_all.h |1 + net/Makefile

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-12 Thread Ben Warren
Hi Thomas, On 10/5/2010 6:16 PM, Thomas Chou wrote: Add smc_write_hwaddr() to set mac address. Clear dev before use. Signed-off-by: Thomas Choutho...@wytron.com.tw --- drivers/net/smc9.c | 40 1 files changed, 24 insertions(+), 16

Re: [U-Boot] [PATCH 1/2] drivers/net/at91_emac.c: increase timeout for autonegotiation

2010-10-12 Thread Ben Warren
Hi Andreas, On 10/7/2010 12:44 AM, Andreas Bießmann wrote: This patch increases timeout for autonegotiation from 1 second to 3 seconds. Some boards (e.g. at91rm9200ek) did not negotiate within 1 second. Signed-off-by: Andreas Bießmannandreas.de...@googlemail.com ---

Re: [U-Boot] [PATCH 2/2] drivers/net/at91_emac.c: change return values

2010-10-12 Thread Ben Warren
HI Andreas, On 10/7/2010 12:44 AM, Andreas Bießmann wrote: Some return values pretended correct pass. This patch changes them according to README.drivers.net. This patch changes e.g. command 'dhcp' to stop after errorneous autonegotiation. Signed-off-by: Andreas

Re: [U-Boot] [PATCH] net: Fix emaclite driver to support little-endian microblaze

2010-10-12 Thread Ben Warren
Hi Michal, On 10/10/2010 6:41 PM, Michal Simek wrote: Support New emaclite AXI IP. Signed-off-by: Michal Simekmon...@monstr.eu CC: Ben Warrenbiggerbadder...@gmail.com --- drivers/net/xilinx_emaclite.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH v2] net: Move Emaclite to NET_MULTI

2010-10-12 Thread Ben Warren
Hi Michal, On 10/10/2010 6:41 PM, Michal Simek wrote: Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api. Signed-off-by: Michal Simekmon...@monstr.eu CC: Ben Warrenbiggerbadder...@gmail.com --- v2: Pass base_addr as parameter v1: Initial version ---

[U-Boot] Pull request - net

2010-10-12 Thread Ben Warren
Wolfgang, The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at: git://git.denx.de/u-boot-net.git master Andreas Bießmann (2):

Re: [U-Boot] [PATCH 1/2] drivers/net/at91_emac.c: increase timeout for autonegotiation

2010-10-12 Thread Reinhard Meyer
Dear Ben Warren, Applied to net repo. OOPS, I already caught them in the AT91 repo and they are on the way to mainstream already. Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Pull request - microblaze

2010-10-12 Thread Michal Simek
Dear Wolfgang, please pull the following changes to your tree. Thanks, Michal The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at:

Re: [U-Boot] [PATCH] cfi_flash: Fix Unknown FLASH error message

2010-10-12 Thread Stefan Roese
On Wednesday 29 September 2010 20:49:05 Peter Tyser wrote: From: John Schmoller jschmol...@xes-inc.com When a CFI flash chip could not be detected an error message similar to the following would be printed on bootup: FLASH: ## Unknown FLASH on Bank 1 - Size = 0x0100 = 0 MB The

[U-Boot] Please pull u-boot-cfi-flash/master

2010-10-12 Thread Stefan Roese
The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2010-10-11 10:00:34 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master John Schmoller (1): cfi_flash: Fix

[U-Boot] [PATCH v3] ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boards

2010-10-12 Thread Stefan Roese
Call watchdog_reset() upon newline. This is done here in putc since the environment code uses a single puts() to print the complete envrironment upon printenv. So we can't put this watchdog call in puts(). This is needed for boards with a very short watchdog timeout, like the lwmon5 with a 100ms

[U-Boot] u-boot newbie

2010-10-12 Thread kishore shiek ahamed
Hello Am a U-Boot newbie and as for now have used u-boot and would like to explore edit n hack U-boot Referring to U-boot manual it explains how to use but i wish to know how u-boot is organised and designed to work could anyone point to some resource for u-boot hacks?

[U-Boot] MX51 LCD Support

2010-10-12 Thread Stefano Babic
This patchset adds support for LCD to the MX51 Soc using the IPUv3 graphic processor. This is a porting to U-Boot of the Linux driver developed and delivered by Freescale. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 1/4] Add linux framebuffer header

2010-10-12 Thread Stefano Babic
The patch adds the linux framebuffer header file. As several drivers are ported from Linux, it is easier to reuse the same structures already present in the kernel. Signed-off-by: Stefano Babic sba...@denx.de --- include/linux/fb.h | 616 1

[U-Boot] [PATCH 4/4] MX51: Add video support to vision2 board

2010-10-12 Thread Stefano Babic
The patch adds support for LCD to the vision board. Signed-off-by: Stefano Babic sba...@denx.de --- board/ttcontrol/vision2/vision2.c | 69 + include/configs/vision2.h | 15 2 files changed, 84 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 3/4] MX51: Add video support

2010-10-12 Thread Stefano Babic
Add framebuffer driver for the MX51 processor working on the IPUv3 internal graphic processor. Signed-off-by: Stefano Babic sba...@denx.de --- drivers/video/Makefile |1 + drivers/video/mxc_ipuv3_fb.c | 661 ++ drivers/video/mxcfb.h|

Re: [U-Boot] [PATCH 1/4] Add linux framebuffer header

2010-10-12 Thread Wolfgang Denk
Dear Stefano Babic, In message 1286875504-9058-2-git-send-email-sba...@denx.de you wrote: The patch adds the linux framebuffer header file. As several drivers are ported from Linux, it is easier to reuse the same structures already present in the kernel. Signed-off-by: Stefano Babic

Re: [U-Boot] [PATCH 2/4] MX51: Add IPU driver for video support

2010-10-12 Thread Wolfgang Denk
Dear Stefano Babic, In message 1286875504-9058-3-git-send-email-sba...@denx.de you wrote: The patch is a porting of the IPU Linux driver developed by Freescale to have framebuffer functionalities in u-boot. Most features are dropped from the original driver and only LCD support is the goal

[U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Heiko Schocher
Signed-off-by: Wolfgang Denk w...@denx.de Signed-off-by: Heiko Schocher h...@denx.de --- arch/arm/cpu/arm1136/start.S| 171 ++- arch/arm/cpu/arm1136/u-boot.lds |8 ++ include/configs/qong.h |2 +- 3 files changed, 105 insertions(+), 76

Re: [U-Boot] [PATCH 3/4] MX51: Add video support

2010-10-12 Thread Wolfgang Denk
Dear Stefano Babic, In message 1286875504-9058-4-git-send-email-sba...@denx.de you wrote: Add framebuffer driver for the MX51 processor working on the IPUv3 internal graphic processor. Please add reference to original sources. +/* + * Allocates the DRAM memory for the frame buffer.

Re: [U-Boot] [PATCH 4/4] MX51: Add video support to vision2 board

2010-10-12 Thread Wolfgang Denk
Dear Stefano Babic, In message 1286875504-9058-5-git-send-email-sba...@denx.de you wrote: The patch adds support for LCD to the vision board. ... +#define CONFIG_PREBOOT Normally one defines a default command here ? +#define CONFIG_BMP_16BPP +#define CMD_DISPLAY CONFIG_CMD_DISPLAY ???

[U-Boot] [PATCH] imx25: Fix reset

2010-10-12 Thread Matthias Weisser
This patch fixes the reset command on imx25 Signed-off-by: Matthias Weisser weiss...@arcor.de --- arch/arm/cpu/arm926ejs/mx25/reset.c | 10 ++ arch/arm/include/asm/arch-mx25/imx-regs.h | 10 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/4] MX51: Add IPU driver for video support

2010-10-12 Thread Stefano Babic
Wolfgang Denk wrote: Dear Stefano Babic, In message 1286875504-9058-3-git-send-email-sba...@denx.de you wrote: The patch is a porting of the IPU Linux driver developed by Freescale to have framebuffer functionalities in u-boot. Most features are dropped from the original driver and only

[U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
This add relocation of .got entries produced by -fpic. -fpic produces 2-3% smaller code and is faster. Unfortunately gcc promotes -fpic to -fPIC when -mrelocatable is used so one need a very small patch to gcc too(sent upstream). Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se ---

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message 1286887081-23172-1-git-send-email-joakim.tjernl...@transmode.se you wrote: This add relocation of .got entries produced by -fpic. -fpic produces 2-3% smaller code and is faster. Unfortunately gcc promotes -fpic to -fPIC when -mrelocatable is used so one need

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/10/12 14:52:18: Dear Joakim Tjernlund, In message 1286887081-23172-1-git-send-email-joakim.tjernl...@transmode.se you wrote: This add relocation of .got entries produced by -fpic. -fpic produces 2-3% smaller code and is faster. Unfortunately

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message of4dcfbd28.58e81a84-onc12577ba.0047150b-c12577ba.0047d...@transmode.se you wrote: What happens when one uses this patch in combination with a standard (i. e. older, unpatched) GCC? Nothing, gcc will produce -fPIC relocs and the code will/should just

[U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-12 Thread Dirk Eibach
Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAKEALL |1 + Makefile |3 + board/gdsys/io/Makefile | 51 ++ board/gdsys/io/config.mk | 24 + board/gdsys/io/io.c | 231

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/10/12 15:47:19: Dear Joakim Tjernlund, In message OF4DCFBD28.58E81A84-ONC12577BA.0047150B-C12577BA. 0047d...@transmode.se you wrote: What happens when one uses this patch in combination with a standard (i. e. older, unpatched) GCC?

Re: [U-Boot] [PATCH 3/4] MX51: Add video support

2010-10-12 Thread stefano babic
Wolfgang Denk wrote: Dear Stefano Babic, In message 1286875504-9058-4-git-send-email-sba...@denx.de you wrote: Add framebuffer driver for the MX51 processor working on the IPUv3 internal graphic processor. Please add reference to original sources. Ok +/* + * Allocates the DRAM

Re: [U-Boot] [PATCH 4/4] MX51: Add video support to vision2 board

2010-10-12 Thread stefano babic
Am 12.10.2010 13:37, schrieb Wolfgang Denk: Dear Stefano Babic, In message 1286875504-9058-5-git-send-email-sba...@denx.de you wrote: The patch adds support for LCD to the vision board. ... +#define CONFIG_PREBOOT Normally one defines a default command here ? Probably I misunderstand

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-12 Thread Wolfgang Denk
Dear Dirk Eibach, In message 1286890387-11491-1-git-send-email-eib...@gdsys.de you wrote: Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAKEALL |1 + Makefile |3 + board/gdsys/io/Makefile |

Re: [U-Boot] [PATCH 3/4] MX51: Add video support

2010-10-12 Thread Wolfgang Denk
Dear stefano babic, In message 4cb4776d.8050...@denx.de you wrote: Does it work with both dcache on and dcache off settings? Well, as there is not yet support for L2-Cache on the MX51, we can say yes ;-). However, this range of memory is used directly from the IPU processor and not by the

Re: [U-Boot] [PATCH v3] [NEXT] da830: fixup ARM relocation support

2010-10-12 Thread Nick Thompson
On 23/09/10 10:32, Nick Thompson wrote: Fixes build breakage in da830evm after commit 97003756249bd790910417eb66f0039bbf06a02c da8xx: fixup ARM relocation support The da8xx fixup commit changed da830/da850 common code to make relocation work in da850, but didn't add the required defines to

Re: [U-Boot] [PATCH] drivers/net/fec_mxc.c: write mac address in init

2010-10-12 Thread John Rigby
On Wed, Sep 8, 2010 at 2:11 PM, John Rigby john.ri...@linaro.org wrote: call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is set late the change will propagate to the hw Signed-off-by: John Rigby john.ri...@linaro.org Ben, can this fix go into the next release?

Re: [U-Boot] [PATCH 4/4] MX51: Add video support to vision2 board

2010-10-12 Thread Wolfgang Denk
Dear stefano babic, In message 4cb479a1.6060...@denx.de you wrote: Normally one defines a default command here ? Probably I misunderstand its usage, but my intention is to enable the PREBOOT feature, but let the user to decide with the preboot variable if it is required or not. In my case

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-12 Thread Stefan Roese
Hi Dirk, On Tuesday 12 October 2010 15:33:07 Dirk Eibach wrote: Board support for the Guntermann Drunck CATCenter Io. Apart from Wolfgangs comments, some more from myself below. diff --git a/include/configs/io.h b/include/configs/io.h new file mode 100644 index 000..53dce7d ---

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 15:04:31 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: _GLOBAL_OFFSET_TABLE_ is a predefined symbol that the linker defines to be in the middle of the -fpic GOT table. It marks the end of the GOT table as far as we are concerned(u-boot does not generate so

Re: [U-Boot] U-boot hangs at command prompt if unattended for sometime (30 seconds)

2010-10-12 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
Original Message- From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: Tuesday, October 05, 2010 1:50 PM To: StephenPaulraj Chinnadurai-ERS,HCLTech Cc: u-boot@lists.denx.de Subject: Re: U-boot hangs at command prompt if unattended for sometime (30 seconds) Dne Út 5. října 2010

Re: [U-Boot] U-boot hangs at command prompt if unattended for sometime (30 seconds)

2010-10-12 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
Ignore my previous mail because prefix is not proper. -Original Message- From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: Tuesday, October 05, 2010 1:50 PM To: StephenPaulraj Chinnadurai-ERS,HCLTech Cc: u-boot@lists.denx.de Subject: Re: U-boot hangs at command prompt if

[U-Boot] [PATCH 0/5] da850evm NAND support

2010-10-12 Thread Ben Gardiner
This patch series adds NAND support to the da850evm. The support is in the spirit of that found in the omap-l1 and u-boot-davinci trees where NAND support can be enabled with the addition of a single '#define CONFIG_USE_NAND' to the top of the include/configs/da850evm.h file. Pinmux entries are

[U-Boot] [PATCH] da850evm : enable NAND even when not in NAND boot mode

2010-10-12 Thread Ben Gardiner
There is currently no NAND pinmux enabled by the da850evm board setup code. This is fine when booting from NAND since the early boot code (UBL) will setup the pinmux; however, when the boot mode is any other setting NAND is unusable when enabled in the config. This patch adds a pinmux list for

[U-Boot] [PATCH] davinci_nand, trivial : use symbolic ECC start command

2010-10-12 Thread Ben Gardiner
The ECC calculations were started by writing 1 13 to the nand FCR register; that value is also defined as DAVINCI_NANDFCR_4BIT_CALC_START in emif_defs.h. This patch substitutes the macro DAVINCI_NANDFCR_4BIT_CALC_START for the magic number '1 13'. Signed-off-by: Ben Gardiner

[U-Boot] [PATCH] da850evm: setup NAND support under CONFIG_USE_NAND

2010-10-12 Thread Ben Gardiner
The current da850evm config is missing the pieces for NAND support that can be found in the u-boot-davinci tree [1]. This patch adds NAND support in the spirit of the support in the u-boot-davinci tree where NAND support for the da850evm can be enabled by putting a single '#define

[U-Boot] [PATCH] da850evm: setup the NAND flash timings

2010-10-12 Thread Ben Gardiner
The default NAND flash timings are very conservative. This patch assigns the timings reccomended in the recent linux kernel patch [1] from Sekhar Nori. The speedup, as reported in that patch, is greater than 5x for reads. [1] http://www.spinics.net/lists/arm-kernel/msg100278.html Signed-off-by:

[U-Boot] [PATCH] da850evm: add mtdpart and ubi commands with NAND support

2010-10-12 Thread Ben Gardiner
This patch enables also the mtdpart, ubi and ubifs commands when NAND support is enabled. Signed-off-by: Ben Gardinerbengardi...@nanometrics.ca To: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Ben Gardiner bengardi...@nanometrics.ca --- include/configs/da850evm.h |8 1

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2010/10/12 17:52:58: On Tue, 12 Oct 2010 15:04:31 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: _GLOBAL_OFFSET_TABLE_ is a predefined symbol that the linker defines to be in the middle of the -fpic GOT table. It marks the end of

[U-Boot] hi.. i am new to uboot concept..

2010-10-12 Thread dakshayini A
hi.. i wanted to know where exactly.. the MAC address.. set in uboot code where can i find those files...how.can.i read MAC adress from flash..i am using 6280 ubootlader version.please guide me.. thanks regards, ___ U-Boot mailing

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Kim Phillips
On Tue, 12 Oct 2010 16:10:33 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Wolfgang Denk w...@denx.de wrote on 2010/10/12 15:47:19: Dear Joakim Tjernlund, In message OF4DCFBD28.58E81A84-ONC12577BA.0047150B-C12577BA. 0047d...@transmode.se you wrote: What happens

Re: [U-Boot] [PATCH 2/3] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init()

2010-10-12 Thread Ben Gardiner
Hello Mike, I tested this patch series with da850evm plus NAND support; I can confirm that the #warning is issued as expected; furthermore that when configured with environment specified by env.oob the board boots and obtains its environment, as expected , both with '#undef

Re: [U-Boot] U-boot hangs at command prompt if unattended for sometime (30 seconds)

2010-10-12 Thread Wolfgang Denk
Dear StephenPaulraj Chinnadurai-ERS,HCLTech, In message ec921d4b77c99b4eb3cedaffcf17d5f7420f3e4...@chn-hclt-evs07.hclt.corp.hcl.in you wrote: The PXA270 controller is connected to the TPS65021 power management IC. Is there any possibility the TPS65021 IC will place the PXA270 in sleep mode.

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Wolfgang Denk
Dear Scott Wood, In message 20101012105258.37208...@udp111988uds.am.freescale.net you wrote: Maybe call it _GOT_START_ or similar? _GLOBAL_OFFSET_TABLE_ and _GOT_TABLE_[1] look like synonyms. ... [1] Global offset table table? :-) Yeah. Please display the GOT table on the LCD display ;-)

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 12:31:25 -0500 Kim Phillips kim.phill...@freescale.com wrote: that moderate size increase in start.S breaks nand builds: Configuring for MPC8313ERDB_NAND_66 board... start.o:(.got2+0x4): undefined reference to `_GOT_TABLE_' make[1]: ***

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Albert ARIBAUD
Le 12/10/2010 19:11, Joakim Tjernlund a écrit : Figured I should mention that I have added -msingle-pic-base(from ARM) which works nicely with -fpic(not sure if -fPIC is possible) and reduces size even more: Since you seem to be following the same path as I did on ARM, I may as well ask:

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 19:31:25: On Tue, 12 Oct 2010 16:10:33 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Wolfgang Denk w...@denx.de wrote on 2010/10/12 15:47:19: Dear Joakim Tjernlund, In message

Re: [U-Boot] [PATCH] [NEXT] arm, relocation: fix typo in comment

2010-10-12 Thread Wolfgang Denk
Dear Heiko Schocher, In message 1285157193-21717-1-git-send-email...@denx.de you wrote: Signed-off-by: Heiko Schocher h...@denx.de --- include/configs/imx27lite-common.h |2 +- include/configs/km_arm.h |2 +- include/configs/omap3_beagle.h |2 +-

Re: [U-Boot] [PATCH][NEXT] arm-reloc: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC

2010-10-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message 1285191169-32552-1-git-send-email-bengardi...@nanometrics.ca you wrote: There were some #undef's of CONFIG_SYS_ARM_WITHOUT_RELOC added to a few board configs as part of the arm relocation series; but these are not needed now as we do not #undef what is not

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4cb478d4.3030...@free.fr you wrote: Le 12/10/2010 13:31, Heiko Schocher a écrit : Signed-off-by: Wolfgang Denkw...@denx.de Signed-off-by: Heiko Schocherh...@denx.de --- I assume this is [ELF_RELOC], not [NEW_RELOC], right? I'm asking because using the

Re: [U-Boot] Pull request u-boot-marvell.git

2010-10-12 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message f766e4f80769bd478052fb6533fa745d19a69e2...@sc-vexch4.marvell.com you wrote: The following changes since commit d778a2fbb360530395dfbc0dbe1f80b7bf959028= : Albert Aribaud (1): orion5x: fix relocation-incompatible code are available in the git

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Le 12/10/2010 19:11, Joakim Tjernlund a écrit : Figured I should mention that I have added -msingle-pic-base(from ARM) which works nicely with -fpic(not sure if -fPIC is possible) and reduces size even more: Since you seem to be following the same path as I did on ARM, I may as

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Kim Phillips
On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 19:31:25: that moderate size increase in start.S breaks nand builds: Configuring for MPC8313ERDB_NAND_66 board... start.o:(.got2+0x4):

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 13:19:38 -0500 Kim Phillips kim.phill...@freescale.com wrote: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 19:31:25: that moderate size increase in start.S breaks

Re: [U-Boot] Pull request: nand flash

2010-10-12 Thread Wolfgang Denk
Dear Scott Wood, In message 20101011203442.ga8...@udp111988uds.am.freescale.net you wrote: The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at:

Re: [U-Boot] [PATCH] da850evm: fix linux bootparam address

2010-10-12 Thread Ben Gardiner
Dear Sudhakar, On Wed, Sep 22, 2010 at 12:45 PM, Ben Gardiner bengardi...@nanometrics.ca wrote: This patch fixes the LINUX_BOOT_PARAM_ADDR define to be based off of PHYS_SDRAM_1 instead of CONFIG_SYS_MEMTEST_START. On da830 they are the same thing but on da850 the CONFIG_SYS_MEMSTART define is

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Kim Phillips
On Tue, 12 Oct 2010 13:25:40 -0500 Scott Wood scottw...@freescale.com wrote: On Tue, 12 Oct 2010 13:19:38 -0500 Kim Phillips kim.phill...@freescale.com wrote: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips

Re: [U-Boot] Pull request - net

2010-10-12 Thread Wolfgang Denk
Dear Ben Warren, In message 4cb402a0.7040...@gmail.com you wrote: Wolfgang, The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at:

Re: [U-Boot] Pull request - microblaze

2010-10-12 Thread Wolfgang Denk
Dear Michal Simek, In message 4cb406ba.6030...@monstr.eu you wrote: The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at:

Re: [U-Boot] Please pull u-boot-cfi-flash/master

2010-10-12 Thread Wolfgang Denk
Dear Stefan Roese, In message 201010120901.57611...@denx.de you wrote: git://www.denx.de/git/u-boot-cfi-flash.git master John Schmoller (1): cfi_flash: Fix Unknown FLASH error message drivers/mtd/cfi_flash.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied,

Re: [U-Boot] [PATCH] CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase protect on/off

2010-10-12 Thread Wolfgang Denk
Dear Alexander Stein, In message 1281538084-10062-1-git-send-email-alexander.st...@systec-electronic.com you wrote: The include jffs2/jffs2.h is still necessary though. Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- common/cmd_flash.c | 12 ++-- 1

Re: [U-Boot] [PATCH v2 1/2] fdt_support: support adding EDID property to FDT display nodes

2010-10-12 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1282123520-25823-1-git-send-email-ag...@denx.de you wrote: Boards can pass display timing info for drivers using EDID block. Provide common function to add board specific EDID data to the device tree. Subsequent patch makes use of this functionality.

Re: [U-Boot] [PATCH v2 2/2] pdm360ng: add EDID property to FDT display node

2010-10-12 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1282059962-9001-1-git-send-email-ag...@denx.de you wrote: PDM360NG board uses this functionality to pass display timing info to the Linux Framebuffer driver. Signed-off-by: Anatolij Gustschin ag...@denx.de --- v2: - added howto comment explaining the

Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-10-12 Thread Wolfgang Denk
Dear Martinez, Aldo, In message dfef307e035c8647b119e6a60db62d4a01c8177...@dlee02.ent.ti.com you wrote: I am not supposed to be adding this patch below http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html I will need an ACK from the responsible custodian. Who

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2010/10/12 20:25:40: On Tue, 12 Oct 2010 13:19:38 -0500 Kim Phillips kim.phill...@freescale.com wrote: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote

Re: [U-Boot] [PATCH v2 1/2] fdt_support: support adding EDID property to FDT display nodes

2010-10-12 Thread Jerry Van baren
On 10/12/2010 3:06 PM, Wolfgang Denk wrote: Dear Anatolij Gustschin, In message1282123520-25823-1-git-send-email-ag...@denx.de you wrote: [snip] Signed-off-by: Anatolij Gustschinag...@denx.de Acked-by: Detlev Zundeld...@denx.de Cc: Gerald Van Barenvanba...@cideas.com --- v2: -

Re: [U-Boot] [PATCH v3] Add generic support for samsung s3c2440

2010-10-12 Thread Wolfgang Denk
Dear Minkyu Kang, In message 4c768b8b.5000...@diagraph.com C Nauman wrote: This patch adds generic support for the Samsung s3c2440 processor. Global s3c24x0 changes to struct members converting from upper case to to lower case. Signed-off-by: Craig Nauman cnau...@diagraph.com Cc:

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 20:19:38: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 19:31:25: that moderate size increase in start.S breaks nand

Re: [U-Boot] [PATCH 1/2] zlib/gunzip: Use WATCHDOG_RESET macro

2010-10-12 Thread Wolfgang Denk
Dear Stefan Roese, In message 1283952898-4247-1-git-send-email...@denx.de you wrote: As usually done in U-Boot, the watchdog_reset code is called via a macro (WATCHDOG_RESET). In zlib.c this was done differently, by using a function pointer which is initialized with WATCHDOG_RESET upon

Re: [U-Boot] [PATCH 2/2 v2] zlib: Add further watchdog reset calls

2010-10-12 Thread Wolfgang Denk
Dear Stefan Roese, In message 1283952931-4406-1-git-send-email...@denx.de you wrote: Patch 253cb831 [zlib: add watchdog reset call] added already a few watchdog reset calls to the new zlib U-Boot port. But on some boards this is not enough. Additional calls are needed on boards with short

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Yes, it is a simple symbol to add. I will do it twm if you don't beat me to it. it would be nice if you could try what works and not though. Could not wait, does this work for you? diff --git a/nand_spl/board/freescale/mpc8313erdb/u-boot.lds

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 21:13:19 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 20:19:38: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-10-12 Thread Wolfgang Denk
Dear Andy, In message 2a3dcf3da181ad40bde86a3150b27b6b0316062...@dbde02.ent.ti.com Sukumar Ghorai wrote: ... I found the problem. It's a eMMC size calculation is wrong and here is the fix I am sending as a patch too in my next email. From: Sukumar Ghorai s-gho...@ti.com Date: Mon, 20 Sep

Re: [U-Boot] [PATCH] arch/arm/include/asm/sizes.h: cleanups

2010-10-12 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message 1285363903-71316-1-git-send-email-andreas.de...@googlemail.com you wrote: Merge several sizes.h in asm/arch subdirectories into a single asm/sizes.h file. Fixup usage of asm/arch/sizes.h in some files to use the merged file.

Re: [U-Boot] [PATCH 1/3] nand: allow demand initialization

2010-10-12 Thread Mike Frysinger
On Monday, October 11, 2010 17:27:33 Scott Wood wrote: On Mon, 11 Oct 2010 17:02:00 -0400 Mike Frysinger wrote: On Monday, October 11, 2010 16:29:41 Scott Wood wrote: On Sun, Oct 10, 2010 at 06:37:40AM -0400, Mike Frysinger wrote: --- a/common/cmd_nand.c +++ b/common/cmd_nand.c

Re: [U-Boot] [PATCH] env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE

2010-10-12 Thread Wolfgang Denk
Dear Lei Wen, In message 1286685400-27286-1-git-send-email-lei...@marvell.com you wrote: When use the CONFIG_ENV_IS_NOWHERE, I met such issue: DRAM: 256 MiB Using default environment *** Warning - bad CRC, using default environment Signed-off-by: Lei Wen lei...@marvell.com --- V2:

Re: [U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-10-12 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message 4cb2dde8.6040...@arcor.de you wrote: Unfortunately this breaks building for this board: ... I am not sure how to fix this. gd_t contains a member ram_size if CONFIG_SYS_ARM_WITHOUT_RELOC is not defined. This is the case for our jadecpu

[U-Boot] [PATCH 1/3 v2] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init()

2010-10-12 Thread Mike Frysinger
Add new config options to allow people to control early initialization of NAND. The current behavior (NAND is initialized early) is unchanged, but now people may choose to disable this behavior and only initialize NAND when it would actually be used. So that we can change the default in the

[U-Boot] [PATCH 2/3 v2] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init()

2010-10-12 Thread Mike Frysinger
Add new config options to allow people to control early initialization of NAND. The current behavior (NAND is initialized early) is unchanged, but now people may choose to disable this behavior and only initialize NAND when it would actually be used. So that we can change the default in the

Re: [U-Boot] [PATCH] - Add support for HP Jornada (710/720/728) board

2010-10-12 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message 20101006194103.ge...@boggieman.bredbandsbolaget.se you wrote: Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This patch add support for the HP Jornada 700-series with flashrom (manufact. 2008). With little effort it could also be

Re: [U-Boot] [PATCH 2/3] mkconfig: change CONFIG_MK_ prefix into plain CONFIG_

2010-10-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201010111517.18063.vap...@gentoo.org you wrote: On Monday, October 11, 2010 05:45:09 Wolfgang Denk wrote: board/bf527-ezkit/video.c | 10 +- include/configs/bf527-ezkit.h |2 +- these look fine ... were you going to update

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-10-12 Thread Ghorai, Sukumar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, October 13, 2010 12:51 AM To: Andy Fleming; Ghorai, Sukumar Cc: Lei Wen; Lei Wen; u-boot@lists.denx.de; sshtyl...@mvista.com Subject: Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

Re: [U-Boot] [PATCH] tools/imls: fix comment in Makefile

2010-10-12 Thread Wolfgang Denk
Dear Daniel Hobi, In message 1286813015-19085-1-git-send-email-daniel.h...@schmid-telecom.ch you wrote: Commit d984fed0 (makefiles: fixes for building build tools) changed the variable name FIT_CFLAGS to HOSTCFLAGS_NOPED but forgot to update to corresponding comment. Signed-off-by: Daniel

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2010/10/12 21:20:26: On Tue, 12 Oct 2010 21:13:19 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 20:19:38: On Tue, 12 Oct 2010 19:41:56 +0200 Joakim Tjernlund

Re: [U-Boot] [PATCH] drivers/net/fec_mxc.c: write mac address in init

2010-10-12 Thread Wolfgang Denk
Dear John Rigby, In message 1283976684-30754-1-git-send-email-john.ri...@linaro.org you wrote: call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is set late the change will propagate to the hw s/late/later/ ? Signed-off-by: John Rigby john.ri...@linaro.org ---

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Kim Phillips
On Tue, 12 Oct 2010 21:17:38 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Yes, it is a simple symbol to add. I will do it twm if you don't beat me to it. it would be nice if you could try what works and not though. Could not wait, does this work for you? diff --git

Re: [U-Boot] [PATCH 2/3 v2] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init()

2010-10-12 Thread Ben Gardiner
On Tue, Oct 12, 2010 at 3:35 PM, Mike Frysinger vap...@gentoo.org wrote: Add new config options to allow people to control early initialization of NAND.  The current behavior (NAND is initialized early) is unchanged, but now people may choose to disable this behavior and only initialize NAND

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 21:51:44 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Scott Wood scottw...@freescale.com wrote on 2010/10/12 21:20:26: We do need to relocate with NAND SPL. We start in the NAND buffer, but we have to move to RAM to free up the buffer for loading the rest

Re: [U-Boot] [PATCH 2/3 v2] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init()

2010-10-12 Thread Wolfgang Denk
Dear Mike, is there a patch 3/3, too? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de When a woman

  1   2   >