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] FDT howto

2013-03-01 Thread Jagan Teki
Hi Simon, On Sat, Mar 2, 2013 at 1:54 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Fri, Mar 1, 2013 at 11:14 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Fri, Mar 1, 2013 at 10:07 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Thu, Feb 28, 2013 at 12:29 PM,

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

2013-03-01 Thread Tom Rini
On Fri, Mar 01, 2013 at 01:10:30PM +0100, Beno??t Th??baudeau wrote: make never uses the SHELL variable from the environment. Instead, it uses /bin/sh, or the value assigned to the SHELL variable by the Makefile. This makes the export of the SHELL variable useless for sub-makes (but still

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

2013-03-01 Thread Benoît Thébaudeau
Hi Tom, On Friday, March 1, 2013 10:20:18 PM, Tom Rini wrote: 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

Re: [U-Boot] [PATCH 1/3] ARM: implement some Cortex-A9 errata workarounds

2013-03-01 Thread Stephen Warren
On 02/28/2013 10:08 AM, Stephen Warren wrote: On 02/26/2013 03:28 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Various errata exist in the Cortex-A9 CPU, and may be worked around by setting some bits in a CP15 diagnostic register. Add code to implement the workarounds,

Re: [U-Boot] [PATCH v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Albert ARIBAUD
Hi Benoît, On Fri, 1 Mar 2013 16:50:44 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, March 1, 2013 4:46:07 PM, Albert ARIBAUD wrote: Hi Benoît, On Fri, 1 Mar 2013 13:10:40 +0100, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote:

Re: [U-Boot] [PATCH v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Albert ARIBAUD
Hi Albert, On Fri, 1 Mar 2013 22:56:50 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Fri, 1 Mar 2013 16:50:44 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, March 1, 2013 4:46:07 PM, Albert ARIBAUD wrote: Hi

[U-Boot] [PATCH] Tegra114: pinmux: Update pinmux tables code, fix a bug w/SDMMC3 init

2013-03-01 Thread Tom Warren
Use the latest tables code from our internal U-Boot repo. The SDMMC3_CD, CLK_LB_IN and CLK_LB_OUT offsets in the pingroup table were off by a few indices, causing the pinmux init code to write bad data to the PINMUX_AUX_ regs. This also enabled the lock bit, which made it impossible to reconfig

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

2013-03-01 Thread Wolfgang Denk
Dear Jagannadha Sutradharudu Teki, In message ff1257d2-b332-477f-915d-0851e5ef9...@co9ehsmhs030.ehs.local you wrote: I think the entire change are not good as it touches the environment concept, Can you suggest any better way we could do or it may not be possible/require the mem test values

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

2013-03-01 Thread Wolfgang Denk
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 implementation has read-only support. This btrfs implementation is based on syslinux btrfs code,

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 v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Benoît Thébaudeau
Hi Albert, On Friday, March 1, 2013 10:56:50 PM, Albert ARIBAUD wrote: Hi Benoît, On Fri, 1 Mar 2013 16:50:44 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, March 1, 2013 4:46:07 PM, Albert ARIBAUD wrote: Hi Benoît, On Fri, 1

[U-Boot] [PATCH] patman: Don't barf if the word 'commit' starts a line

2013-03-01 Thread Doug Anderson
Patman's regular expression for detecting the start of a commit in a git log was a little simplistic and could be confused if the git log itself had the word commit as the start of a line (as this commit does). Make patman a little more robust. Signed-off-by: Doug Anderson diand...@chromium.org

Re: [U-Boot] [PATCH 1/3] ARM: implement some Cortex-A9 errata workarounds

2013-03-01 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, March 01, 2013 2:54 PM To: Tom Warren Cc: u-boot@lists.denx.de; Stephen Warren Subject: Re: [U-Boot] [PATCH 1/3] ARM: implement some Cortex-A9 errata workarounds On 02/28/2013 10:08 AM,

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

2013-03-01 Thread Wolfgang Denk
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. Maybe - but then this should be explained in the patch, at least. Best regards, Wolfgang Denk

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] Tegra114: pinmux: Update pinmux tables code, fix a bug w/SDMMC3 init

2013-03-01 Thread Stephen Warren
On 03/01/2013 03:32 PM, Tom Warren wrote: Use the latest tables code from our internal U-Boot repo. The SDMMC3_CD, CLK_LB_IN and CLK_LB_OUT offsets in the pingroup table were off by a few indices, causing the pinmux init code to write bad data to the PINMUX_AUX_ regs. This also enabled the

Re: [U-Boot] [PATCH v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Simon Glass
Hi, On Fri, Mar 1, 2013 at 2:54 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Friday, March 1, 2013 10:56:50 PM, Albert ARIBAUD wrote: Hi Benoît, On Fri, 1 Mar 2013 16:50:44 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert,

Re: [U-Boot] FDT howto

2013-03-01 Thread Simon Glass
Hi Jagan, On Fri, Mar 1, 2013 at 1:21 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Sat, Mar 2, 2013 at 1:54 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Fri, Mar 1, 2013 at 11:14 AM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Fri, Mar 1, 2013 at 10:07

Re: [U-Boot] [PATCH v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Benoît Thébaudeau
Hi Simon, On Saturday, March 2, 2013 1:22:28 AM, Simon Glass wrote: On Fri, Mar 1, 2013 at 2:54 PM, Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: On Friday, March 1, 2013 10:56:50 PM, Albert ARIBAUD wrote: On Fri, 1 Mar 2013 16:50:44 +0100 (CET), Benoît Thébaudeau

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

2013-03-01 Thread Scott Wood
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 lim maximum size that length may be in order to not + *exceed the buffer s/that length may be/that actual may be/ No? We check that the requested length

Re: [U-Boot] [PATCH 3/4 v3] gen: Add ACE acceleration to hash

2013-03-01 Thread Simon Glass
Hi Akshay, On Fri, Mar 1, 2013 at 8:16 AM, Akshay Saraswat aksha...@samsung.com wrote: ACE H/W acceleration support is added to hash which can be used to test SHA 256 hash algorithm. Tested with command hash sha256 0x40008000 0x2B 0x40009000. Used mm and md to write a standard string to

Re: [U-Boot] [PATCH 2/4 v3] Exynos: config: Enable ACE HW for SHA 256 for Exynos

2013-03-01 Thread Simon Glass
On Fri, Mar 1, 2013 at 8:16 AM, Akshay Saraswat aksha...@samsung.com wrote: This enables SHA 256 for exynos. Tested with command hash sha256 0x40008000 0x2B 0x40009000. Used mm and md to write a standard string to memory location 0x40008000 and ran the above command to verify the output.

Re: [U-Boot] [PATCH 4/4 v3] Exynos: config: Enable hash command

2013-03-01 Thread Simon Glass
On Fri, Mar 1, 2013 at 8:16 AM, Akshay Saraswat aksha...@samsung.com wrote: This enables hash command. Tested with command hash sha256 0x40008000 0x2B 0x40009000. Used mm and md to write a standard string to memory location 0x40008000 and ran the above command to verify the output.

Re: [U-Boot] [PATCH 1/4 v3] Exynos: Add hardware accelerated SHA 256

2013-03-01 Thread Simon Glass
Hi Akshay, On Fri, Mar 1, 2013 at 8:16 AM, Akshay Saraswat aksha...@samsung.com wrote: SHA-256 and SHA-1 accelerated using ACE hardware. Tested with command hash sha256 0x40008000 0x2B 0x40009000. Used mm and md to write a standard string to memory location 0x40008000 and ran the above

Re: [U-Boot] [PATCH v8 31/31] arm: Remove duplicated start.S code

2013-03-01 Thread Albert ARIBAUD
Hi Benoît, On Fri, 1 Mar 2013 23:54:26 +0100 (CET), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Re: assembler error messages: And in case you ask, with relocate_code() as a function in its own file instead of a macro called from start.S, it does not work because of the

Re: [U-Boot] FDT howto

2013-03-01 Thread Jagan Teki
Hi Simon, On Sat, Mar 2, 2013 at 6:30 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Fri, Mar 1, 2013 at 1:21 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Simon, On Sat, Mar 2, 2013 at 1:54 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Fri, Mar 1, 2013 at 11:14 AM,

<    1   2