Re: [U-Boot] [PATCH 1/1] microblaze: generic: enable FDT support

2010-12-03 Thread Michal Simek
Stephan Linz wrote: Signed-off-by: Stephan Linz l...@li-pro.net --- include/configs/microblaze-generic.h |4 1 files changed, 4 insertions(+), 0 deletions(-) Added to microblaze custodian repo. Michal diff --git a/include/configs/microblaze-generic.h

[U-Boot] [PATCH] [NEXT]arm: Enable dcache in jadecpu

2010-12-03 Thread Matthias Weisser
Enabling d cache leads to greatly improved image decompression times. Signed-off-by: Matthias Weisser weiss...@arcor.de --- board/syteco/jadecpu/jadecpu.c |1 + include/configs/jadecpu.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH V2 1/1] net: fix some bugs in LL TEMAC driver

2010-12-03 Thread Michal Simek
Stephan Linz wrote: * avoid using link variable uninitialized * avoid using phy_addr variable with invalid value * reorganize phy control: first looking for phy than link * return with error (result value 0) if no phy/link was found * fix boolean mistake in wait for link: wait as

Re: [U-Boot] [PATCH] include/linux/mii.h: update for supporting GE

2010-12-03 Thread Mike Frysinger
On Friday, December 03, 2010 00:24:00 macp...@andestech.com wrote: Also replace the whitespace to tab characters. Because I'm wondering when next time we update the same file from Linux kernel to u-boot, We will might need extra effort to reduce the size of diff (patch) file. i wouldnt worry

Re: [U-Boot] [PATCH] davinci: Rewrite timer.c to use tbl/tbu emulation variables in gd

2010-12-03 Thread Sudhakar Rajashekhara
Hi Nick, On Thu, Dec 02, 2010 at 19:27:24, Nick Thompson wrote: This change allows the davinci timer functions to be used before relocation since it avoids using static variables prior to BSS being made available. The code is based on that used in the at91 timers, modified to use a davinci

Re: [U-Boot] [PATCH 4/4] net: Add LL TEMAC driver to u-boot

2010-12-03 Thread Michal Simek
Dear Wolfgang, Wolfgang Denk wrote: Dear Michal Simek, sorry for the long delay. We're still lacking a (new) network custodian... In message 1280753377-2894-4-git-send-email-mon...@monstr.eu you wrote: Add Xilinx LL Temac driver to u-boot. Signed-off-by: Michal Simek mon...@monstr.eu

[U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Matthias Weißer
Hi I just activated the dcache on our jadecpu board but it seems to me that this breaks some commands. jade dcache Data (writethrough) Cache is OFF jade usb start (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Wolfgang Denk
Dear =?ISO-8859-15?Q?Matthias_Wei=DFer?=, In message 4cf8fe3e.9010...@arcor.de you wrote: I just activated the dcache on our jadecpu board but it seems to me that this breaks some commands. I am not surprised. Has anyone an explanation for this behavior? Is anyone out there having

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Matthias Weißer
Hello Wolfgang Am 03.12.2010 15:47, schrieb Wolfgang Denk: Has anyone an explanation for this behavior? Is anyone out there having dcache running on an ARM926 and working usb/tftpboot? Many drivers have not been written to work with enabled caches. What is the reason that special handling is

[U-Boot] [PATCH] add print_cpuinfo to s3c24x0

2010-12-03 Thread David Müller
Hello This patch adds support for print_cpuinfo on Samsung s3c24x0 based targets. If activated by #define CONFIG_DISPLAY_CPUINFO, the chip ID and the 3 main cpu frequencies will be displayed. Dave Signed-off-by: David Müller d.muel...@elsoft.ch diff --git

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message 4cf90819.7040...@arcor.de you wrote: Has anyone an explanation for this behavior? Is anyone out there having dcache running on an ARM926 and working usb/tftpboot? Many drivers have not been written to work with enabled caches. What

[U-Boot] [PATCH] DaVinci DM6446: Config Update

2010-12-03 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com The DM6446 does not build due to the ARM relocation patch. Also the board does not build in the NOR mode. Changed default to NAND to ensure no build failure. While at it removed CONFIG_CMD_KGDB Signed-off-by: Sandeep Paulraj s-paul...@ti.com ---

[U-Boot] [PATCH] update SMDK2410 port

2010-12-03 Thread David Müller
Hello This patch brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) Dave Signed-off-by: David Müller d.muel...@elsoft.ch diff --git

Re: [U-Boot] [PATCH 2/4] UBIFS: Add ubifsumount command to unmount an active volume

2010-12-03 Thread Stefan Roese
On Thursday 28 October 2010 14:09:22 Stefan Roese wrote: This new ubifsumount command allows the user to unmount a previously mounted UBIFS volume. Applied to u-boot-ubi/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich,

Re: [U-Boot] [PATCH 3/4] UBIFS: Change ubifs mount to ubifsmount in ubifsls output

2010-12-03 Thread Stefan Roese
On Thursday 28 October 2010 14:09:29 Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Applied to u-boot-ubi/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] [PATCH 3/4 v2] UBIFS: Change ubifsload to not read beyond the requested size

