Re: [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/21/2013 05:37 AM, Russell King - ARM Linux wrote: On Wed, Feb 20, 2013 at 07:37:10PM -0600, Joel A Fernandes wrote: Hello, I've been spinning some work-in-progress patches for FIT build support in the kernel. With the move to multiplatform

Re: [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/20/2013 11:26 PM, Stephen Warren wrote: On 02/20/2013 06:37 PM, Joel A Fernandes wrote: Hello, I've been spinning some work-in-progress patches for FIT build support in the kernel. With the move to multiplatform support on OMAP, I feel it is

Re: [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/21/2013 08:46 AM, Russell King - ARM Linux wrote: On Thu, Feb 21, 2013 at 08:20:56AM -0500, Tom Rini wrote: On 02/21/2013 05:37 AM, Russell King - ARM Linux wrote: On Wed, Feb 20, 2013 at 07:37:10PM -0600, Joel A Fernandes wrote: Hello

Re: [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
On 02/21/2013 09:37 AM, Russell King - ARM Linux wrote: (Dropped uboot mailing list because it constantly holds my mails for moderation.) On Thu, Feb 21, 2013 at 09:08:58AM -0500, Tom Rini wrote: On 02/21/2013 08:46 AM, Russell King - ARM Linux wrote: We're about to make it harder how

Re: [U-Boot] [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/21/2013 12:25 PM, Nicolas Pitre wrote: On Thu, 21 Feb 2013, Tom Rini wrote: [snip] uboot dug _itself_ into this hole. It's uboot's problem. A whole lot of people dug this particular hole. Joel is trying to offer up a solution that maybe

Re: [RFC] Kbuild support for ARM FIT images

2013-02-21 Thread Tom Rini
On 02/21/2013 01:58 PM, Stephen Warren wrote: On 02/21/2013 12:15 AM, Joel A Fernandes wrote: On Wed, Feb 20, 2013 at 10:26 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/20/2013 06:37 PM, Joel A Fernandes wrote: Hello, I've been spinning some work-in-progress patches for FIT build

Re: [U-Boot] [RFC] Kbuild support for ARM FIT images

2013-03-18 Thread Tom Rini
On Mon, Mar 18, 2013 at 05:36:53PM +0100, Pavel Machek wrote: On Fri 2013-02-22 08:00:44, Olof Johansson wrote: On Wed, Feb 20, 2013 at 07:37:10PM -0600, Joel A Fernandes wrote: Any comments on this approach? Is it better to merge mkfitsrc.sh with mkuboot.sh? I know this was

Re: OMAP baseline test results for v3.10-rc6

2013-06-25 Thread Tom Rini
On 06/25/2013 02:20 PM, Paul Walmsley wrote: + Vaibhav and Kevin Hi, On Tue, 25 Jun 2013, Felipe Balbi wrote: On Mon, Jun 17, 2013 at 05:23:17AM +, Paul Walmsley wrote: Boot to userspace: FAIL ( 3/12): 37xxevm, am335xbone, am335xbonelt Paul, we have at least 2 different folks

Re: OMAP baseline test results for v3.10-rc6

2013-06-25 Thread Tom Rini
On 06/25/2013 03:57 PM, Kevin Hilman wrote: Tom Rini tr...@ti.com writes: On 06/25/2013 02:20 PM, Paul Walmsley wrote: + Vaibhav and Kevin Hi, On Tue, 25 Jun 2013, Felipe Balbi wrote: On Mon, Jun 17, 2013 at 05:23:17AM +, Paul Walmsley wrote: Boot to userspace: FAIL ( 3/12

Re: OMAP baseline test results for v3.10-rc6

2013-06-26 Thread Tom Rini
On 06/26/2013 05:15 AM, Russell King - ARM Linux wrote: On Tue, Jun 25, 2013 at 04:22:29PM -0400, Tom Rini wrote: On 06/25/2013 03:57 PM, Kevin Hilman wrote: Just to confirm, my problems with mainline were with appended DTB also. Separate DTB and zImage work fine (at least using u-boot

Re: OMAP baseline test results for v3.10-rc6

2013-06-26 Thread Tom Rini
On 06/26/2013 09:22 AM, Rajendra Nayak wrote: Just to confirm, my problems with mainline were with appended DTB also. Separate DTB and zImage work fine (at least using u-boot v2013.04.) That being said, appended DTB should still work, so there's a bug hiding someplace that needs to be found

Re: OMAP baseline test results for v3.10-rc6

2013-06-26 Thread Tom Rini
On 06/26/2013 01:28 PM, Paul Walmsley wrote: On Wed, 26 Jun 2013, Tom Rini wrote: Yes, please confirm that they're being set. For the Kconfig that I use to boot the BeagleBone-white, which is called am33xx_only, yes, both of those are set. Here's the v3.8-rc1 version of this Kconfig

Re: OMAP baseline test results for v3.10-rc6

2013-06-26 Thread Tom Rini
On 06/26/2013 01:58 PM, Paul Walmsley wrote: On Wed, 26 Jun 2013, Tom Rini wrote: OK, is there a reason to not be using omap2plus_defconfig? My pass/fail here is based on that config and enabling, or not, dtb append. Seems like it would be one less thing to maintain on your end

Re: OMAP baseline test results for v3.10-rc6

2013-06-26 Thread Tom Rini
On 06/26/2013 01:19 PM, Paul Walmsley wrote: On Tue, 25 Jun 2013, Tom Rini wrote: On 06/25/2013 02:20 PM, Paul Walmsley wrote: BeagleBone-white has the additional complication that it is not easy to automate, due to the way that power is delivered to the board, so there is an extra

[PATCH] ARM: OMAP2+: omap2plus_defconfig: Enable appended DTB support

2013-07-01 Thread Tom Rini
As this config must support boards which cannot support separate device trees, enable support for appended ones. Cc: Tony Lindgren t...@atomide.com Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/configs/omap2plus_defconfig |2 ++ 1 file changed, 2

Re: OMAP baseline test results for v3.10-rc6

2013-07-05 Thread Tom Rini
On 07/05/2013 01:48 AM, Rajendra Nayak wrote: On Thursday 04 July 2013 11:42 PM, Paul Walmsley wrote: On Wed, 3 Jul 2013, Paul Walmsley wrote: As far as Lokesh's patch goes: it doesn't make sense to me to remove a file during 'make clean' that the build process doesn't create. So while I

Re: OMAP baseline test results for v3.10-rc6

2013-07-29 Thread Tom Rini
On 07/29/2013 04:29 AM, Paul Walmsley wrote: Hi On Wed, 26 Jun 2013, Tom Rini wrote: On 06/26/2013 01:19 PM, Paul Walmsley wrote: On Tue, 25 Jun 2013, Tom Rini wrote: On 06/25/2013 02:20 PM, Paul Walmsley wrote: BeagleBone-white has the additional complication that it is not easy

Re: [PATCHv3] ARM: OMAP2+: am335x-bone*: add DT for BeagleBone Black

2013-09-09 Thread Tom Rini
with a ramdisk. Tested-by: Tom Rini tr...@ti.com -- Tom -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 10:51 AM, Thomas Petazzoni wrote: Dear Enric Balletbo Serra, On Mon, 2 Dec 2013 16:39:09 +0100, Enric Balletbo Serra wrote: Thanks for the explanations to all. Although the new ECC schema breaks the compatibility between the board files and new DT based kernel, I think we

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 11:13 AM, Gupta, Pekon wrote: From: Thomas Petazzoni [mailto:thomas.petazz...@free-electrons.com] On Mon, 2 Dec 2013 11:00:35 -0500, Tom Rini wrote: Although the new ECC schema breaks the compatibility between the board files and new DT based kernel, I think we should use BCH8

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 11:21 AM, Javier Martinez Canillas wrote: Hi Pekon, On Mon, Dec 2, 2013 at 5:13 PM, Gupta, Pekon pe...@ti.com wrote: From: Thomas Petazzoni [mailto:thomas.petazz...@free-electrons.com] On Mon, 2 Dec 2013 11:00:35 -0500, Tom Rini wrote: Although the new ECC schema breaks

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 11:46 AM, Javier Martinez Canillas wrote: On Mon, Dec 2, 2013 at 5:24 PM, Tom Rini tr...@ti.com wrote: On 12/02/2013 11:21 AM, Javier Martinez Canillas wrote: Hi Pekon, On Mon, Dec 2, 2013 at 5:13 PM, Gupta, Pekon pe...@ti.com wrote: From: Thomas Petazzoni [mailto:thomas.petazz

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 12:05 PM, Gupta, Pekon wrote: From: Thomas Petazzoni [mailto:thomas.petazz...@free-electrons.com] Dear Gupta, Pekon, On Mon, 2 Dec 2013 16:13:56 +, Gupta, Pekon wrote: Yes, at-least OMAP3 arch u-boot should still supports 'nandecc'. The infrastructure is still in place,

Re: [PATCH] ARM: dts: omap3-igep00x0: Fix nand ECC to maintain backward compatibility.

2013-12-02 Thread Tom Rini
On 12/02/2013 12:46 PM, Gupta, Pekon wrote: So coming back to the specific problem here. I think we need 'nandecc' back in u-boot till atleast all systems have migrated to BCH16 or whatever highest ecc-scheme which can be supported on OMAP devices. Forgot to mention, one more way of

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-13 Thread Tom Rini
On 05/12/2014 04:57 PM, Robert Nelson wrote: Either case if fine with me. As who knows when the dtc overlay will every truly make it mainline, as the capemgr was the only real kernel user of the i2c/at24 eeprom information. Sounds like we should keep it disabled though so u-boot can be used

Re: [PATCH v2] ARM: dts: am335x-bone-common: Add i2c2 definition

2014-05-13 Thread Tom Rini
On 05/13/2014 10:06 AM, Javier Martinez Canillas wrote: Agreed. I think that until the device tree overlay and the cape manager find their way into mainline we should treat capes as if they were expansion boards attached to a Computer-on-Module. That is, a static based board which its own DTS

Re: Unifying cape overlays into boot .dtb for BeagleBoard.org boards

2014-06-17 Thread Tom Rini
On 06/17/2014 05:09 AM, Russell King - ARM Linux wrote: On Mon, Jun 16, 2014 at 09:22:50AM -0400, Jason Kridner wrote: Adding devicetree and linux-arm-kernel lists based on feedback on IRC... On Tue, Jun 10, 2014 at 12:46 PM, Jason Kridner jkrid...@gmail.com wrote: I'd like to discuss moving

Re: Unifying cape overlays into boot .dtb for BeagleBoard.org boards

2014-06-17 Thread Tom Rini
On 06/17/2014 08:56 AM, Russell King - ARM Linux wrote: On Tue, Jun 17, 2014 at 08:37:09AM -0400, Tom Rini wrote: On 06/17/2014 05:09 AM, Russell King - ARM Linux wrote: A good way that this could have been done is to put an I2C EEPROM on each cape, and have that store the DT fragment

Re: [PATCH v3 1/2] arm: dts: am4372: let boards access all nodes through phandles

2014-06-24 Thread Tom Rini
On 06/23/2014 02:20 PM, Felipe Balbi wrote: by providing phandles to rtc, wdt, cpu and dispc nodes, boards can access them to add board-specific data. Signed-off-by: Felipe Balbi ba...@ti.com Tested-by: Tom Rini tr...@ti.com -- Tom -- To unsubscribe from this list: send the line

Re: [PATCH v3 2/2] arm: dts: add support for AM437x StarterKit

2014-06-24 Thread Tom Rini
On 06/23/2014 02:20 PM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. Cc: Josh Elliot jelli...@ti.com Cc: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com Tested-by: Tom Rini tr...@ti.com -- Tom -- To unsubscribe from this list

Re: Unifying cape overlays into boot .dtb for BeagleBoard.org boards

2014-06-26 Thread Tom Rini
On 06/26/2014 03:50 AM, Tony Lindgren wrote: * Gupta, Pekon pe...@ti.com [140618 01:52]: Hi, From: Jason Kridner [mailto:jkrid...@gmail.com] On Tue, Jun 17, 2014 at 3:11 AM, Gupta, Pekon pe...@ti.com wrote: From: Jason Kridner [...] * The devicetree sources, including the primary boot .dts

Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2014 11:32 AM, Felipe Balbi wrote: On Thu, Nov 06, 2014 at 10:18:22AM -0600, Nishanth Menon wrote: BeagleBoard-X15 is the next generation Open Source Hardware BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHZ A15 processor.

Re: [PATCH POST V2] ARM: dts: Add am57xx-beagle-x15

2014-11-07 Thread Tom Rini
-by: Felipe Balbi ba...@ti.com Signed-off-by: Nishanth Menon n...@ti.com Reviewed-by: Tom Rini tr...@ti.com -- Tom -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] mtd: nand: omap: Fix NAND enumeration on 3430 LDP

2014-11-13 Thread Tom Rini
On 11/13/2014 06:29 AM, Roger Quadros wrote: On 11/12/2014 08:02 PM, Tony Lindgren wrote: * pekon pe...@pek-sem.com [141109 11:31]: On Saturday 08 November 2014 04:18 AM, Tony Lindgren wrote: Right. I doubt anybody has bch8 rootfs on LDP.. And considering u-boot must be ham1 to boot at all,

Re: [PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-13 Thread Tom Rini
On Tue, Oct 13, 2015 at 08:24:08AM -0500, Nishanth Menon wrote: > On Tue, Oct 13, 2015 at 3:03 AM, Lokesh Vutla wrote: > > > > > > On Tuesday 13 October 2015 01:14 PM, Heiko Schocher wrote: > >> Hello Lokesh, > >> > >> Am 13.10.2015 um 08:46 schrieb Lokesh Vutla: > >>> +Nishanth,

Re: [PATCH 1/2] dts: dra7: add spi alias for qspi

2015-11-22 Thread Tom Rini
On Thu, Nov 19, 2015 at 12:31:01PM +0530, Mugunthan V N wrote: > Set the alias for qspi to spi0 > > Signed-off-by: Mugunthan V N <mugunthan...@ti.com> Reviewed-by: Tom Rini <tr...@konsulko.com> -- Tom signature.asc Description: Digital signature

Re: [PATCH 2/2] arm: dts: am4372: add spi alias for qspi

2015-11-22 Thread Tom Rini
On Thu, Nov 19, 2015 at 12:31:02PM +0530, Mugunthan V N wrote: > Set the alias for qspi to spi0 > > Signed-off-by: Mugunthan V N <mugunthan...@ti.com> Reviewed-by: Tom Rini <tr...@konsulko.com> -- Tom -- To unsubscribe from this list: send the line "unsubscri