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

2013-02-28 Thread Tom Rini
On Tue, Feb 26, 2013 at 03:44:22PM -0600, Scott Wood wrote: The following changes since commit 47104c37de076e2be35ae1b3d144614f4d24a766: MAKEALL: add support for per architecture toolchains (2013-02-20 09:40:34 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH v4 0/11] Add BF60x processor support to Blackfin architecture.

2013-02-28 Thread Tom Rini
On Thu, Feb 21, 2013 at 07:06:38PM +0800, Sonic Zhang wrote: From: Sonic Zhang sonic.zh...@analog.com ADSP-BF60x is the new generation Blackfin?? dual-core processor announced by Analog Devices in late March, 2012. This patch set adds BF60x processor support to Das U-Boot Blackfin

Re: [U-Boot] Please pull u-boot-x86.git

2013-02-28 Thread Tom Rini
On Wed, Feb 27, 2013 at 01:18:23PM -0800, Simon Glass wrote: Hi Tom, I have pulled the latest series into a branch in the x86 tree. You can also get it from patchwork. If you are happy with it, please see below. I haven't seen any comments for a few days. OK, building with ELDK4.2 for a

Re: [U-Boot] [PATCH v4 0/11] Add BF60x processor support to Blackfin architecture.

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/28/2013 09:10 PM, Sonic Zhang wrote: Hi Tom, On Fri, Mar 1, 2013 at 5:22 AM, Tom Rini tr...@ti.com wrote: On Thu, Feb 21, 2013 at 07:06:38PM +0800, Sonic Zhang wrote: From: Sonic Zhang sonic.zh...@analog.com ADSP-BF60x is the new

Re: [U-Boot] Please pull u-boot-x86.git

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/28/2013 10:55 PM, Simon Glass wrote: Hi Tom, On Thu, Feb 28, 2013 at 4:22 PM, Simon Glass s...@chromium.org wrote: Hi Tom, On Thu, Feb 28, 2013 at 3:00 PM, Tom Rini tr...@ti.com wrote: On Wed, Feb 27, 2013 at 01:18:23PM -0800, Simon

Re: [U-Boot] [PATCH 0/2] ARM: mmu: Set domain permissions to client access - build warnings!

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 02:45 AM, Albert ARIBAUD wrote: Hi Sricharan, On Fri, 1 Mar 2013 09:57:25 +0530, Sricharan R r.sricha...@ti.com wrote: Hi Albert, On Thursday 28 February 2013 08:35 PM, Albert ARIBAUD wrote: On Thu, 28 Feb 2013 15:20:44

Re: [U-Boot] [PATCH v3 1/4] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters

2013-03-01 Thread Tom Rini
On Thu, Feb 28, 2013 at 07:37:51PM -0600, Scott Wood wrote: On 02/28/2013 01:09:05 PM, Tom Rini wrote: We make these two functions take a size_t pointer to how much space was used on NAND to read or write the buffer (when reads/writes happen) so that bad blocks can be accounted for. We also

Re: [U-Boot] [PATCH v3 1/4] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters

2013-03-01 Thread Tom Rini
On Fri, Mar 01, 2013 at 10:57:40AM -0500, Tom Rini wrote: On Thu, Feb 28, 2013 at 07:37:51PM -0600, Scott Wood wrote: On 02/28/2013 01:09:05 PM, Tom Rini wrote: [snip] @@ -526,16 +543,28 @@ int nand_write_skip_bad(nand_info_t *nand, loff_t offset, size_t *length, if ((offset (nand

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-03-01 Thread Tom Rini
Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Tom Rini tr...@ti.com on am335x_evm with this patch replacing Pantelis' patch, in the stack of things required for DFU on this board. -- Tom signature.asc Description

Re: [U-Boot] [PATCH v6 1/3] Add README for the Falcon mode

2013-03-01 Thread Tom Rini
On Sat, Feb 23, 2013 at 11:53:25AM +0100, Stefano Babic wrote: Simple howto to add support to a board for booting the kernel from SPL (Falcon mode). Signed-off-by: Stefano Babic sba...@denx.de --- Changes in v6: - rephrasing some parts to make clearer (Otavio Salvador, Andreas Biessmann)

Re: [U-Boot] [PATCH 01/11] ext4: Split write support into its own file

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:28AM -0800, Simon Glass wrote: This code seems to be entirely othogonal, so remove the #ifdef and put the condition in the Makefile instead. Signed-off-by: Simon Glass s...@chromium.org Reveiwed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description

Re: [U-Boot] [PATCH 02/11] fs: Fully populate the filesystem method struct

2013-03-01 Thread Tom Rini
...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 03/11] fs: Use filesystem methods instead of switch()

2013-03-01 Thread Tom Rini
-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 04/11] fs: Tell probe functions where to put their results

2013-03-01 Thread Tom Rini
is clearer. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 05/11] fs: Use map_sysmem() on read

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:32AM -0800, Simon Glass wrote: This allows us to use filesystems on sandbox. It has no effect on other architectures. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 06/11] fs: Move ls and read methods into ext4, fat

