Re: [U-Boot] U-boot doesn't work on OMAP4430 ES2.0

2011-12-26 Thread Tom Rini
On Mon, Dec 26, 2011 at 4:06 PM, Marek Vasut marek.va...@gmail.com wrote: Hi, Following with the issue on http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/111922 Looks like the 23e9f0723e48615332119de4f4ec7a833a282628 commit was supposed to fix this, but it doesn't, the problem is

Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Tom Rini
-off-by: Tom Rini tr...@ti.com [snip] diff --git a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h new file mode 100644 index 000..e56c018 --- /dev/null +++ b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h [snip] Ahh, I see... most

Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Tom Rini
...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- Changes since v2: - Added missing omap.h file Changes since v1: - Rebased to master branch - Replaced am33xx lowleve_init.S with omap-common lowlevel_init.S in order to use common code for omap_bootmode. arch/arm/cpu/armv7/am33xx

Re: [U-Boot] [PATCH] arm/omap3: limit chip select iteration based on board config

2012-01-03 Thread Tom Rini
maratho...@gmail.com Cc: Tom Rini tr...@ti.com OK, what problem (and on what board) are you seeing? Many boards only have CS0 populated with DRAM but when we try and configure CS1 the mem_ok() call fails and we don't try and use it, so we don't get a wrong amount of memory. Thanks! -- Tom

Re: [U-Boot] [PATCH 4/6] omap3: make get_board_rev() function weak

2012-01-03 Thread Tom Rini
On 01/02/2012 07:01 AM, Igor Grinberg wrote: From: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il Please add linux/compiler.h and just put __weak in front of get_board_rev, thanks. -- Tom

Re: [U-Boot] [PATCH 3/6] cm-t35: add EEPROM module and pass Linux a serial number

2012-01-03 Thread Tom Rini
On 01/02/2012 07:01 AM, Igor Grinberg wrote: From: Nikita Kiryanov nik...@compulab.co.il Add board specific EEPROM handling module, read the serial number from the EEPROM and pass it to Linux. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg

Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Tom Rini
On 01/03/2012 07:50 AM, Igor Grinberg wrote: Hi Tom, On 01/03/12 16:21, Tom Rini wrote: On 01/03/2012 01:00 AM, Igor Grinberg wrote: Hi Chandan, Tom, On 01/03/12 08:42, Chandan Nath wrote: This patch add supports for mmc/sd driver on AM335X platform. PLL and pinmux configurations for mmc