2010-12-03 Thread Stefan Roese
On Monday 01 November 2010 17:28:00 Stefan Roese wrote: Until now ubifsload pads the destination with 0 up to a multiple of UBIFS_BLOCK_SIZE (4KiB) while reading a file to memory. This patch changes this behaviour to only read to the requested length. This is either the file length or the

Re: [U-Boot] [PATCH 4/4] UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change

2010-12-03 Thread Stefan Roese
On Monday 01 November 2010 17:28:22 Stefan Roese wrote: Automatically unmount UBIFS partition when user changes the UBI device. Otherwise the following UBIFS commands will crash. Applied to u-boot-ubi/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH] ubifs.c: BUG: Error following links

2010-12-03 Thread Stefan Roese
On Thursday 02 December 2010 15:02:35 Ricardo Ribalda Delgado wrote: The link_name variable is declared inside the if block and it is used outside it through the name pointer. Applied to u-boot-ubi/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk

[U-Boot] Please pull u-boot-ubi/master

2010-12-03 Thread Stefan Roese
Hi Wolfgang, The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa: Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Ricardo Ribalda Delgado (1):

Re: [U-Boot] [PATCH 12/13] mpc85xx boards: initdram() cleanup/bugfix

2010-12-03 Thread Peter Tyser
Hi Becky, +/* Common ddr init for non-corenet fsl 85xx platforms */ +#ifndef CONFIG_FSL_CORENET +phys_size_t initdram(int board_type) +{ + phys_size_t dram_size = 0; + + puts(Initializing\n); Any chance we can remove the puts() above? DRAM: is always printed out directly before

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

2010-12-03 Thread Stefan Roese
Hi Wolfgang, On Friday 03 December 2010 16:59:31 Stefan Roese wrote: The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa: Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100) are available in the git repository at:

[U-Boot] [PATCH/next] 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration

2010-12-03 Thread Peter Tyser
The following commit: commit 882b7d726febe65579d6502c271412ecb05821d7 Author: Mike Frysinger vap...@gentoo.org Date: Wed Oct 20 03:41:17 2010 -0400 do_reset: unify duplicate prototypes missed the 74xx_7xx and mpc86xx arches and the ppmc7xx board do_reset() functions which resulted in