2013-03-01 Thread Tom Rini
...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 07/11] sandbox: Add a way of obtaining directory listings

2013-03-01 Thread Tom Rini
+ include/os.h | 48 +++ 2 files changed, 149 insertions(+), 0 deletions(-) Since the code looks fine, Reviewed-by: Tom Rini tr...@ti.com But a question. Do you really want this in cpu/os.c rather than some new file

Re: [U-Boot] [PATCH 08/11] sandbox: Add host filesystem

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:35AM -0800, Simon Glass wrote: This allows reading of files from the host filesystem in sandbox. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 09/11] sandbox: Add 'sb' command to access filesystem features

2013-03-01 Thread Tom Rini
Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 10/11] sandbox: Enable ext4 and fat filesystems

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:37AM -0800, Simon Glass wrote: These are useful for build-testing code, at least. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 11/11] sandbox: config: Enable sandbox command

2013-03-01 Thread Tom Rini
On Wed, Dec 26, 2012 at 11:53:38AM -0800, Simon Glass wrote: The 'sb' command allows loading files from the host, and listing directories. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 07/11] sandbox: Add a way of obtaining directory listings

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 01:21 PM, Simon Glass wrote: Hi Tom, On Fri, Mar 1, 2013 at 9:37 AM, Tom Rini tr...@ti.com wrote: On Wed, Dec 26, 2012 at 11:53:34AM -0800, Simon Glass wrote: This implementation uses opendir()/readdir() to access the directory

Re: [U-Boot] [PATCH] cmd_mem: Decode the mtest start and end values from fdt

2013-03-01 Thread Tom Rini
On Fri, Mar 01, 2013 at 05:06:48PM +0100, Wolfgang Denk wrote: Dear Jagannadha Sutradharudu Teki, In message 10597224-d520-4a3f-8185-5de018ee5...@tx2ehsmhs026.ehs.local you wrote: This patch provides a support to decode the mtest start and end values from fdt config node.

Re: [U-Boot] [PATCH] CONFIG_BOOTDELAY default should not affect runtime

2013-03-01 Thread Tom Rini
On Wed, Feb 27, 2013 at 02:11:31PM -0600, Joe Hershberger wrote: Hi Tom, On Mon, Feb 18, 2013 at 11:20 AM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2013 11:21 AM, Otavio Salvador wrote: Hello Wolfgang, On Sat, Feb 9, 2013 at 4:54 AM

Re: [U-Boot] [PATCH v2 7/9] am33xx: support ti814x mmc reference clock

2013-03-01 Thread Tom Rini
On Thu, Feb 28, 2013 at 08:29:51PM -0500, Matt Porter wrote: TI814x has a 192MHz hsmmc reference clock. Select that clock rate when building for TI814x. Signed-off-by: Matt Porter mpor...@ti.com Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v8 09/31] arm: start.S: Fix _TEXT_BASE for SPL

2013-03-01 Thread Tom Rini
On Fri, Mar 01, 2013 at 01:10:18PM +0100, Beno??t Th??baudeau wrote: _TEXT_BASE must be set to CONFIG_SPL_TEXT_BASE for generic SPL, and to CONFIG_SYS_TEXT_BASE for non-SPL builds. Signed-off-by: Beno??t Th??baudeau benoit.thebaud...@advansee.com Reviewed-by: Tom Rini tr...@ti.com -- Tom