Re: [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730

2012-01-03 Thread Tom Rini
On 01/02/2012 07:01 AM, Igor Grinberg wrote: This patch series some what clean up cm-t35 board files, add separate EEPROM handling file, fixes the incorrect board revision passed to Linux. Nikita Kiryanov (6): cm-t35: cleanup the config file cm-t35: various cleanups cm-t35: add

Re: [U-Boot] [PATCH 13/15] New board support: Nokia RX-51 aka N900

2012-01-03 Thread Tom Rini
On Sun, Dec 18, 2011 at 2:34 PM, Pali Rohár pali.ro...@gmail.com wrote: This board definition results in a u-boot.bin which can be chainloaded from NOLO in qemu or on a real N900. It does very little hardware config because NOLO has already configured the board. Only needed is enabling

Re: [U-Boot] [PATCH 15/15] RX-51: Add support for bootmenu

2012-01-03 Thread Tom Rini
bootmenu.scr from   first FAT partition of internal eMMC memory (also known as MyDocs) which   (should) overwrite default bootmenu entries Signed-off-by: Pali Rohár pali.ro...@gmail.com Acked-by: Tom Rini tr...@ti.com -- Tom ___ U-Boot mailing list U

Re: [U-Boot] [PATCH v2 6/6] overo: add SPL support / CONFIG_SYS_TEXT_BASE changed to 0x80100000

2012-01-03 Thread Tom Rini
On Thu, Dec 22, 2011 at 3:49 AM, Andreas Müller schnitzelt...@gmx.de wrote: * implementation based on ti beagleboard/omap3evm * timing data and i2c workaround for revision 0 boards taken from x-loader * run-tested with overo revision 0 and 1 / boot from NAND and SDcard Signed-off-by: Andreas

Re: [U-Boot] [PATCH v2 0/6] overo: add SPL support

2012-01-03 Thread Tom Rini
On Thu, Dec 22, 2011 at 4:04 AM, Andreas Müller schnitzelt...@gmx.de wrote: I manually sent this series to Steve as suggested in review by Tom Parts 1 to 5 are fine and I've sent my comments on 6, thanks! -- Tom ___ U-Boot mailing list

Re: [U-Boot] [PATCH resend] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR

2012-01-03 Thread Tom Rini
On Mon, Jan 2, 2012 at 9:47 AM, Thomas Weber thomas.x.we...@googlemail.com wrote: This patch removes the unused definitions: CONFIG_OMAP3_MICRON_DDR CONFIG_OMAP3_NUMONYX_DDR CONFIG_OMAP3_INFINEON_DDR Acked-by: Igor Grinberg grinb...@compulab.co.il Acked-by: Luca Ceresoli

Re: [U-Boot] [PATCH] arm, davinci: Change byte order of RTC kick register values

2012-01-03 Thread Tom Rini
On Wed, Dec 21, 2011 at 7:49 AM, Christian Riesch christian.rie...@omicron.at wrote: Now the values in the defines agree with those in the manuals. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Tom Rini tr...@ti.com Cc: Heiko Schocher h...@denx.de Applied to u-boot-ti

Re: [U-Boot] [PATCH v5] ARMV7: Add support For Logic OMAP35x/DM37x modules

2012-01-03 Thread Tom Rini
from SRAM. Signed-off-by: Peter Barada peter.bar...@logicpd.com Cc: Tom Rini tom.r...@gmail.com Cc: Igor Grinberg grinb...@compulab.co.il Cc: Wolfgang Denk w...@denx.de Acked-by: Igor Grinberg grinb...@compulab.co.il Applied to u-boot-ti/master, thanks! -- Tom

Re: [U-Boot] [PATCH] beagle: add eeprom expansion board info for bct brettl3

2012-01-03 Thread Tom Rini
On Tue, Jan 3, 2012 at 7:14 AM, Peter Meerwald pme...@pmeerw.net wrote: From: Peter Meerwald p.meerw...@bct-electronic.com this is for a prototyping board vendor/product ids have been added to http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs Since this follows existing

Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2012-01-03 Thread Tom Rini
On Sat, Dec 31, 2011 at 5:27 AM, asad ar...@example.net wrote: On 12/29/2011 07:47 PM, Aneesh V wrote: Fix boot issue on ES2.0 Panda by tuning some IO settings. The CONTROL_EFUSE_2 register has to be over-ridden in software for 4430 boards. Commit 23e9f0723e48615332119de4f4ec7a833a282628

Re: [U-Boot] [PATCH] OMAP MMC: Add delay before waiting for status

2012-01-03 Thread Tom Rini
On Thu, Dec 22, 2011 at 2:56 AM, Andreas Müller schnitzelt...@gmx.de wrote: Loading kernel from MMC created the following error message reproducable: | reading uImage | mmc_send_cmd: timedout waiting for stat! | | 2860468 bytes read Tested on overo with OMAP3530: * OMAP3530-GP ES3.1,

[U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-03 Thread Tom Rini
subtraction for us as it offers. Signed-off-by: Tom Rini tr...@ti.com --- drivers/mmc/omap_hsmmc.c | 30 +- 1 files changed, 17 insertions(+), 13 deletions(-) diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c index c38b9e6..378fbda 100644 --- a/drivers

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-03 Thread Tom Rini
On 01/03/2012 01:50 PM, Peter Bigot wrote: On Tue, Jan 3, 2012 at 2:24 PM, Tom Rini tr...@ti.com wrote: With certain SD cards the code detects a timeout when the hardware has not timed out. We change the timeout used to match the kernel which gives software 20ms to detect a timeout. We also

Re: [U-Boot] [PATCH V2 4/4] ARM: omap3: Added Teejet mt_ventoux

2012-01-04 Thread Tom Rini
On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic sba...@denx.de wrote: The mt_ventoux board is a custom board using the Technexion TAM3517 module. Signed-off-by: Stefano Babic sba...@denx.de CC: Ilya Yanok ya...@emcraft.com CC: Igor Grinberg grinb...@compulab.co.il [snip] +#if

Re: [U-Boot] [PATCH] arm/omap3: limit chip select iteration based on board config

2012-01-04 Thread Tom Rini
On 01/04/2012 09:10 AM, Grant Erickson wrote: On Jan 3, 2012, at 6:31 AM, Tom Rini wrote: On 12/22/2011 12:28 PM, Grant Erickson wrote: Only attempt to configure and add DRAM at chip select 1 if the board has configured more than one bank of DRAM. This prevents boards that have

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

2012-01-04 Thread Tom Rini
Hi Albert, This replaces the pull request I sent for u-boot-ti/next back around Dec 23rd that wasn't pulled. The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d: Thierry Reding (1): tegra2: Optimize out-of-tree build for Ventana. are available in the git

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-04 Thread Tom Rini
On Wed, Jan 4, 2012 at 4:56 PM, Scott Wood scottw...@freescale.com wrote: On 12/05/2011 05:17 PM, Marek Vasut wrote: This will be beneficial for the PXA3XX NAND driver, which uses the NAND IDs to identify the chip and configure the controller accordingly. Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-05 Thread Tom Rini
On Thu, Jan 5, 2012 at 2:09 AM, Marek Vasut marek.va...@gmail.com wrote: On Wed, Jan 4, 2012 at 4:56 PM, Scott Wood scottw...@freescale.com wrote: On 12/05/2011 05:17 PM, Marek Vasut wrote: This will be beneficial for the PXA3XX NAND driver, which uses the NAND IDs to identify the chip and

Re: [U-Boot] [PATCH] doc: Add Tom Rini to git-mailrc

2012-01-05 Thread Tom Rini
+alias omap           uboot, Sandeep Paulraj s-paul...@ti.com, Tom Rini tr...@ti.com  alias pxa            uboot, marex  alias s3c            samsung  alias s5pc           samsung -- 1.7.3.4 Wolfgang, what happened to http://patchwork.ozlabs.org/patch/131434/ ? It's listed as accepted

Re: [U-Boot] [PATCH 4/4] ARM: omap3: Added Teejet mt_ventoux

2012-01-05 Thread Tom Rini
On Thu, Jan 5, 2012 at 8:21 AM, Wolfgang Denk w...@denx.de wrote: Dear Stefano Babic, In message 1325090823-8051-4-git-send-email-sba...@denx.de you wrote: The mt_ventoux board is a custom board using the Technexion TAM3517 module. Signed-off-by: Stefano Babic sba...@denx.de ---  

Re: [U-Boot] [RFC] [PATCH] DaVinci/i2c: allow multiple buses

2012-01-05 Thread Tom Rini
On Wed, Dec 21, 2011 at 10:36 PM, Jérôme Carretero cj-ub...@zougloub.eu wrote: Hi Tom, I'm requesting comments on the following (untested) patch. It adds support for multiple i2c buses on davinci_i2c, without altering one line of code. What I don't like is that I'm doing a bit of macro

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-05 Thread Tom Rini
On Thu, Jan 5, 2012 at 4:04 PM, Scott Wood scottw...@freescale.com wrote: On 01/05/2012 08:15 AM, Tom Rini wrote: On Thu, Jan 5, 2012 at 2:09 AM, Marek Vasut marek.va...@gmail.com wrote: I'll confirm gc-sections/etc are not as awesome as we think.  You can drop the size of current SPL builds

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-06 Thread Tom Rini
On Fri, Jan 6, 2012 at 12:03 PM, Scott Wood scottw...@freescale.com wrote: On 01/05/2012 06:41 PM, Tom Rini wrote: On Thu, Jan 5, 2012 at 4:04 PM, Scott Wood scottw...@freescale.com wrote: Whatever the set of things is that you want to pull in for these SPLs, it needs to be a separate config

Re: [U-Boot] OMAP3 performance regression in 2011.12

2012-01-09 Thread Tom Rini
On Mon, Jan 9, 2012 at 3:27 AM, Joe Woodward j...@terrafix.co.uk wrote: Commit armv7: disable L2 cache in cleanup_before_linux() on 6th Dec 2011 by Aneesh V adds the following: arch/arm/cpu/armv7/cpu.c:cleanup_before_linux() ... v7_out_cache_disable(); ... The commit message implies

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-09 Thread Tom Rini
On Mon, Jan 9, 2012 at 2:21 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 09 January 2012 14:41:07 Scott Wood wrote: Unless/until the toolchain can properly GC anonymous strings, I think finer-grained conditional compilation is the way to go. i think we should use GC when it works

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-09 Thread Tom Rini
On Mon, Jan 9, 2012 at 2:23 PM, Tom Rini tom.r...@gmail.com wrote: On Mon, Jan 9, 2012 at 2:21 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 09 January 2012 14:41:07 Scott Wood wrote: Unless/until the toolchain can properly GC anonymous strings, I think finer-grained conditional

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-09 Thread Tom Rini
On 01/09/2012 11:28 AM, Sughosh Ganu wrote: This patch moves hawkboard to the new spl infrastructure from the older nand_spl one. Making this change required some code refactoring with a couple of davinci based platforms which use spl. Removed the hawkboard_nand_config build option -- The

Re: [U-Boot] [PATCH 13/15] New board support: Nokia RX-51 aka N900

2012-01-10 Thread Tom Rini
On Tue, Jan 10, 2012 at 6:14 AM, Pali Rohár pali.ro...@gmail.com wrote: On Tuesday 03 January 2012 09:05:17 Tom Rini wrote: On Sun, Dec 18, 2011 at 2:34 PM, Pali Rohár pali.ro...@gmail.com wrote: This board definition results in a u-boot.bin which can be chainloaded from NOLO in qemu

Re: [U-Boot] [PATCH] NAND: Allow nand_ids and nand_bbt to be compiled in SPL

2012-01-10 Thread Tom Rini
On Tue, Jan 10, 2012 at 11:25 AM, Mike Frysinger vap...@gentoo.org wrote: On Monday 09 January 2012 16:25:41 Tom Rini wrote: On Mon, Jan 9, 2012 at 2:23 PM, Tom Rini tom.r...@gmail.com wrote: On Mon, Jan 9, 2012 at 2:21 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday 09 January 2012 14

Re: [U-Boot] [PATCH] arm, davinci: Add support for the Calimain board from OMICRON electronics

2012-01-10 Thread Tom Rini
On Tue, Jan 10, 2012 at 5:56 AM, Christian Riesch christian.rie...@omicron.at wrote: This patch adds support for the Calimain board from OMICRON electronics GmbH. The board features a Texas Instruments AM1808 SoC, 128 MB DDR2 memory, and 64 MB NOR flash memory connected to CS2 and CS3.

Re: [U-Boot] [PATCH V4] nand_spl_simple: store ecc data on the stack

2012-01-10 Thread Tom Rini
replacing the fixed address in RAM. Signed-off-by: Stefano Babic sba...@denx.de CC: Ilya Yanok ya...@emcraft.com CC: Scott Wood scottw...@freescale.com CC: Tom Rini tom.r...@gmail.com CC: Simon Schwarz simonschwarz...@googlemail.com CC: Wolfgang Denk w...@denx.de --- V4:  - Drop SYS_

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-11 Thread Tom Rini
On Wed, Jan 11, 2012 at 8:31 AM, Andreas Müller schnitzelt...@gmx.de wrote: On Wednesday, January 04, 2012 01:22:29 AM Peter Bigot bigotp at acm.org wrote: I got this to work with two changes: * s/MMC_TIMEOUT_USEC/MMC_TIMEOUT_MSEC/g and define MMC_TIMEOUT_MSEC 20, since get_timer does

Re: [U-Boot] [PATCH v4 0/5] Added SPL support

2012-01-11 Thread Tom Rini
On 01/09/2012 11:38 PM, Chandan Nath wrote: This patch series is submitted to add support for MMC/SD along with SPL support. Also, fixed incorrect register offset of ddr and timer registers. The patches have been compile tested and run on AM335X EVM. The patches depends on previous patch

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Tom Rini
/m28evk.h           |    1 -  include/configs/omap3_evm_common.h |    1 -  include/configs/omap3_mvblx.h      |    1 -  include/configs/p1_p2_rdb_pc.h     |    7 ---  include/configs/tam3517-common.h   |    1 -  16 files changed, 0 insertions(+), 33 deletions(-) Acked-by: Tom Rini tr...@ti.com

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-13 Thread Tom Rini
On Fri, Jan 13, 2012 at 1:26 AM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had a look at the patch and I tried to understand what's going on here (I must confess that I didn't know anything about

Re: [U-Boot] [PATCH v3 6/7] omap_rev_string: output to stdout

2012-01-13 Thread Tom Rini
On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller schnitzelt...@gmx.de wrote: * avoid potential buffer overflows * allow SPL-build not to output Texas Instruments Revision detection unimplemented Signed-off-by: Andreas Müller schnitzelt...@gmx.de ---  

Re: [U-Boot] [PATCH v3 6/7] omap_rev_string: output to stdout

2012-01-13 Thread Tom Rini
On Fri, Jan 13, 2012 at 9:31 AM, Tom Rini tom.r...@gmail.com wrote: On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller schnitzelt...@gmx.de wrote: * avoid potential buffer overflows * allow SPL-build not to output Texas Instruments Revision detection unimplemented Signed-off-by: Andreas Müller

Re: [U-Boot] [PATCH v3 0/7] overo: add SPL support

2012-01-13 Thread Tom Rini
On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller schnitzelt...@gmx.de wrote: V1 - V2 * cleanups: replace printf with one argument by puts [1-2] * cleanups: remove unused macros and macro values / tabbing / remove FSF address [3] * i2c: move all local variables to SRAM [4] * OMAP SPL: call

Re: [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730

2012-01-13 Thread Tom Rini
On Tue, Jan 3, 2012 at 8:15 AM, Tom Rini tr...@ti.com wrote: On 01/02/2012 07:01 AM, Igor Grinberg wrote: This patch series some what clean up cm-t35 board files, add separate EEPROM handling file, fixes the incorrect board revision passed to Linux. Nikita Kiryanov (6):   cm-t35: cleanup

Re: [U-Boot] [PATCH v3 7/7] overo: add SPL support

2012-01-13 Thread Tom Rini
On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller schnitzelt...@gmx.de wrote: * implementation based on ti beagleboard/omap3evm * timing data and i2c workaround for revision 0 boards taken from x-loader * run-tested with overo revision 0 and 1 / boot from NAND and SDcard * run-tested with

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

2012-01-13 Thread Tom Rini
Hi Albert, The following changes since commit 10a4fa9e22b9677819b3901a87eec05875b346ad: Aneesh V (1): omap4: fix boot issue on ES2.0 Panda are available in the git repository at: git://git.denx.de/u-boot-ti.git master Andreas Müller (7): drivers/i2c/omap24xx_i2c.c: replace

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Tom Rini
On Sat, Jan 14, 2012 at 1:47 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: (re-sent due to the U-Boot MX rejecting my provider's servers -- again) Hi Stefano, Le 01/12/2011 10:56, Stefano Babic a écrit : The twister board is a development board using the TAM3517 SOM. I see this

Re: [U-Boot] [PATCH] omap3: board.c - Fix compile warnings

2012-01-14 Thread Tom Rini
On Sat, Jan 14, 2012 at 4:40 PM, Pali Rohár pali.ro...@gmail.com wrote: On Saturday 14 January 2012 21:12:00 Marek Vasut wrote:  * This patch fix compile warnings when CONFIG_SYS_L2CACHE_OFF is enabled    board.c:48:13: warning: ‘omap3_invalidate_l2_cache_secure’ declared ‘static’ but

Re: [U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Tom Rini
Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Tom Rini tr...@ti.com For the TI bits. -- Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Tom Rini
On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer li...@bohmer.net wrote: Hi All, 2011/12/22 Ilya Yanok ya...@emcraft.com: Hi Govindraj, On 22.12.2011 10:55, Govindraj wrote: Signed-off-by: Ilya Yanok ya...@emcraft.com --- Changes from V3:  - None Changes from V2:  - None Changes from V1:

Re: [U-Boot] [PATCH] arm, davinci: cam_enc_4xx board updates

2012-01-16 Thread Tom Rini
On Sun, Jan 15, 2012 at 12:59 AM, Heiko Schocher h...@denx.de wrote: [snip] diff --git a/board/ait/cam_enc_4xx/ublimage.cfg b/board/ait/cam_enc_4xx/ublimage.cfg index 95182ca..2374c72 100644 --- a/board/ait/cam_enc_4xx/ublimage.cfg +++ b/board/ait/cam_enc_4xx/ublimage.cfg @@ -39,7 +39,7 @@

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-16 Thread Tom Rini
On Fri, Jan 13, 2012 at 10:38 AM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Heiko, On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote: Hello Sugosh, Sughosh Ganu wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-17 Thread Tom Rini
On Mon, Jan 16, 2012 at 11:46 PM, Sughosh Ganu urwithsugh...@gmail.com wrote: On Mon Jan 16, 2012 at 10:57:05AM -0700, Tom Rini wrote: On Fri, Jan 13, 2012 at 10:38 AM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Heiko, On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote

Re: [U-Boot] [PATCH] arm, davinci: add PLL0 prediv to da850 lowlevel setup

2012-01-17 Thread Tom Rini
-by: Ben Gardiner bengardi...@nanometrics.ca Cc: Christian Riesch christian.rie...@omicron.at CC: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Applied to u-boot-ti/master, thanks! -- Tom

[U-Boot] [PATCH] OMAP3: Correct get_sdr_cs_offset mask

2012-01-18 Thread Tom Rini
on platforms with less than 128MB as 3:0 describe 128MB hunks and 9:8 describe 32MB offsets after the 128MB hunk. Tested-by: Grant Erickson maratho...@gmail.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap3/sdrc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-20 Thread Tom Rini
On Fri, Jan 20, 2012 at 12:05 AM, Heiko Schocher h...@denx.de wrote: Hello Patil, Patil, Rachna schrieb: Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-20 Thread Tom Rini
On Fri, Jan 20, 2012 at 12:28 AM, Christian Riesch christian.rie...@omicron.at wrote: On Thu, Jan 19, 2012 at 12:54 PM, Aneesh V ane...@ti.com wrote: On Thursday 19 January 2012 05:00 PM, Christian Riesch wrote: On Thu, Jan 19, 2012 at 11:17 AM, Aneesh Vane...@ti.com  wrote: On Thursday 19

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-24 Thread Tom Rini
On Tue, Jan 24, 2012 at 10:02 AM, Peter Meerwald pme...@pmeerw.net wrote: Hello, I can boot u-boot built from git commit b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: The current implementation (after poking some

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 03:03 AM, Peter Meerwald wrote: Hello Tom, I can boot u-boot built from git commit b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: The current implementation (after poking some of the other

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 08:43 AM, Peter Meerwald wrote: Hello Tom, MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via tftp) Even with 'dc off' before you start usb? I was not aware of the u-boot command 'dc off' -- yes, it solve my USB ethernet problem here is my

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 4:43 AM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at 11:50 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Wed, Jan 25, 2012 at 3:57 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 3:35 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wednesday, January 11, 2012 04:34:05 PM Tom Rini trini at ti.com wrote: I ordered the same card Peter sees failure on and it arrived yesterday.  I'm formatting it now and will see if I can duplicate

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-01-25 Thread Tom Rini
On Tue, Jan 24, 2012 at 7:27 AM, Pali Rohár pali.ro...@gmail.com wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) This is fine. * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S This isn't quite right. OMAP4/5 and AM33XX

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 11:00 AM, Marek Vasut marek.va...@gmail.com wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) What do you mean by this statement here ? * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S Eh? * This

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 11:55 AM, Scott Wood scottw...@freescale.com wrote: On 01/25/2012 12:19 PM, Tom Rini wrote: Maybe we should poke command.h to nop out U_BOOT_CMD for CONFIG_SPL_BUILD?  OTOH, #ifndef'ing U_BOOT_CMD and the code itself gets us a space savings we wouldn't get otherwise (I

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 3:32 AM, Stefano Babic sba...@denx.de wrote: On 17/01/2012 07:14, Govindraj wrote: On Mon, Jan 16, 2012 at 3:27 PM, Stefano Babic sba...@denx.de wrote: On 16/01/2012 08:58, Govindraj wrote: Th v2 patch series [1] posted is based on top of this patch. If I understand

Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 1:06 AM, Yegor Yefremov yegor_s...@visionsystems.de wrote: Am 18.07.2011 15:51, schrieb Yegor Yefremov: From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject:

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

2012-01-25 Thread Tom Rini
Hello, The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: Simon Glass (1): tegra2: Enable data cache are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ben Gardiner (1): arm, davinci: add PLL0 prediv to da850 lowlevel

Re: [U-Boot] SPL Linux Boot

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 4:50 AM, Stefano Babic sba...@denx.de wrote: Hi Tom, last version of patchset has not received comments since a long time - Simon sends to me a confirm that tests on the devkit8000 are successful. Any chance to get the patchset merged soon or do you have any open

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-26 Thread Tom Rini
On Wed, Jan 25, 2012 at 1:06 PM, wilsonjonathan piercing_m...@hotmail.com wrote: The u-boot loader is showing an incorrect size in the memory, and passing the invalid information to the kernel. What revision of the board do you have? Is this a 'classic' rev C4? Thanks. -- Tom

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-26 Thread Tom Rini
On Thu, Jan 26, 2012 at 12:14 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 10:08 -0700, Tom Rini wrote: On Wed, Jan 25, 2012 at 1:06 PM, wilsonjonathan piercing_m...@hotmail.com wrote: The u-boot loader is showing an incorrect size in the memory, and passing

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-26 Thread Tom Rini
On Thu, Jan 26, 2012 at 12:35 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 12:28 -0700, Tom Rini wrote: On Thu, Jan 26, 2012 at 12:14 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 10:08 -0700, Tom Rini wrote: On Wed, Jan 25, 2012 at 1

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 8:05 AM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 26, 2012 at 5:21 PM, Tom Rini tom.r...@gmail.com wrote: On Thu, Jan 26, 2012 at 12:35 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 12:28 -0700, Tom Rini wrote: On Thu, Jan 26

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com wrote: I think the area of code that needs investigating is in arch/arm/cpu/armv7/omap3/sdrc.c line 82 onwards :- u32 get_sdr_cs_size(u32 cs) {       u32 size;       /* get ram size field */       size =

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com wrote: I think the area of code that needs investigating is in arch/arm

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson robertcnel

[U-Boot] [UPDATED] Please pull u-boot-ti/master

2012-01-27 Thread Tom Rini
): arm, davinci: add PLL0 prediv to da850 lowlevel setup Pali Rohár (1): arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only Tom Rini (1): OMAP3: Correct get_sdr_cs_offset mask Yegor Yefremov (1): am3517evm: remove rootfstype kernel parameter for MMC boot

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-27 Thread Tom Rini
On Fri, Jan 20, 2012 at 6:06 AM, Aneesh V ane...@ti.com wrote: Hi Christian, On Friday 20 January 2012 06:18 PM, Christian Riesch wrote: Hi Aneesh, On Fri, Jan 20, 2012 at 1:13 PM, Aneesh Vane...@ti.com  wrote: On Friday 20 January 2012 02:51 PM, Christian Riesch wrote: On Fri, Jan 20,

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 11:42 AM, wilsonjonathan piercing_m...@hotmail.com wrote: On Fri, 2012-01-27 at 12:00 -0600, Robert Nelson wrote: On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini tom.r...@gmail.com wrote: OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz OMAP3 Beagle board

Re: [U-Boot] Question regarding NAND environment

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 3:08 PM, Peter Barada peter.bar...@logicpd.com wrote: On 01/27/2012 04:46 PM, Scott Wood wrote: On 01/26/2012 11:34 AM, Peter Barada wrote: On 01/26/2012 12:27 PM, Scott Wood wrote: Why are two copies insufficient for that? Two copies are sufficient, if none of the

Re: [U-Boot] Pull request: Davinci uboot

2012-01-30 Thread Tom Rini
On Fri, Jan 27, 2012 at 5:29 AM, Christian Riesch christian.rie...@omicron.at wrote: Hi Manju, On Fri, Jan 27, 2012 at 12:34 PM, Hadli, Manjunath manjunath.ha...@ti.com wrote: Hi Tom, These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-30 Thread Tom Rini
mailing list Tom Rini wrote that the RBLs of AM1808 and OMAP-L138 do not turn on caches. Does this mean that caches (dcache and/or icache) are *never* enabled or does it mean that they get enabled and then disabled before RBL exits. In the latter case, does RBL do everything that is necessary to ensure

[U-Boot] [PATCH] omap_hsmmc: Wait for CMDI to be clear

2012-01-30 Thread Tom Rini
robertcnel...@gmail.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/include/asm/arch-am33xx/mmc_host_def.h |2 +- arch/arm/include/asm/arch-omap3/mmc_host_def.h |2 +- arch/arm/include/asm/arch-omap4/mmc_host_def.h |2 +- arch/arm/include/asm/arch-omap5/mmc_host_def.h |2

Re: [U-Boot] SPL Linux Boot

2012-01-31 Thread Tom Rini
On Tue, Jan 31, 2012 at 4:25 AM, Stefano Babic sba...@denx.de wrote: On 30/01/2012 19:05, Tom Rini wrote: Hi Tom, OK, doing a MAKEALL for omap3/4/5/am33xx/davinci shows we've got a few missing include problems, I'll go fix that up. OK, was it when you took over the series that you moved

Re: [U-Boot] Changes in uEnv.txt does not work

2012-01-31 Thread Tom Rini
On Fri, Jan 27, 2012 at 9:38 AM, manishdkanchan manishdkancha...@gmail.com wrote: Hi, I am Manish and i have recently started working on beagleboard xm. I am facing certain issues. Need guidance to solve it. Background: I am using beagleboard xm, uboot version 9 of 2011 Intention:

[U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-01-31 Thread Tom Rini
...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap-common/Makefile |3 + arch/arm/cpu/armv7/omap-common/spl.c|5 ++ arch/arm/cpu/armv7/omap-common/spl_ymodem.c | 76 +++ arch/arm/include/asm/omap_common.h |3 + common

[U-Boot] [PATCH 2/2] SPL: Enable YMODEM support on BeagleBone and AM335x EVM

2012-01-31 Thread Tom Rini
From: Matt Porter mpor...@ti.com Cc: Chandan Nath chandan.n...@ti.com Tested-by: Tom Rini tr...@ti.com Signed-off-by: Matt Porter mpor...@ti.com --- include/configs/am335x_evm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/am335x_evm.h b/include

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 3:24 AM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Tue, Jan 31, 2012 at 11:40 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi Tom, Hi Matt, On Tuesday, January 31, 2012, Tom Rini tr...@ti.com wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 11:14 AM, Scott Wood scottw...@freescale.com wrote: On 02/01/2012 04:24 AM, Wolfgang Denk wrote: Dear Tom Rini, In message 1328047438-26294-1-git-send-email-tr...@ti.com you wrote: From: Matt Porter mpor...@ti.com Adds support for loading U-Boot from UART using YMODEM

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:37 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message ca+m6bxmkum1b39rvcj+jgdrmfcfr5stozyduvxnm4nfuz-x...@mail.gmail.com you wrote: What originally has been designed to be minimal code now start to pull in all kinds of other crap, that has never

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:51 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message CA+M6bXnb5k6gA8kbqr0BQ+JLMVFXpzCT+g+dEXfJx307fYn=e...@mail.gmail.com you wrote: I object against opening this pandora box. If you have so ample resources to run such code, then load a minimal

Re: [U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

2012-02-01 Thread Tom Rini
On Wed, Feb 1, 2012 at 12:49 PM, Wolfgang Denk w...@denx.de wrote: Dear Tom Rini, In message CA+M6bXkXA+356AFLGDS55o=7bzuuqccpcxavejo9awdenn3...@mail.gmail.com you wrote: Maybe we need to separate out the systems which are very resource constrained from the ones that aren't, share code

Re: [U-Boot] [PATCH 1/1] arm: mmc: omap: spl size reduction by removing write/erase ops

2012-02-02 Thread Tom Rini
On Thu, Feb 2, 2012 at 6:04 AM, Balaji T K balaj...@ti.com wrote: spl for OMAP4 does not use mmc read/write. Add CONFIG_MMC_NO_ERASE, CONFIG_MMC_NO_WRITE to platforms where mmc write/erase operation is not needed in spl. Use these CONFIGS to remove write/erase code in mmc.c and omap_hsmmc.c

Re: [U-Boot] [PATCH 3/3] davinci: add clocks command

2012-02-02 Thread Tom Rini
...@ti.com Cc: Tom Rini tr...@ti.com NAK. The feedback from the last time you submitted this was to extend the functionality of 'bdinfo' to be able to include this. See http://patchwork.ozlabs.org/patch/120105/ -- Tom ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH 1/1] arm: mmc: omap: spl size reduction by removing write/erase ops

2012-02-02 Thread Tom Rini
On Thu, Feb 2, 2012 at 9:48 AM, Aneesh V ane...@ti.com wrote: Tom, On Thursday 02 February 2012 10:02 PM, Tom Rini wrote: On Thu, Feb 2, 2012 at 6:04 AM, Balaji T Kbalaj...@ti.com  wrote: spl for OMAP4 does not use mmc read/write. Add CONFIG_MMC_NO_ERASE, CONFIG_MMC_NO_WRITE to platforms

Re: [U-Boot] [PATCHv2] OMAP3: Add Corscience Tricorder board

2012-02-02 Thread Tom Rini
On Sat, Jan 28, 2012 at 12:25 PM, Thomas Weber tho...@tweber.de wrote: From: Thomas Weber we...@corscience.de Tricorder is a board which is very similar to the Devkit8000. It is designed as a base platform for further medical devices.

Re: [U-Boot] [PATCH] OMAP SPL: Fix missing timer_init() call in OMAP4 s_init()

2012-02-02 Thread Tom Rini
OMAP4 boards. Signed-off-by: Nicolas Dechesne n-deche...@ti.com Tested-by: Robert P. J. Day rpj...@crashcourse.ca Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tr...@ti.com Applied to u-boot-ti/master, thanks! -- Tom ___ U-Boot mailing list U-Boot

  1   2   3   4   5   6   7   8   9   10   >