Re: [U-Boot] [U-boot][PATCH] keystone2: add support for UART download

2015-02-18 Thread menon.nisha...@gmail.com
On Wed, Feb 18, 2015 at 7:12 AM, Vitaly Andrianov wrote: > > > On 02/17/2015 05:47 PM, Nishanth Menon wrote: >> >> On Tue, Feb 17, 2015 at 4:27 PM, Murali Karicheri >> wrote: > > is complete the boot-loader sets the PC to the first MSMC address > 0x0c00. The u-boot.bin is linked t

Re: [U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-14 Thread menon.nisha...@gmail.com
On Thu, Mar 14, 2013 at 10:55 AM, Tom Rini wrote: > From: Koen Kooi > > Cc: Matt Porter > Cc: Nishanth Menon > Signed-off-by: Koen Kooi > Signed-off-by: Tom Rini > --- > include/configs/am335x_evm.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/am335x_evm.h b/

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Wed, May 15, 2013 at 9:51 AM, Lubomir Popov wrote: > Add some useful functions, and the corresponding definitions. Could you please split these into patches that introduce a function at a time? I am at a loss why one would need twl6040 powered on in u-boot. > > Signed-off-by: Lubomir Popov

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Thu, May 16, 2013 at 2:03 PM, Lubomir Popov wrote: > Well, I needed it when bringing up the board ;) - to validate the > supplies, clocks, etc. Right, this function should be embraced within a > #ifdef CONFIG_PALSMAS_AUDPWR and not compile in the general case (my code > calling it is #ifdef-ed

Re: [U-Boot] [PATCH V2] OMAP5: Power: Add more functionality to Palmas driver

2013-05-16 Thread menon.nisha...@gmail.com
On Thu, May 16, 2013 at 3:14 PM, Lubomir Popov wrote: >> On Thu, May 16, 2013 at 2:03 PM, Lubomir Popov wrote: >>> Well, I needed it when bringing up the board ;) - to validate the >>> supplies, clocks, etc. Right, this function should be embraced within a >>> #ifdef CONFIG_PALSMAS_AUDPWR and not

Re: [U-Boot] [PATCH 1/4] arm: omap: abb: add missing include

2013-12-09 Thread menon.nisha...@gmail.com
On Sun, Dec 8, 2013 at 6:29 AM, Nikita Kiryanov wrote: > ABB code uses LDELAY but does not include the header that provides its > definition. > > Include the header. > > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov Acked-by: Nishanth Menon > --- > arch/arm/cpu/armv7/omap-common/abb.c | 1 + >

Re: [U-Boot] [PATCH 1/5] ARM: keystone2: configs: Move SP to end of u-boot section

2015-08-17 Thread menon.nisha...@gmail.com
On Mon, Aug 17, 2015 at 9:24 AM, Lokesh Vutla wrote: > Currently u-boot stack is defined at the beginning of MSMC RAM. > This is a problem for uart boot mode as ROM downloads directly to > starting of MSMC RAM. > Fixing it by moving stack to the end of u-boot section and shifting > SYS_TEXT_BASE t

Re: [U-Boot] [PATCH 1/5] ARM: keystone2: configs: Move SP to end of u-boot section

2015-08-17 Thread menon.nisha...@gmail.com
On Mon, Aug 17, 2015 at 9:34 AM, Lokesh Vutla wrote: > Hi Nishanth, [..] >>> /* SPL SPI Loader Configuration */ >> >> This change is great. Now that this patch is done, I might like to see >> the documentation of uart download added in as well - the sequence is >> not really straight forward with

Re: [U-Boot] [PATCH] Makefile: Include vendor common library in include search path

2015-11-08 Thread menon.nisha...@gmail.com
On Sat, Nov 7, 2015 at 8:18 PM, Tom Rini wrote: > Conceptually fine with me. Do we really need a config option for it > tho? I was following the lines of CONFIG_CREATE_ARCH_SYMLINK here. Is there some reason why you'd not want it so? Regards, Nishanth Menon

Re: [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread menon.nisha...@gmail.com
On Wed, Feb 25, 2015 at 6:27 AM, Paul Kocialkowski wrote: > Le mercredi 25 février 2015 à 13:31 +0200, Igor Grinberg a écrit : >> On 02/25/15 13:19, Paul Kocialkowski wrote: >> > Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : >> >> Enable the OMAP3 specific errata code for 454179

Re: [U-Boot] [PATCH 11/11] beagle_x15: add board support for Beagle x15

2014-11-06 Thread menon.nisha...@gmail.com
On Thu, Nov 6, 2014 at 8:28 AM, Felipe Balbi wrote: > This is the bare minimum support for Beagle x15 > into u-boot. There is still quite some work in > order to get this in good shape, but it's a > start. > Sorry, I should have commented earlier :) we could expand this a little more here? How a

Re: [U-Boot] [PATCH v2 11/11] beagle_x15: add board support for Beagle x15

2014-11-06 Thread menon.nisha...@gmail.com
On Thu, Nov 6, 2014 at 8:44 AM, Felipe Balbi wrote: > BeagleBoard-X15 is the next generation Open Source > Hardware BeagleBoard based on TI's AM5728 SoC > featuring dual core 1.5GHZ A15 processor. The > platform features 2GB DDR3L (w/dual 32bit busses), > eSATA, 3 USB3.0 ports, integrated HDMI (19

Re: [U-Boot] [PATCH v2 1/6] arm: am57xx: reintroduce the CONFIG_AM57XX symbol

2017-02-14 Thread menon.nisha...@gmail.com
On Mon, Feb 13, 2017 at 7:27 AM, Tom Rini wrote: > On Mon, Feb 13, 2017 at 01:34:52PM +0200, Uri Mashiach wrote: > >> The SOC family symbol CONFIG_AM57XX was removed by the commit >> 3891a54: "ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX". >> >> The symbol is needed by the XHCI OMAP USB driver. >>

Re: [U-Boot] [PATCH 5/7] board: ti: am57xx-idk: Auto detect LCD Panel

2017-01-26 Thread menon.nisha...@gmail.com
[...] > diff --git a/include/configs/ti_omap5_common.h > b/include/configs/ti_omap5_common.h > index 6de19c2..1fa2f82 100644 > --- a/include/configs/ti_omap5_common.h > +++ b/include/configs/ti_omap5_common.h > @@ -91,16 +91,22 @@ > "setenv fdtfile am57xx-beagle-x15.dtb;

Re: [U-Boot] [PATCH 5/7] board: ti: am57xx-idk: Auto detect LCD Panel

2017-01-27 Thread menon.nisha...@gmail.com
On Fri, Jan 27, 2017 at 2:54 AM, Roger Quadros wrote: > On 26/01/17 19:33, menon.nisha...@gmail.com wrote: >> [...] >> >> >>> diff --git a/include/configs/ti_omap5_common.h >>> b/include/configs/ti_omap5_common.h >>> index 6de19c2..1fa2f82 10