[U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-03 Thread Joakim Tjernlund
By rearranging the linker script we get support for relocation of -fpic for free. Move __got2_entries outside _GOT2_TABLE_ defining scope matching the rest of PowerPC Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- nand_spl/board/freescale/mpc8313erdb/u-boot.lds |4 +++-

[U-Boot] [PATCH 1/2] PowerPC: Add relocation support for -fpic

2010-12-03 Thread Joakim Tjernlund
By rearranging the linker script we get support for relocation of -fpic for free. Signed-off-by: Joakim Tjernlund joakim.tjernl...@transmode.se --- arch/powerpc/cpu/74xx_7xx/u-boot.lds |5 +++-- arch/powerpc/cpu/mpc512x/u-boot.lds |5 +++-- arch/powerpc/cpu/mpc5xx/u-boot.lds |5

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Albert ARIBAUD
Le 03/12/2010 16:33, Wolfgang Denk a écrit : What is the reason that special handling is needed when dcache is enabled? If a driver doesn't use any DMA there should be no need as the dcache is only enabled for the RAM and not for any memory mapped IO if I understand the code in

Re: [U-Boot] [PATCH] DaVinci DM6446: Config Update

2010-12-03 Thread Albert ARIBAUD
Hi Sandeep, Le 03/12/2010 16:37, s-paul...@ti.com a écrit : From: Sandeep Paulrajs-paul...@ti.com The DM6446 does not build due to the ARM relocation patch. Also the board does not build in the NOR mode. Changed default to NAND to ensure no build failure. What exactly is the build error

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Matthias Weißer
Hello Wolfgang Am 03.12.2010 16:33, schrieb Wolfgang Denk: Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message 4cf90819.7040...@arcor.de you wrote: Has anyone an explanation for this behavior? Is anyone out there having dcache running on an ARM926 and working usb/tftpboot? Many drivers

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Matthias Weißer
Am 03.12.2010 17:34, schrieb Albert ARIBAUD: In addition to making sure that register reads/write are not bitten by caching, note that some controllers have DMA capabilities which require proper cache handling for DMA memory buffers -- typically flushing them from cache before a DMA to the

Re: [U-Boot] arm: Activating dcache breaks 'usb start' and 'tftpboot' on jadecpu

2010-12-03 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message 4cf91e29.7000...@arcor.de you wrote: You said you had enabled the data cache, so why do you think these accesses are not cached? Please see arch/arm/lib/cache-cp15.c The code there creates 4096 page table entries (1MB each) for the

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-03 Thread Jens Scharsig
Am 2010-12-03 08:26, schrieb Andreas Bießmann: SMRDATA in a/a/c/arm920t/at91/lowlevel_init.c has wrong size. This patch reduces it to correct size of 40 byte. Signed-off-by: Andreas Bießmann biessm...@corscience.de --- Dear all, I thougt about a problem in lowlevel_init() cause of

[U-Boot] [PATCH v2] UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change

2010-12-03 Thread Stefan Roese
Automatically unmount UBIFS partition when user changes the UBI device. Otherwise the following UBIFS commands will crash. Signed-off-by: Stefan Roese s...@denx.de --- v2: - Only try to unmount the ubifs partition if UBIFS is is really enabled. Otherwise compiling fails. common/cmd_ubi.c |

[U-Boot] Jobs Openings in Canada

2010-12-03 Thread HR PetroEnerwestCanada
* You've waited long enough! It's time to firm up that getaway, to let loose, to create some memories. There's no time like the present to make it all happen,PEWCA is currently having great openings for proffesionals. Openings Petro Enwest Canada - PEWCA http://www.petroenerwestcanada.com/

[U-Boot] [PATCH] powerpc: fix implementation of out_8 to match the other out_XX functions

2010-12-03 Thread Timur Tabi
Signed-off-by: Timur Tabi ti...@freescale.com --- arch/powerpc/include/asm/io.h |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index 4ddad26..56ac9fe 100644 --- a/arch/powerpc/include/asm/io.h +++

[U-Boot] [PATCH] [v2] p1022ds: fix switching of DIU/LBC signals

2010-12-03 Thread Timur Tabi
On the P1022, the pins which drive the video display (DIU) are muxed with the local bus controller (LBC), so if the DIU is active, the pins need to be temporarily muxed to LBC whenever accessing NOR flash. The code which handled this transition is checking and changing the wrong bits in PMUXCR.

[U-Boot] RFC: Not overriding device-tree memory nodes

2010-12-03 Thread Deepak Saxena
I am playing with loading of multiple Linux images on individual cores on a multi core system (P2020RDB for example) and would like to be able to provide the memory information for each node via the DTB as opposed to using the bootm_low and bootm_size environment variables. The env variables

[U-Boot] Best methodology for establishing memory timing parameters

2010-12-03 Thread Brent Bartson
Hello, I'm just getting started on targeting an MPC8641D design with Uboot. On our board design the memory is soldered-down so there's no SPD to read from. I'm using a BDI3000 and just trying to establish a valid 'config' file that initializes the processor and memory. The BDI3000 comes with a

Re: [U-Boot] [PATCH 08/13] SBC8560: #define CONFIG_SYS_LBC_NO_SDRAM_INIT

2010-12-03 Thread Becky Bruce
On Dec 2, 2010, at 8:26 PM, Timur Tabi wrote: On Thu, Dec 2, 2010 at 5:45 PM, Becky Bruce bec...@kernel.crashing.org wrote: This is for boards that use the SDRAM mode on the LBC but don't require any additional setup. I'm merging all the initdram() calls into a single function for 85xx,

Re: [U-Boot] [PATCH 08/13] SBC8560: #define CONFIG_SYS_LBC_NO_SDRAM_INIT

2010-12-03 Thread Becky Bruce
On Dec 2, 2010, at 8:26 PM, Peter Tyser wrote: Hi Becky, +/* Common ddr init for non-corenet fsl 85xx platforms */ +#ifndef CONFIG_FSL_CORENET +phys_size_t initdram(int board_type) +{ +phys_size_t dram_size = 0; + +puts(Initializing\n); Any chance we can remove the puts()

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-12-03 Thread Carlo Caione
On Thu, 2010-12-02 at 20:40 -0800, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Carlo Caione Sent: Friday, December 03, 2010 3:11 AM To: U-Boot@lists.denx.de Subject: Re: [U-Boot] [STATUS]

Re: [U-Boot] [PATCH 08/13] SBC8560: #define CONFIG_SYS_LBC_NO_SDRAM_INIT

2010-12-03 Thread Peter Tyser
On Fri, 2010-12-03 at 14:54 -0600, Becky Bruce wrote: On Dec 2, 2010, at 8:26 PM, Peter Tyser wrote: Hi Becky, +/* Common ddr init for non-corenet fsl 85xx platforms */ +#ifndef CONFIG_FSL_CORENET +phys_size_t initdram(int board_type) +{ + phys_size_t dram_size = 0; + +

Re: [U-Boot] [PATCH] at91rm9200: fix lowlevel_init() SMRDATA size

2010-12-03 Thread Andreas Bießmann
Dear Jens, Am 03.12.2010 um 18:09 schrieb Jens Scharsig: Am 2010-12-03 08:26, schrieb Andreas Bießmann: SMRDATA in a/a/c/arm920t/at91/lowlevel_init.c has wrong size. This patch reduces it to correct size of 40 byte. Signed-off-by: Andreas Bießmann biessm...@corscience.de --- Dear all,

Re: [U-Boot] [PATCH/next] 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration

2010-12-03 Thread Mike Frysinger
On Friday, December 03, 2010 11:28:47 Peter Tyser wrote: The following commit: commit 882b7d726febe65579d6502c271412ecb05821d7 Author: Mike Frysinger vap...@gentoo.org Date: Wed Oct 20 03:41:17 2010 -0400 do_reset: unify duplicate prototypes missed the 74xx_7xx and mpc86xx arches

Re: [U-Boot] [PATCH 08/13] SBC8560: #define CONFIG_SYS_LBC_NO_SDRAM_INIT

2010-12-03 Thread Kumar Gala
On Dec 3, 2010, at 2:44 PM, Becky Bruce wrote: On Dec 2, 2010, at 8:26 PM, Timur Tabi wrote: On Thu, Dec 2, 2010 at 5:45 PM, Becky Bruce bec...@kernel.crashing.org wrote: This is for boards that use the SDRAM mode on the LBC but don't require any additional setup. I'm merging all

Re: [U-Boot] [PATCH/next] 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration

2010-12-03 Thread Mike Frysinger
On Friday, December 03, 2010 16:35:17 Mike Frysinger wrote: On Friday, December 03, 2010 11:28:47 Peter Tyser wrote: The following commit: commit 882b7d726febe65579d6502c271412ecb05821d7 Author: Mike Frysinger vap...@gentoo.org Date: Wed Oct 20 03:41:17 2010 -0400 do_reset:

[U-Boot] [PATCH] env_nand: Use nand_read_skip_bad instead of nand_read

2010-12-03 Thread Steve Sakoman
The nand-read function returns an error code if correctable errors have occurred. This is not desirable, since the errors have been corrected! This patch switches to the nand_read_skip_bad function which does not return an error code if the errors are correctable. Signed-off-by: Steve Sakoman

Re: [U-Boot] [RFC 0/2] Add support for bootstrap stage and compressed U-Boot image

2010-12-03 Thread Shinya Kuribayashi
Hi, On 11/30/2010 11:35 PM, Luigi 'Comio' Mantellini wrote: Look the following benchmark (qemu-mips board): U-Boot Vanilla 179600 bytes u-boot.bin Bootstrap code w/o compresion (memcpy) 189224 bytes u-boot-bootstrap.bin -- size 105% Bootstrap code using BZIP2 compression 114388

Re: [U-Boot] [RFC 0/2] Add support for bootstrap stage and compressed U-Boot image

2010-12-03 Thread Shinya Kuribayashi
On 12/04/2010 11:32 AM, Shinya Kuribayashi wrote: Once this bootstrap feature approved as general U-Boot feature, I'd like to take MIPS-related changes. Thanks, Ralf Not Ralf! Needs two cups of coffee to wake up... Shinya ___ U-Boot

Re: [U-Boot] [RFC 1/2] Add support for bootstrap stage that allows to have a compressed U-Boot image. The final image will named u-boot-bootstrap.

2010-12-03 Thread Mike Frysinger
On Tuesday, November 30, 2010 05:30:47 luigi.mantell...@idf-hit.com wrote: /u-boot.bin +/u-boot.bin.bz2 +/u-boot.bin.gz +/u-boot.bin.lzma +/u-boot.bin.lzo better to have just one i think: /u-boot.bin* +/u-boot-bootstrap +/u-boot-bootstrap.hex +/u-boot-bootstrap.map

[U-Boot] [RFC 0/3] Enhance env tools

2010-12-03 Thread Steve Sakoman
There are circustances where it is desirable to run the environment tools on your build machine in order to create an environment image that can be written to the target machine at a later time. This patch series introduces a number of enhancements to the tools that make this possible. The first

[U-Boot] [RFC 1/3] tools/env: Default to the config specified in FW_CONFIG_FILE

2010-12-03 Thread Steve Sakoman
From: Loïc Minier loic.min...@linaro.org This patch allows one to override the default location of the config file by setting FW_CONFIG_FILE environment variable. Signed-off-by: Loïc Minier loic.min...@linaro.org Tested-by: Steve Sakoman st...@sakoman.com --- tools/env/fw_env.c |9 -

[U-Boot] [RFC 2/3] tools/env: Support writing to files

2010-12-03 Thread Steve Sakoman
From: Loïc Minier loic.min...@linaro.org Track st_mode and use it to skip ioctls on file-backed fds. This allows writing to regular files transparently. Signed-off-by: Loïc Minier loic.min...@linaro.org Tested-by: Steve Sakoman steve.sako...@linaro.org --- tools/env/fw_env.c | 92

[U-Boot] [RFC 3/3] tools/env: Bump devname length to PATH_MAX for filenames

2010-12-03 Thread Steve Sakoman
From: Loïc Minier loic.min...@linaro.org This patch increases the devname length to 4096 in order to support writing to normal files in addition to mtd devices. Signed-off-by: Loïc Minier loic.min...@linaro.org Tested-by: Steve Sakoman steve.sako...@linaro.org --- tools/env/fw_env.c |6

[U-Boot] OMAP: Hang after memory init, was: [STATUS] v2010.12-rc2 released

2010-12-03 Thread Dirk Behme
On 03.12.2010 22:11, Carlo Caione wrote: On Thu, 2010-12-02 at 20:40 -0800, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Carlo Caione Sent: Friday, December 03, 2010 3:11 AM To: U-Boot@lists.denx.de

[U-Boot] [PATCH][NEXT] mpc52xx: add support for tqm52xx based board charon

2010-12-03 Thread Heiko Schocher
- serial console in PSC1 - 128MiB DRAM - 32MiB Flash - FEC Ethernet - 2 I2C busses - FPGA on CS3 - IDE - VGA SMI501 Signed-off-by: Heiko Schocher h...@denx.de --- MAINTAINERS |1 + board/tqc/tqm5200/tqm5200.c | 170 ++- boards.cfg