Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Prabhakar Lad
mention his name in the commit message(with _NO_ signed-of). Regards, --Prabhakar Lad ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-25 Thread Prabhakar Lad
for DSP-CCSR space. > -Creating LAW for DSP-core subsystem M2 and M3 memory > -Creating LAW for 1GB DDR which is connected exclusively to DSP-cores > > Signed-off-by: Manish Jaggi missing mail id ? and similarly for 2/2 Regards, --Prabhakar Lad

Re: [U-Boot] KernelDoc

2012-09-26 Thread Prabhakar Lad
Hi Wolfgang, On Wed, Sep 26, 2012 at 12:42 PM, Wolfgang Denk wrote: > Dear Prabhakar Lad, > > In message > you > wrote: >> >> > I really like the idea of annotating functions with proper description, >> > thus I >> > would like to ask,

Re: [U-Boot] KernelDoc

2012-09-25 Thread Prabhakar Lad
gt; I really like the idea of annotating functions with proper description, thus I > would like to ask, can we reach a general agreement and start using kerneldoc > in > U-Boot to annotate functions and possibly generate documentation? Or shall we > use anything else? > +1 for kerneldo

Re: [U-Boot] [PATCH v4 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-16 Thread Prabhakar Lad
khara, Sudhakar > CC: Lad, Prabhakar > CC: Hadli, Manjunath > CC: sba...@denx.de > Acked-by: Stefano Babic > CC: Tom Rini > Signed-off-by: Bastian Ruppert Acked-by: Prabhakar Lad Thanks, --Prabhakar > --- > v4: > - use more expressive CONFIG name > > v3: &g

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-10 Thread Prabhakar Lad
Hi Bastian, On Monday 10 September 2012 09:38 PM, Tom Rini wrote: > On Sun, Sep 9, 2012 at 11:01 PM, wrote: >> Hello, >> >>> Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress >>> auto negotiation if needed >>> >>> On Fr

Re: [U-Boot] [PATCH] env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER

2012-09-07 Thread Prabhakar Lad
allocating one copy of env_t for each byte in its > size, which quite possibly ends up overflowing RAM. > > This fixes a bug in commit 3801a15 "env_nand: align NAND buffers". > > Reported-by: Prabhakar Lad > Signed-off-by: Stephen Warren Reported-by: Prabhakar Lad

Re: [U-Boot] Recent commit to env_nand.c causing saveenv to hang

2012-09-07 Thread Prabhakar Lad
On Fri, Sep 7, 2012 at 9:35 PM, Stephen Warren wrote: > On 09/07/2012 06:17 AM, Prabhakar Lad wrote: >> Hi Stephen, >> >> I checked out the latest code and try flashing on DM355 for NAND boot mode, >> I saw that saveenv was causing a hang. A little debugging point

[U-Boot] Recent commit to env_nand.c causing saveenv to hang

2012-09-07 Thread Prabhakar Lad
am missing out some where. Thx, --Prabhakar Lad ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-07 Thread Prabhakar Lad
SE_RMII) && \ > - defined(CONFIG_MACH_DAVINCI_DA850_EVM) > + defined(CONFIG_MACH_DAVINCI_DA850_EVM) && \ > + !defined(CONFIG_DRIVER_TI_EMAC_RMII_NONEG) instead of CONFIG_DRIVER_TI_EMAC_RMII_NONEG why not have CONFIG_DR

Re: [U-Boot] [PATCH v5 20/25] da850: Add README.da850

2012-08-29 Thread Prabhakar Lad
covery image. > > Signed-off-by: Tom Rini Acked-by: Prabhakar Lad Regards, --Prabhakar > --- > Changes in v2: > - Add README.da850_am18xxevm > > Changes in v3: > - Fix thinko, Nand -> SPI (spotted by Prabhakar Lad) > - Rename to README.da850, add more direct recovery me

Re: [U-Boot] [PATCH v3 0/19] ARM: SPL: Make more generic, merge DaVinci and OMAP