Re: [U-Boot] [PATCH v8 15/31] autoconfig.mk: Make it possible to define configs from other configs

2013-03-01 Thread Tom Rini
On Fri, Mar 01, 2013 at 01:10:24PM +0100, Beno??t Th??baudeau wrote: Signed-off-by: Beno??t Th??baudeau benoit.thebaud...@advansee.com --- Changes in v8: - New patch. Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2:

Re: [U-Boot] [PATCH v8 21/31] Makefile: Move SHELL setup to config.mk

2013-03-01 Thread Tom Rini
it possible to use things like 'echo -e ...' in sub-makes, which would otherwise fail e.g. with /bin/sh symlinked to /bin/dash on Ubuntu. Signed-off-by: Beno??t Th??baudeau benoit.thebaud...@advansee.com Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 05:53 PM, Wolfgang Denk wrote: Dear Adnan Ali, In message 1361795077-3674-2-git-send-email-adnan@codethink.co.uk you wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This

Re: [U-Boot] [PATCH v3] Introduced btrfs file-system with btrload command

2013-03-01 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 06:06 PM, Wolfgang Denk wrote: Dear Tom, In message 51313235.8080...@ti.com you wrote: Can you fix these, please? Some number of these are following upstream errors which we should take so future resyncs aren't as painful.

Re: [U-Boot] [PATCH v3 1/4] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters

2013-03-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/01/2013 09:59 PM, Scott Wood wrote: On 03/01/2013 09:57:40 AM, Tom Rini wrote: On Thu, Feb 28, 2013 at 07:37:51PM -0600, Scott Wood wrote: + * @param limmaximum size that length may be in order to not + *exceed the buffer

Re: [U-Boot] should tools/env/README also recommend setting HOSTSTRIP?

2013-03-04 Thread Tom Rini
On Thu, Feb 28, 2013 at 08:46:15AM -0500, Robert P. J. Day wrote: it would seem that in addition to manually setting HOSTCC, a user should also set HOSTSTRIP when building fw_printenv, no? there's no mention of that in the README but the strip operation will certainly fail without it.

Re: [U-Boot] Pull request: u-boot-blackfin/master

