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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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)
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
>> >> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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 +
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
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
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
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
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
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
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
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
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
..
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.
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
>>
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 +
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
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
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
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
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
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
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:
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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':
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
92 matches
Mail list logo