2012-08-22 Thread Prabhakar Lad
i/config.mk to build u-boot.ais > - Fix checkpatch warning (u32* boot_params_ptr -> u32 *boot_params_ptr) > - Place files into common/spl (due to gcc bug #54303) and include/spl.h > - Reorder all of the patches that used to follow this to precede. > > Changes in v3: > CON

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-22 Thread Prabhakar Lad
CC'ed Sekhar On Wednesday 22 August 2012 08:39 PM, Christian Riesch wrote: > Hi Prabhakar, > > On Wednesday, August 22, 2012, Prabhakar Lad wrote: > > Hi Christian, > > On Wednesday 22 August 2012 02:47 PM, Christian Riesch wrote: > > Hi Prabhakar

Re: [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

2012-08-22 Thread Prabhakar Lad
Hi Tom, On Wednesday 22 August 2012 03:34 PM, Christian Riesch wrote: > Hi Tom, > > On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini wrote: >> - Convert the non-relocation part of board_init_f to spl_board_init, >> turn on CONFIG_SPL_BOARD_INIT in the configs. >> - Remove duplicated code. >> - Add sp

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-22 Thread Prabhakar Lad
Hi Christian, On Wednesday 22 August 2012 02:47 PM, Christian Riesch wrote: > Hi Prabhakar, > > On Wed, Aug 22, 2012 at 11:07 AM, Prabhakar Lad wrote: >> Hi, >> >> On Wednesday 22 August 2012 01:43 PM, Christian Riesch wrote: >>> [cc'd Manjunath Hadl

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-22 Thread Prabhakar Lad
Hi, On Wednesday 22 August 2012 01:43 PM, Christian Riesch wrote: > [cc'd Manjunath Hadli] > > Hi Tom, > > On Mon, Aug 20, 2012 at 6:45 PM, Tom Rini wrote: >> Add a board-specific README that documents how to write u-boot.ais to >> the SPI found on this board. >> >> Changes-series: 2 >> - Add >

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-21 Thread Prabhakar Lad
On Tuesday 21 August 2012 09:04 PM, Tom Rini wrote: > On 08/20/2012 10:09 PM, Prabhakar Lad wrote: >> Hi Tom, >> >> Thanks for the patch. >> >> On Monday 20 August 2012 10:15 PM, Tom Rini wrote: >>> Add a board-specific README that documents how to wri

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-20 Thread Prabhakar Lad
Hi Tom, Thanks for the patch. On Monday 20 August 2012 10:15 PM, Tom Rini wrote: > Add a board-specific README that documents how to write u-boot.ais to > the SPI found on this board. > > Changes-series: 2 > - Add > > Signed-off-by: Tom Rini > --- > > board/davinci/da8xxevm/README.da850_am18

Re: [U-Boot] [PATCH v2 0/4] DaVinci DA8xx: tidy up clock IDs

2012-07-31 Thread Prabhakar Lad
d by bdinfo was not being initialised on the DA8xx family. I have tested the entire patchset on da850, da830, dm355, dm6446 and dm365 evm's. Tested-by: Prabhakar Lad Thx, --Prabhakar Lad Laurence Withers (4): DaVinci DA8xx: tidy up clock ID definition DaVinc

Re: [U-Boot] [PATCH] DaVinci DA8xx: fix set_cpu_clk_info()

2012-07-28 Thread Prabhakar Lad
fo(void) > +{ > + gd->bd->bi_arm_freq = clk_get(DAVINCI_ARM_CLKID) / 100; > + /* DDR PHY uses an x2 input clock */ > + gd->bd->bi_ddr_freq = clk_get(0x10001) / 100; Can you define a macro for this 0x10001 ? With that change you

Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-09 Thread Prabhakar Lad
Hi Mikhail, On Mon, Jul 9, 2012 at 12:34 PM, Mikhail Kshevetskiy wrote: > On Mon, 9 Jul 2012 11:39:14 +0530 > Prabhakar Lad wrote: > >> Hi Mikhail, >> >> On Mon, Jul 9, 2012 at 9:01 AM, Mikhail Kshevetskiy >> wrote: >> > This patch allow us t

Re: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection

2012-07-08 Thread Prabhakar Lad
davinci/spl_spi_flash.c > b/arch/arm/cpu/arm926ejs/davinci/spl_spi_flash.c > new file mode 100644 > index 000..d6fadcd > --- /dev/null > +++ b/arch/arm/cpu/arm926ejs/davinci/spl_spi_flash.c > @@ -0,0 +1,25 @@ > +#include > +#include > + > +void spl_spi_flash_load_image(void)

Re: [U-Boot] Issue with running commands

2012-07-05 Thread Prabhakar Lad
board > >> >> > >> >> > Running git bisect showed that this is caused due to commit >> >> > 054ea170f271: >> >> > cmd_mem: cmp: unify size code paths. Has anyone seen this issue -- i >> >> don't >> >> >

[U-Boot] [PATCH] Davinci: Utility for MMC boot

2012-06-26 Thread Prabhakar Lad
From: Alagu Sankar This is a Linux command line tool specific to TI's Davinci platforms, for flashing UBL (User Boot Loader), u-boot and u-boot Environment in the MMC/SD card. This MMC/SD card can be used for booting Davinci platforms that supports MMC/SD boot option. This patch was submitted by

[U-Boot] [PATCH v4 9/9] da850/omap-l138: add support for direct NOR boot mode

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for direct NOR boot mode on da850/omap-l138. Added da850evm_direct_nor entry in boards.cfg to allow to build targets. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1: Added

[U-Boot] [PATCH v4 8/9] da850/omap-l138: Add support for NAND SPL

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds configuration required for NAND SP on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v3: 1: Broke down the patch from v2 to make it better for readability. 2: Patc

[U-Boot] [PATCH v4 6/9] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will be in SPI flash and U-Boot image will be in MMC/SD card. SPL will do the low level initialization and then loads the u-boot image from MMC/SD card. Define CONFIG_SPL_MMC_LOAD macro in the DA850/OMAP-L138 conf

[U-Boot] [PATCH v4 7/9] da850/omap-l138: Fix NAND flash timings

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar Though Commit id a3f88293ddd13facd734769c1664d35ab4ed681f (da850evm: setup the NAND flash timings) has configured the AEMIF timings, they are not exactly in sync with the timings used in Linux. Linux is configuring the timing register as 0x0804, where as currently it conf

[U-Boot] [PATCH v4 5/9] da850/omap-l138: Define SPI specific configs for SPL only when SPI is used

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar define SPI specific configs for SPL only when CONFIG_USE_SPIFLASH config is defined Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: None Changes for v3: 1: Created a new patch by splitting patch

[U-Boot] [PATCH v4 4/9] arm, davinci: perform check for initializing global data and serial init

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar initialize baudrate, flags, data and serial initialization, only when CONFIG_SPL_LIBCOMMON_SUPPORT is defined. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath Acked-by: Christian Riesch --- Changes for v2: None Chang

[U-Boot] [PATCH v4 3/9] da850/omap-l138: Make MMC and NOR support mutually exclusive

2012-06-25 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On Logic PD Rev.3 DA850/OMAP-L138 EVM, NOR and MMC/SD cannot work together. This patch enables the MMC/SD support only when NOR support is disabled. NOR Flash identification works even without this patch, but erase and write will have issues. Signed-off-by: Rajashekh

[U-Boot] [PATCH v4 2/9] da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM

2012-06-25 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for MMC and NOR to work on DA850/OMAP-L138 Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. When GP0[11] is high, SD0 will work but NOR flash will not. Signed-off-by: Rajashekhara

[U-Boot] [PATCH v4 1/9] da850/omap-l138: Add MMC support for DA850/OMAP-L138

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for MMC/SD on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1:Removed CONFIG_MMC_MBLOCK config which was never used. 2:Added comment while enabling MMC com

[U-Boot] [PATCH v4 0/9] feature additions and fixes for da850/omap-l138

2012-06-25 Thread Prabhakar Lad
From: Lad, Prabhakar This series adds MMC/SD, NAND and NOR SPL support for Logic PD's DA850/OMAP-L138 EVM. This series also fixes some issues found on the EVM during testing. The patches are sent in a series as these patches need to be applied in the order they are sent. The V2 version of patch

[U-Boot] [PATCH v3 9/9] da850/omap-l138: add support for direct NOR boot mode

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for direct NOR boot mode on da850/omap-l138. Added da850evm_direct_nor entry in boards.cfg to allow to build targets. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1: Added

[U-Boot] [PATCH v3 8/9] da850/omap-l138: Add support for NAND SPL

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds configuration required for NAND SP on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v3: 1: Broke down the patch from v2 to make it better for readability. 2: Patc

[U-Boot] [PATCH v3 6/9] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will be in SPI flash and U-Boot image will be in MMC/SD card. SPL will do the low level initialization and then loads the u-boot image from MMC/SD card. Define CONFIG_SPL_MMC_LOAD macro in the DA850/OMAP-L138 conf

[U-Boot] [PATCH v3 7/9] da850/omap-l138: Fix NAND flash timings

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar Though Commit id a3f88293ddd13facd734769c1664d35ab4ed681f (da850evm: setup the NAND flash timings) has configured the AEMIF timings, they are not exactly in sync with the timings used in Linux. Linux is configuring the timing register as 0x0804, where as currently it conf

[U-Boot] [PATCH v3 4/9] arm, davinci: perform check for initalizing global data and serial init

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar initialize baudrate, flags, data and serial intialization, only when CONFIG_SPL_LIBCOMMON_SUPPORT is defined. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Chnages for v3: 1: Creted new patch by splitting patch 6

[U-Boot] [PATCH v3 5/9] da850/omap-l138: Define SPI specific configs for SPL only when SPI is used

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar define SPI specific configs for SPL only when CONFIG_USE_SPIFLASH config is defined Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v3: 1: Created a new patch by splitting patch 6 of v2 for better r

[U-Boot] [PATCH v3 3/9] da850/omap-l138: Make MMC and NOR support mutually exclusive

2012-06-21 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On Logic PD Rev.3 DA850/OMAP-L138 EVM, NOR and MMC/SD cannot work together. This patch enables the MMC/SD support only when NOR support is disabled. NOR Flash identification works even without this patch, but erase and write will have issues. Signed-off-by: Rajashekh

[U-Boot] [PATCH v3 2/9] da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM

2012-06-21 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for MMC and NOR to work on DA850/OMAP-L138 Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. When GP0[11] is high, SD0 will work but NOR flash will not. Signed-off-by: Rajashekhara

[U-Boot] [PATCH v3 1/9] da850/omap-l138: Add MMC support for DA850/OMAP-L138

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for MMC/SD on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1:Removed CONFIG_MMC_MBLOCK config which was never used. 2:Added comment while enabling MMC com

[U-Boot] [PATCH v3 0/9] feature additions and fixes for da850/omap-l138

2012-06-21 Thread Prabhakar Lad
From: Lad, Prabhakar This series adds MMC/SD, NAND and NOR SPL support for Logic PD's DA850/OMAP-L138 EVM. This series also fixes some issues found on the EVM during testing. The patches are sent in a series as these patches need to be applied in the order they are sent. Changes for v2: 1: Fixed

[U-Boot] [PATCH v2] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-07 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On DA850/OMAP-L138 it was observed that in RMII mode, auto negotiation was not performed. This patch enables auto negotiation in RMII mode. Without this patch, EMAC initialization takes more time and sometimes tftp fails in RMII mode. Signed-off-by: Rajashekhara, Sud

[U-Boot] [PATCH v2 7/7] da850/omap-l138: add support for direct NOR boot mode

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for direct NOR boot mode on da850/omap-l138. added da850evm_direct_nor entry in boards.cfg to allow to build targets. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1: Added

[U-Boot] [PATCH v2 6/7] da850/omap-l138: Add support for NAND SPL

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for NAND SPL on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1:Added a check to perform initializations of serial console only if CONFIG_SPL_LIBCOMMON_

[U-Boot] [PATCH v2 5/7] da850/omap-l138: Fix NAND flash timings

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar Though Commit id a3f88293ddd13facd734769c1664d35ab4ed681f (da850evm: setup the NAND flash timings) has configured the AEMIF timings, they are not exactly in sync with the timings used in Linux. Linux is configuring the timing register as 0x0804, where as currently it conf

[U-Boot] [PATCH v2 4/7] da850/omap-l138: Make MMC and NOR support mutually exclusive

2012-06-07 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On Logic PD Rev.3 DA850/OMAP-L138 EVM, NOR and MMC/SD cannot work together. This patch enables the MMC/SD support only when NOR support is disabled. NOR Flash identification works even without this patch, but erase and write will have issues. Signed-off-by: Rajashekh

[U-Boot] [PATCH v2 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will be in SPI flash and U-Boot image will be in MMC/SD card. SPL will do the low level initialization and then loads the u-boot image from MMC/SD card. Define the CONFIG_SPL_MMC_LOAD macro in the DA850/OMAP-L138

[U-Boot] [PATCH v2 2/7] da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM

2012-06-07 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for MMC and NOR to work on DA850/OMAP-L138 Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. When GP0[11] is high, SD0 will work but NOR flash will not. Signed-off-by: Rajashekhara

[U-Boot] [PATCH v2 1/7] da850/omap-l138: Add MMC support for DA850/OMAP-L138

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for MMC/SD on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- Changes for v2: 1:Removed CONFIG_MMC_MBLOCK config which was never used. 2:Added comment while enabling MMC co

[U-Boot] [PATCH v2 0/7] feature additions and fixes for da850/omap-l138

2012-06-07 Thread Prabhakar Lad
From: Lad, Prabhakar This series adds MMC/SD, NAND and NOR SPL support for Logic PD's DA850/OMAP-L138 EVM. This series also fixes some issues found on the EVM during testing. The patches are sent in a series as these patches need to be applied in the order they are sent. Changes for v2: 1: Fixed

[U-Boot] [PATCH 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will be in SPI flash and U-Boot image will be in MMC/SD card. SPL will do the low level initialization and then loads the u-boot image from MMC/SD card. Define the CONFIG_SPL_MMC_LOAD macro in the DA850/OMAP-L138

[U-Boot] [PATCH 6/7] da850/omap-l138: Add support for NAND SPL

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for NAND SPL on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- arch/arm/cpu/arm926ejs/davinci/spl.c | 13 ++- include/configs/da850evm.h | 39 +

[U-Boot] [PATCH 5/7] da850/omap-l138: Fix NAND flash timings

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar Though Commit id a3f88293ddd13facd734769c1664d35ab4ed681f (da850evm: setup the NAND flash timings) has configured the AEMIF timings, they are not exactly in sync with the timings used in Linux. Linux is configuring the timing register as 0x0804, where as currently it conf

[U-Boot] [PATCH 2/7] da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM

2012-06-03 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for MMC and NOR to work on DA850/OMAP-L138 Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. When GP0[11] is high, SD0 will work but NOR flash will not. Signed-off-by: Rajashekhara

[U-Boot] [PATCH 7/7] da850/omap-l138: add support for direct NOR boot mode

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for direct NOR boot mode on da850/omap-l138. Define the CONFIG_DIRECT_NOR_BOOT macro along with CONFIG_USE_NOR in the DA850/OMAP-L138 configuration file to enable this feature. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Sig

[U-Boot] [PATCH 4/7] da850/omap-l138: Make MMC and NOR support mutually exclusive

2012-06-03 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On Logic PD Rev.3 DA850/OMAP-L138 EVM, NOR and MMC/SD cannot work together. This patch enables the MMC/SD support only when NOR support is disabled. NOR Flash identification works even without this patch, but erase and write will have issues. Signed-off-by: Rajashekh

[U-Boot] [PATCH 1/7] da850/omap-l138: Add MMC support for DA850/OMAP-L138

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar This patch adds support for MMC/SD on DA850/OMAP-L138. Signed-off-by: Lad, Prabhakar Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Hadli, Manjunath --- arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c | 13 ++ arch/arm/include/asm/arch-davinci/hardware.h

[U-Boot] [PATCH 0/7] feature additions and fixes for da850/omap-l138

2012-06-03 Thread Prabhakar Lad
From: Lad, Prabhakar This series adds MMC/SD, NAND and NOR SPL support for Logic PD's DA850/OMAP-L138 EVM. This series also fixes some issues found on the EVM during testing. The patches are sent in a series as these patches need to be applied in the order they are sent. Lad, Prabhakar (5): da

[U-Boot] [PATCH] da850/omap-l138: enable SPI flash in RMII mode

2012-06-03 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar According to DA850/OMAP-L138 schematics, GP2[6] line has to be driven high for RMII mode to work. In RMII mode, SPI flash becomes un-usable. But during testing it was found out that, driving GP2[6] low also enables RMII and in this configuration SPI flash is also acce

[U-Boot] [PATCH] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-03 Thread Prabhakar Lad
From: Rajashekhara, Sudhakar On DA850/OMAP-L138 it was observed that in RMII mode, auto negotiation was not performed. This patch enables auto negotiation in RMII mode. Without this patch, EMAC initialization takes more time and sometimes tftp fails in RMII mode. Signed-off-by: Rajashekhara, Sud

Re: [U-Boot] [PATCH v3 1/1] Add ZFS filesystem support

2012-05-24 Thread Prabhakar Lad
644 include/zfs/zfs_acl.h >  create mode 100644 include/zfs/zfs_znode.h >  create mode 100644 include/zfs/zil.h >  create mode 100644 include/zfs/zio.h >  create mode 100644 include/zfs/zio_checksum.h >  create mode 100644 include/zfs_common.h ..

Re: [U-Boot] [PATCH v5 4/4] ARM: SAMSUNG: support sdhci controller

2012-04-12 Thread Prabhakar Lad
G_S5P_SDHCI, few have been assigned to value 1, And looking at the patchset the value of it is not used if I am not wrong, depending or defined or not some file is built. Best way could be not to assign any value for such cases, just #define CONFIG_S5P_SDHCI would make sense.

Re: [U-Boot] [PATCH] ARM: AM33XX: Fix build error

2012-04-11 Thread Prabhakar Lad
Hi Tom, I misunderstood, that even AM335x can take .ais. Please ignore the patch. Thx, --Prabhakar Lad On Wed, Apr 11, 2012 at 8:40 PM, Tom Rini wrote: > On 04/11/2012 02:48 AM, Prabhakar Lad wrote: >> >> Fix build error while building the .ais image from the SPL image >>

[U-Boot] [PATCH] ARM: AM33XX: Fix build error

2012-04-11 Thread Prabhakar Lad
1024)" -O binary \ spl/u-boot-spl.ais spl/u-boot-spl-pad.ais arm-none-linux-gnueabi-objcopy: --pad-to: bad number: (46 * 1024) make: *** [u-boot.ais] Error 1 Signed-off-by: Prabhakar Lad Cc: Tom Rini Cc: Chandan Nath --- include/configs/am335x_evm.h |2 +

[U-Boot] [PATCH v2] Ethernut 5: fix build error

2012-02-23 Thread Prabhakar Lad
ror 1 Signed-off-by: Prabhakar Lad Cc: Tim Schendekehl Cc: Thierry Reding Cc: Albert ARIBAUD Cc: egnite GmbH --- Changes for v2: Description change. board/egnite/ethernut5/ethernut5.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/board/egnite/ethernut5/ethernu

Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-19 Thread Prabhakar Lad
Albert, On Sun, Feb 19, 2012 at 3:19 PM, Albert ARIBAUD wrote: > Hi Prabhakar, > > Le 06/02/2012 13:49, Prabhakar Lad a écrit : > > Fix build error for ethernut5 and mx6qarm2 board due >> to prototype change for function board_mmc_getcd() >> ethernut5.c:238: e

[U-Boot] [PATCH] dm6467Tevm: Use a common configuration file for davinci_dm6467evm and davinci_dm6467Tevm

2012-02-12 Thread Prabhakar Lad
CFG_REFCLK_FREQ to CONFIG_REFCLK_FREQ and CONFIG_REFCLK_FREQ is defined in boards.cfg. Signed-off-by: Prabhakar Lad Cc: Tom Rini --- arch/arm/cpu/arm926ejs/davinci/cpu.c |2 +- board/davinci/dm6467evm/dm6467evm.c |2 +- boards.cfg |4 +- include/configs

[U-Boot] Add SPL support

2012-02-10 Thread Prabhakar Lad
Hi folks, How to add SPL support for evm's that normally takes DSP secondary user boot loader (UBL) , Arm secondary UBL and then the U-boot. how to nullify this DSP secondary user boot loader (UBL) and add support for SPL in it? Regards, --Prabhaka

Re: [U-Boot] [PATCH] mx6qarm2: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
Thierry, On Mon, Feb 6, 2012 at 7:44 PM, Thierry Reding < thierry.red...@avionic-design.de> wrote: > * Prabhakar Lad wrote: > > Thierry, > > > > On 2/6/12, Thierry Reding wrote: > > > * Prabhakar Lad wrote: > > >> Fix build error for mx6qarm2 b

Re: [U-Boot] [PATCH] mx6qarm2: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
Thierry, On 2/6/12, Thierry Reding wrote: > * Prabhakar Lad wrote: >> Fix build error for mx6qarm2 board due to prototype change >> for function board_mmc_getcd(). >> mx6qarm2.c:123: error: conflicting types for 'board_mmc_getcd' >> u-boot/include/mmc

Re: [U-Boot] [PATCH] mx6qarm2: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
Dirk, My bad didn't notice it. WBR, --Prabhakar Lad On Mon, Feb 6, 2012 at 6:30 PM, Dirk Behme wrote: > On 06.02.2012 13:54, Prabhakar Lad wrote: > >> Fix build error for mx6qarm2 board due to prototype change >> for function board_mmc_getcd(). >> mx6qarm2.c:123:

[U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
5.o] Error 1 Signed-off-by: Prabhakar Lad --- board/egnite/ethernut5/ethernut5.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/board/egnite/ethernut5/ethernut5.c b/board/egnite/ethernut5/ethernut5.c index e42e91e..fd021a3 100644 --- a/board/egnite/ethernut5/ethernut5.

[U-Boot] [PATCH] mx6qarm2: fix build error for board_mmc_getcd()

2012-02-06 Thread Prabhakar Lad
Fix build error for mx6qarm2 board due to prototype change for function board_mmc_getcd(). mx6qarm2.c:123: error: conflicting types for 'board_mmc_getcd' u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_getcd' was here Signed-off-by: Prabhakar Lad

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

2012-01-25 Thread Prabhakar Lad
Hi Christian, On Wed, Jan 25, 2012 at 3:57 PM, Christian Riesch < christian.rie...@omicron.at> wrote: > Hi, > > On Wed, Jan 25, 2012 at 10:52 AM, Prabhakar Lad > wrote: > > *I want to add a command using U_BOOT_CMD in uboot, where SPL_BUILD is > > enabled for exa

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

2012-01-25 Thread Prabhakar Lad
and build I get errors for hawkboard_nand board puts works fine. Is printf being removed as of buffer overriding *issues or *is there a support yet* to be added for printf? Regards, --Prabhakar lad ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

Re: [U-Boot] [U-Boot-Users]

2012-01-22 Thread Prabhakar Lad
Hi Periyasamy, Probably you need to be more elaborate on what exactly you want. you might before go through this links before asking you queries. http://www.denx.de/wiki/DULG/Faq http://www.denx.de/wiki/U-Bootdoc/Presentation http://www.denx.de/wiki/U-Boot/WebHome WBR, --Prabhakar Lad On Mon

Re: [U-Boot] [PATCH] da850evm: drop NET_MULTI reference

2012-01-10 Thread Prabhakar Lad
Christian, Oops my Bad , didn't notice it. Regards, --Prabhakar Lad On Tue, Jan 10, 2012 at 2:09 PM, Christian Riesch < christian.rie...@omicron.at> wrote: > Hi, > > On Tue, Jan 10, 2012 at 8:13 AM, Prabhakar Lad > wrote: > > remove obsolete macro CONFIG_NET_MU

[U-Boot] [PATCH] da850evm: drop NET_MULTI reference

2012-01-09 Thread Prabhakar Lad
remove obsolete macro CONFIG_NET_MULTI, Now that none of the core checks CONFIG_NET_MULTI, there's not much point in boards defining it. Signed-off-by: Prabhakar Lad Cc: Mike Frysinger Cc: Tom Rini --- include/configs/da850_am18xxevm.h |1 - 1 files changed, 0 insertions(+), 1 dele

Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-28 Thread Prabhakar Lad
Sandeep, Can you take this patch ? Regards, --Prabhakar Lad On Thu, Nov 17, 2011 at 6:34 PM, Heiko Schocher wrote: > Hello prabhakar.cse...@gmail.com > > prabhakar.cse...@gmail.com wrote: > > From: Prabhakar Lad > > > > Fix the condition for number of phys in

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Prabhakar Lad
Hi Heiko, On Wed, Nov 9, 2011 at 5:56 PM, Heiko Schocher wrote: > Hello Prabhakar Lad, > > Prabhakar Lad wrote: > > Hi Heiko, > > > > On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher wrote: > [...] > >> Signed-off-by: Heiko Schocher > >> Cc: S

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Prabhakar Lad
else { > + printf("%s: to much PHYs detected.\n", > + __func__); > why not make here count = 0 and then break, so that later in davinci_emac_initialize() it wont initializes the phy&#x

Re: [U-Boot] [PATCH v5 09/11] arm926ejs, davinci: add cpuinfo for dm365

2011-10-30 Thread Prabhakar Lad
Hi Heiko, I already see a patch for printing cpu info for dm365(rather for all davinci family) . Link for the patch<http://www.mail-archive.com/u-boot@lists.denx.de/msg65514.html>, which is more cleaner. Regards --Prabhakar Lad On Mon, Oct 31, 2011 at 10:23 AM, Heiko Schocher

Re: [U-Boot] Checkpatch warnings for "volatile"

2011-10-15 Thread Prabhakar Lad
Hi Wolfgang On 10/15/11, Wolfgang Denk wrote: > Dear Prabhakar Lad, > > In message > you > wrote: >> >> > I've explained this a number of times recently - there are actually >> > very, very few occasions where "volatile" actually makes s

Re: [U-Boot] Checkpatch warnings for "volatile"

2011-10-14 Thread Prabhakar Lad
ile" actually makes sense. > > Agreed, but I see a piece of code where virtual address are compared. For example in arch/arm/cpu/arm926ejs/davinci/cpu.c In this function static inline unsigned pll_prediv(unsigned pllbase) and also in this static inline unsigned pl

Re: [U-Boot] Checkpatch warnings for "volatile"

2011-10-14 Thread Prabhakar Lad
any one? Regards --Prabhakar Lad On Wed, Oct 12, 2011 at 4:05 PM, Prabhakar Lad wrote: > Hi Wolfgang, > > The checkpatch complains for volatile keyword, if "volatile" is necessary > and cannot be removed, > Is it necessary to inform in the cover letter or the patch it

[U-Boot] Checkpatch warnings for "volatile"

2011-10-12 Thread Prabhakar Lad
Hi Wolfgang, The checkpatch complains for volatile keyword, if "volatile" is necessary and cannot be removed, Is it necessary to inform in the cover letter or the patch itself stating that these warnings should be neglected ? Regards --Pra

Re: [U-Boot] [PATCH] squash build warning in cmd_sf.c

2011-10-04 Thread Prabhakar Lad
hi Simon got it its in the for condition for (skipped = 0; buf < end && !err_oper; buf += todo, offset += todo) Ive cleared my doubt, you were rite. Regards --Prabhakar Lad On Wed, Oct 5, 2011 at 10:16 AM, Prabhakar Lad wrote: > Hi Simon > > On Tue, Oc

Re: [U-Boot] [PATCH] squash build warning in cmd_sf.c

2011-10-04 Thread Prabhakar Lad
Hi Simon On Tue, Oct 4, 2011 at 8:45 PM, Simon Glass wrote: > Hi, > > On Tue, Oct 4, 2011 at 4:45 AM, wrote: > > From: Prabhakar Lad > > > > Fix build warning and returning early in case of failure > > > > cmd_sf.c: In function 'do_spi_flash':

Re: [U-Boot] [PATCH] squash build warning in cmd_sf.c

2011-10-04 Thread Prabhakar Lad
Hi Simon, On Tue, Oct 4, 2011 at 7:03 PM, Simon Glass wrote: > Hi, > > On Tue, Oct 4, 2011 at 4:45 AM, wrote: > > From: Prabhakar Lad > > > > Fix build warning and returning early in case of failure > > > > cmd_sf.c: In function 'do_spi_flash&#