2013-03-04 Thread Tom Rini
On Mon, Mar 04, 2013 at 02:08:13PM +0800, Sonic Zhang wrote: The following changes since commit 47104c37de076e2be35ae1b3d144614f4d24a766: MAKEALL: add support for per architecture toolchains (2013-02-20 09:40:34 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Tom Rini
On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: Add sama5d3xek support with following feature - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector - boot from SPI flash support - boot from SD card support - LCD support - EMAC support - USB support

Re: [U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4

2013-03-04 Thread Tom Rini
On Mon, Feb 18, 2013 at 07:26:42AM +0100, Peter Korsgaard wrote: Koen == Koen Kooi k...@dominion.thruhere.net writes: Koen #define CONFIG_CMD_EXT2 Koen +#define CONFIG_CMD_EXT4 Shouldn't the bootcmd then also be changed to use ext4load instead? Why keep CMD_EXT2 enabled? Koen

Re: [U-Boot] [PATCH 0/11] sandbox: Add filesystem support

2013-03-04 Thread Tom Rini
On Sun, Feb 24, 2013 at 09:35:42AM -0800, Simon Glass wrote: Hi, On Wed, Dec 26, 2012 at 11:53 AM, Simon Glass s...@chromium.org wrote: This series adds support for filesystems to sandbox. While we don't yet have access to host machine block devices, we can access files on the host

Re: [U-Boot] Please pull u-boot-x86.git

2013-03-04 Thread Tom Rini
On Thu, Feb 28, 2013 at 07:55:39PM -0800, Simon Glass wrote: [snip] The following changes since commit a1eac57a2001ecf86a46f520cd85ef8e9c8b3687: common/env_nand.c: calculate crc only when readenv was OK (2013-02-22 19:59:53 -0600) are available in the git repository at:

Re: [U-Boot] ubifs: Allow ubifsmount volume reference by number

2013-03-04 Thread Tom Rini
On Thu, Nov 01, 2012 at 04:54:18PM -, Joe Hershberger wrote: UBI can mount volumes by name or number The current code forces you to name the volume by prepending every name with ubi:. From fs/ubifs/super.c * There are several ways to specify UBI volumes when mounting UBIFS: * o

Re: [U-Boot] ubifs: Allow ubifsmount volume reference by number

2013-03-04 Thread Tom Rini
On Thu, Nov 01, 2012 at 04:54:18PM -, Joe Hershberger wrote: UBI can mount volumes by name or number The current code forces you to name the volume by prepending every name with ubi:. From fs/ubifs/super.c * There are several ways to specify UBI volumes when mounting UBIFS: * o

Re: [U-Boot] bootm: fix conditional compilation for bootm ramdisk subcommand

2013-03-04 Thread Tom Rini
On Tue, Feb 26, 2013 at 04:54:19AM -, Daniel Schwierzeck wrote: All code related to the bootm ramdisk subcommand is conditionally enabled by CONFIG_SYS_BOOT_RAMDISK_HIGH except for the help message. Replace the CONFIG_ARCH defines by CONFIG_SYS_BOOT_RAMDISK_HIGH to fix this.

Re: [U-Boot] env: Avoid clobbering an edited variable on ctrl-c

2013-03-04 Thread Tom Rini
On Fri, Feb 08, 2013 at 10:12:34AM -, Joe Hershberger wrote: If readline says there was an error, don't write to the variable! Signed-off-by: Joe Hershberger joe.hershber...@ni.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v1] kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.

2013-03-04 Thread Tom Rini
On Thu, Feb 28, 2013 at 08:21:13PM -, Sonic Zhang wrote: Signed-off-by: Sonic Zhang sonic@gmail.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [Patch v7] Consolidate bool type

2013-03-04 Thread Tom Rini
On Wed, Jan 30, 2013 at 03:11:40PM -0800, York Sun wrote: 'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true =

[U-Boot] [STATUS] v2013.04-rc1 released

2013-03-04 Thread Tom Rini
Hey all, I've tagged and pushed v2013.04-rc1 now. I expect a number of changes still to come, but I want to remind folks when the next release is, and that is sooner than you thought. I've also given patchwork a clean-up, so if you haven't checked your TODO list of late, it might have grown.

[U-Boot] [PATCH v4 0/5] Add NAND support to DFU, enable for am335x_evm

2013-03-04 Thread Tom Rini
example alt_info for both Tom Rini (3): nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults common/cmd_nand.c| 55 +++- common/env_nand.c

[U-Boot] [PATCH v4 1/5] nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters

2013-03-04 Thread Tom Rini
available. The changes were started by Pantelis and finished by Tom. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: - Further reword nand_util.c comments, from Scott - In nand_write_skip_bad make sure *actual is 0 for YAFFS2

[U-Boot] [PATCH v4 2/5] cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS

2013-03-04 Thread Tom Rini
The flag changed from WITH_INLINE_OOB to WITH_YAFFS_OOB by accident in 418396e. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: - Add patch to fix CONFIG_CMD_NAND_YAFFS Changes in v3: None Changes in v2: None common/cmd_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion

[U-Boot] [PATCH v4 3/5] dfu: NAND specific routines for DFU operation

2013-03-04 Thread Tom Rini
From: Pantelis Antoniou pa...@antoniou-consulting.com Support for NAND storage devices to work with the DFU framework. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: None Changes in v3: - Rework logic in nand_block_op

[U-Boot] [PATCH v4 4/5] am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults

2013-03-04 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: None Changes in v3: None Changes in v2: - Add CONFIG_CMD_MTDPARTS and relevant information to am335x_evm include/configs/am335x_evm.h |9 + 1 file changed, 9 insertions(+) diff --git a/include/configs/am335x_evm.h b/include

[U-Boot] [PATCH v4 5/5] am335x_evm: Enable DFU for NAND and MMC, provide example alt_info for both

2013-03-04 Thread Tom Rini
${dfu_alt_info_nand}'. - Enable CONFIG_FAT_WRITE to allow updating on MMC Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: None Changes in v3: - Fix checkpatch.pl warnings in include/configs/am335x_evm.h Changes in v2: - Enable DFU for NAND

Re: [U-Boot] [PATCH v4 2/5] cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS

2013-03-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/2013 08:12 PM, Scott Wood wrote: On 03/04/2013 04:17:10 PM, Tom Rini wrote: The flag changed from WITH_INLINE_OOB to WITH_YAFFS_OOB by accident in 418396e. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v4: - Add patch to fix

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Tom Rini
On Tue, Mar 05, 2013 at 10:03:57AM +0800, Bo Shen wrote: Hi Tom, On 3/4/2013 23:14, Tom Rini wrote: On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: [snip] @@ -0,0 +1,268 @@ +/* + * Configuation settings for the SAMA5D3xEK board. [snip] +#undef CONFIG_USE_IRQ

[U-Boot] [PATCH] VCMA9: Enable CONFIG_CMD_NAND_YAFFS

2013-03-05 Thread Tom Rini
As this board has NAND and supports YAFFS2, add CONFIG_MD_NAND_YAFFS Cc: David Müller d.muel...@elsoft.ch Signed-off-by: Tom Rini tr...@ti.com --- include/configs/VCMA9.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index fb7d922

Re: [U-Boot] [PATCH 00/12] cmd_sf: Add support for read and write instructions

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 12:00 PM, Jagan Teki wrote: Hi Tom, On Tue, Mar 5, 2013 at 2:38 AM, Tom Rini tr...@ti.com wrote: On Sat, Mar 02, 2013 at 01:59:38PM +0530, Jagan Teki wrote: [snip] Since these changes I have sent long back, I am just re

Re: [U-Boot] [PATCH 00/12] cmd_sf: Add support for read and write instructions

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 12:21 PM, Jagan Teki wrote: Hi Tom, On Tue, Mar 5, 2013 at 10:38 PM, Tom Rini tr...@ti.com wrote: On 03/05/2013 12:00 PM, Jagan Teki wrote: Hi Tom, On Tue, Mar 5, 2013 at 2:38 AM, Tom Rini tr...@ti.com wrote: On Sat, Mar 02

Re: [U-Boot] dtb vs. kernel command line arguments

2013-03-05 Thread Tom Rini
On Tue, Mar 05, 2013 at 11:16:17AM -0800, Simon Glass wrote: Hi Kim, On Mon, Mar 4, 2013 at 4:03 PM, Kim Phillips kim.phill...@freescale.com wrote: On Mon, 4 Mar 2013 10:30:45 -0800 Curt Brune c...@cumulusnetworks.com wrote: Hello - I want to pass a number of arguments from

Re: [U-Boot] DFU on OMAP4?

2013-03-05 Thread Tom Rini
On Tue, Mar 05, 2013 at 09:30:18AM -0500, Michael Cashwell wrote: On Feb 20, 2013, at 2:52 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Michael, Greetings, I've been trying to do some feasibility (performance / features) testing of DFU to see if it might work on a

Re: [U-Boot] [PATCH 00/12] cmd_sf: Add support for read and write instructions

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 01:34 PM, Jagan Teki wrote: Okay.. what I understand is - Currently, all the flash supported commands are provided to user as choice. what what i suppose to implement. He needs to choose the best option based on what the controller

Re: [U-Boot] [PATCH] MAKEALL: allow regex matches for -s option

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 04:43 PM, Stephen Warren wrote: On 03/05/2013 02:37 PM, Wolfgang Denk wrote: Dear Stephen Warren, In message 1362518101-5742-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com This

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 06:24 PM, Marek Vasut wrote: Dear Lukasz Majewski, Hi Marek, Dear Lukasz Majewski, This commit fixes problems with some non-standard requests send with device address instead of interface address (bmRequestType.Receipent

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-03-05 Thread Tom Rini
On Wed, Mar 06, 2013 at 12:54:45AM +0100, Marek Vasut wrote: Dear Tom Rini, On 03/05/2013 06:24 PM, Marek Vasut wrote: Dear Lukasz Majewski, Hi Marek, Dear Lukasz Majewski, This commit fixes problems with some non-standard requests send with device address instead

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-03-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2013 07:55 PM, Marek Vasut wrote: Dear Tom Rini, On Wed, Mar 06, 2013 at 12:54:45AM +0100, Marek Vasut wrote: Dear Tom Rini, On 03/05/2013 06:24 PM, Marek Vasut wrote: Dear Lukasz Majewski, Hi Marek, Dear Lukasz Majewski

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-03-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2013 02:45 AM, Pantelis Antoniou wrote: [snip] Sorry about missing this thread. I've been busy with other stuff. What kind of regressions are we talking about? I'm trying to get around to looking into all of this, but this shouldn't

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-06 Thread Tom Rini
as expected from the defined config. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Reviewed-by: Tom Rini tr...@ti.com - -- Tom -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRN6

[U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Tom Rini
*len on read operations. Cc: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Tom Rini tr...@ti.com --- drivers/dfu/dfu_mmc.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/dfu/dfu_mmc.c b/drivers/dfu/dfu_mmc.c index 083d745..0bed405

Re: [U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/07/2013 06:19 PM, Michael Cashwell wrote: I was just bitten in this area today but in a different way. Larger than DDR? Any update larger than the default 4MB dfu_buf[] fails too. (As a hack I redefined dfu_buf[] to be a cast of I think

Re: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs

2013-03-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2013 09:28 AM, Wolfgang Denk wrote: Dear Marek, In message 201303081508.49239.ma...@denx.de you wrote: Should we not remove the lower case letters here? Such are not supposed to be used in macro names. btw. CONFIG_[[:alnum:]_]\+

Re: [U-Boot] [PATCH] dfu:mmc: When doing block operations, operate on the given length

2013-03-08 Thread Tom Rini
On Thu, Mar 07, 2013 at 09:25:44AM -0500, Tom Rini wrote: When working on RAW partitions, it's possible that the whole area is larger than DDR. So what we need to do is make sure that the length we are given is aligned with the LBA block size, then pass that length in as our count of LBA

Re: [U-Boot] [PATCH 1/4] Tegra: All Tamonten-derived boards use onboard NAND

2013-03-08 Thread Tom Rini
a PR. The other half of the patchset is assigned to Tom Rini. Stephen - how would you like me to resolve this? Hmmm. Thierry's patch series does quite a few things at once. I'd suggest that Thierry posts a series that /just/ enables NAND support. It should be possible to apply

Re: [U-Boot] [PATCH V2 3/4] disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART

2013-03-08 Thread Tom Rini
-by: Stephen Warren swar...@nvidia.com Acked-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2 2/4] disk: define HAVE_BLOCK_DEVICE in a common place

2013-03-08 Thread Tom Rini
On Thu, Feb 28, 2013 at 06:03:46PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This set of ifdefs is used in a number of places. Move its definition somewhere common so it doesn't have to be repeated. Signed-off-by: Stephen Warren swar...@nvidia.com Acked-by: Tom

Re: [U-Boot] [PATCH 1/4] Tegra: All Tamonten-derived boards use onboard NAND

2013-03-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2013 11:48 AM, Tom Warren wrote: On Fri, Mar 8, 2013 at 9:44 AM, Tom Rini tr...@ti.com wrote: On 03/08/2013 11:36 AM, Tom Warren wrote: On Mon, Mar 4, 2013 at 4:39 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 03/04/2013 04:26 PM

[U-Boot] [PATCH v5 1/9] README: Document current DFU CONFIG options

2013-03-08 Thread Tom Rini
Add documentation for the current DFU config options. DFU is a standard USB device class so more information is available from usb.org Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: - New patch to document existing DFU CONFIG options Changes in v4: None Changes in v3: None Changes

[U-Boot] [PATCH v5 0/9] Improve DFU support, enable for am335x_evm

2013-03-08 Thread Tom Rini
, provide example alt_infos Tom Rini (5): README: Document current DFU CONFIG options dfu: Change indentation of defines in dfu.h nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS am335x_evm: Add CONFIG_CMD_MTDPARTS

[U-Boot] [PATCH v5 3/9] dfu: Change indentation of defines in dfu.h

2013-03-08 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: - New patch to re-align defines in dfu.h Changes in v4: None Changes in v3: None Changes in v2: None include/dfu.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dfu.h b/include/dfu.h index 5182c6c

[U-Boot] [PATCH v5 2/9] dfu: Support larger than memory transfers.

2013-03-08 Thread Tom Rini
that we don't rely on just the counter sent by the host. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: - Rework Pantelis' dfu: Support larger than memory transfers to not break filesystem writing Changes in v4: None Changes in v3

[U-Boot] [PATCH v5 5/9] cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS

2013-03-08 Thread Tom Rini
The flag changed from WITH_INLINE_OOB to WITH_YAFFS_OOB by accident in 418396e. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: None Changes in v4: - Add patch to fix CONFIG_CMD_NAND_YAFFS Changes in v3: None Changes in v2: None common/cmd_nand.c |2 +- 1 file changed, 1 insertion

[U-Boot] [PATCH v5 6/9] dfu: NAND specific routines for DFU operation

2013-03-08 Thread Tom Rini
From: Pantelis Antoniou pa...@antoniou-consulting.com Support for NAND storage devices to work with the DFU framework. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: - Document CONFIG_DFU_NAND in README Changes in v4: None

[U-Boot] [PATCH v5 7/9] am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE

2013-03-08 Thread Tom Rini
From: Pantelis Antoniou pa...@antoniou-consulting.com drivers/usb/gadget/composite.c requires that this is defined early. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com Acked-by: Tom Rini tr...@ti.com --- Changes in v5: None Changes in v4

[U-Boot] [PATCH v5 8/9] am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults

2013-03-08 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Add CONFIG_CMD_MTDPARTS and relevant information to am335x_evm include/configs/am335x_evm.h |9 + 1 file changed, 9 insertions(+) diff --git a/include/configs

[U-Boot] [PATCH v5 9/9] am335x_evm: Enable DFU for NAND and MMC, provide example alt_infos

2013-03-08 Thread Tom Rini
dfu_alt_info ${dfu_alt_info_nand}'. - Enable CONFIG_FAT_WRITE to allow updating on MMC Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com --- Changes in v5: - Add RAW MMC examples to include/configs/am335x_evm.h Changes in v4: None Changes in v3

[U-Boot] [PATCH] am33xx:ddr:Fix config_sdram to work for all DDR

2013-03-08 Thread Tom Rini
From: Steve Kipisz s-kipi...@ti.com The original write to sdram_config is correct for DDR3 but incorrect for DDR2 so SPL was hanging. For DDR2, the write to sdram_config should be after the writes to ref_ctrl. This was working for DDR3 because there was a write of 0x2800 to ref_ctrl before a

Re: [U-Boot] Please pull u-boot-x86.git

2013-03-08 Thread Tom Rini
On Mon, Mar 04, 2013 at 04:01:52PM -0800, Simon Glass wrote: Hi Tom, Great to see the previous lot made it in. Here is the next x86 series. The following changes since commit 2536850d7cd90bdb75bf3ff86838f913392b68db: Prepare v2013.04-rc1 (2013-03-04 16:29:17 -0500) are available in

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-08 Thread Tom Rini
On Thu, Dec 20, 2012 at 11:51:05AM -, Scott Wood wrote: SPL doesn't write to the environment. These list entries prevent the functions from being garbage-collected, even though nothing will look at the list. This caused several SPL builds (e.g. P2020RDB-PC_NAND) to break due to size

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2013 03:34 PM, Scott Wood wrote: On 03/08/2013 02:27:48 PM, Tom Rini wrote: On Thu, Dec 20, 2012 at 11:51:05AM -, Scott Wood wrote: SPL doesn't write to the environment. These list entries prevent the functions from being garbage

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-03-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2013 02:11 AM, Igor Grinberg wrote: Hi guys, This patch set is floating already for _three_ months. All comments were addressed, it introduces negative diff stat, and provides two useful features (also for production automation).

Re: [U-Boot] [PATCH v8 13/31] arm: Enable generic board support

2013-03-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2013 01:30 PM, Simon Glass wrote: Hi Otavio, On Sat, Mar 9, 2013 at 4:31 AM, Otavio Salvador ota...@ossystems.com.br mailto:ota...@ossystems.com.br wrote: On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH v5 2/9] dfu: Support larger than memory transfers.

2013-03-11 Thread Tom Rini
correctly. This fixes the wrong transfers for large ( 256MB) images. Also utilize a variable to handle initialization, so that we don't rely on just the counter sent by the host. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Tom Rini tr...@ti.com Acked

Re: [U-Boot] [PATCH V2] Add Boundary Devices Nitrogen6X boards

2013-03-11 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2013 10:30 AM, Stefano Babic wrote: On 11/03/2013 15:02, Eric Nelson wrote: Thanks Stefano, On 03/11/2013 06:44 AM, Stefano Babic wrote: On 11/03/2013 14:18, Fabio Estevam wrote: Hi Stefano, On Mon, Mar 11, 2013 at 9:04 AM, Stefano

Re: [U-Boot] [PULL REQUEST] MPC5xxx

2013-03-11 Thread Tom Rini
On Sat, Mar 09, 2013 at 04:02:35PM +0100, Wolfgang Denk wrote: Dear Tom, I apologize for being inattentive for so long... The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4: x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800) are

Re: [U-Boot] [PULL REQUEST] MPC82xx

2013-03-11 Thread Tom Rini
On Sat, Mar 09, 2013 at 04:07:24PM +0100, Wolfgang Denk wrote: Dear Tom, The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4: x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800) are available in the git repository at:

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

2013-03-11 Thread Tom Rini
ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendum Tom Rini (8): am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL am335x_evm: Add am335x_evm_usbspl build target am33xx: Update DDR3 EMIF configuration sequence am335x_evm: Enable

Re: [U-Boot] [U-Boot, PATCHv2, 3/4] SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

2013-03-11 Thread Tom Rini
On Thu, Feb 07, 2013 at 11:14:48PM -, Enric Balletbo i Serra wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com This patch will allow use SPL to boot an u-boot from the OneNAND. Tested with IGEPv2 board with a OneNAND from Numonyx Signed-off-by: Enric Balletbo i Serra

Re: [U-Boot] [U-Boot, 6/7] arm: dra7xx: Add board files for DRA7XX socs

2013-03-11 Thread Tom Rini
-by: Nishant Kamat nska...@ti.com Signed-off-by: R Sricharan r.sricha...@ti.com Reviewed-by: Tom Rini tr...@ti.com With the following change to adapt to the omap_mmc_init changes I've also taken into u-boot-ti/master: diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c index cd344da

Re: [U-Boot] [PATCH v2] Feature Removal: disable mtest command by default

2013-03-11 Thread Tom Rini
in two releases from now, i. e. with v2013.07. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Tom Rini tr...@ti.com --- v2: - Fix spelling errors in doc/README.memory-test; kudos to Ira W. Snyder Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] Conflict between mainline and ARM trees on davinci

2013-03-11 Thread Tom Rini
On Mon, Mar 11, 2013 at 10:38:21AM +0100, Albert ARIBAUD wrote: Hello, There is merge conflict between mainline and ARM trees on davinci gpio, between commit 03414ac45e119496e2475aeacbb968bb67da24f8 gpio: Build the da8xx_gpio code for the davinci644x device (mainline)

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

2013-03-12 Thread Tom Rini
On Tue, Mar 12, 2013 at 09:03:24AM +0200, Nikita Kiryanov wrote: Hi Tom, On 03/11/2013 08:25 PM, Tom Rini wrote: Hello, The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4: x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800) are available

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

2013-03-12 Thread Tom Rini
On Tue, Mar 12, 2013 at 08:14:24AM +0100, Albert ARIBAUD wrote: Hi Nikita, On Tue, 12 Mar 2013 09:03:24 +0200, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Tom, On 03/11/2013 08:25 PM, Tom Rini wrote: Hello, The following changes since commit

Re: [U-Boot] [U-Boot, v2] env: don't generate callback list entries for SPL

2013-03-12 Thread Tom Rini
On Fri, Mar 08, 2013 at 06:35:04PM -0600, Scott Wood wrote: On 03/08/2013 02:59:47 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2013 03:34 PM, Scott Wood wrote: On 03/08/2013 02:27:48 PM, Tom Rini wrote: On Thu, Dec 20, 2012 at 11:51:05AM -, Scott Wood

[U-Boot] [PATCH 1/2] env_callback: Mark find_env_callback as static

2013-03-12 Thread Tom Rini
This is not called outside of env_callback.c so mark static, remove from env_callback.h Cc: Joe Hershberger joe.hershber...@ni.com Signed-off-by: Tom Rini tr...@ti.com --- common/env_callback.c |2 +- include/env_callback.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff

<    3   4   5   6   7   8   9   10   11   12   >