[U-Boot] [PATCH] arm, davinci: add PLL0 prediv to da850 lowlevel setup

2012-01-16 Thread Ben Gardiner
The OMAP-L138 has a pre-divider available on PLL0. Add support to da850_lowlevel.c for configuring PLL0's pre-divider. This is to achieve certain OPP's -- e.g. the 372MHz OPP used also by Linux. Signed-off-by: Ben Gardiner Cc: Christian Riesch CC: Heiko Schocher Cc: Sandeep Paulra

Re: [U-Boot] [RFC/PATCH] davinci: disable dcache on boards with EMAC

2011-11-14 Thread Ben Gardiner
7;s flush ops for the platform? Sounds reasonable. Note: if conditional disabling of DCACHE is going to be added for the boards listed in the path of this subject please remember to make da850evm also conditional since it had its dcache disabled explicitly in commit 'bd65d00

Re: [U-Boot] [PATCH v3 1/8] da850: indicate cache usage disable in config file

2011-08-31 Thread Ben Gardiner
27;s possible that I have not been using caches in u-boot as I thought I was -- considering I did not experience corrupted frames from the EMAC. On Wed, Aug 31, 2011 at 1:39 AM, Netagunte, Nagabhushana wrote: > If you have no further comments, can you please ACK patches? for what it's wor

Re: [U-Boot] [PATCH v3 1/8] da850: indicate cache usage disable in config file

2011-08-18 Thread Ben Gardiner
t the 'issue' results in a delay in tftp'ing... Disabling the caches will slow down decompression which will slow down boot overall when booting from flash. Rather than masking the issue by disabling caches and slowing down u-boot for it's users perhaps TI should

[U-Boot] [PATCH 3/3] [v4] cmd_nand: add nand write.trimffs command

2011-06-14 Thread Ben Gardiner
drop_ffs() function by Artem Bityutskiy, ported from the mtd-utils tree. [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo Signed-off-by: Ben Gardiner CC: Artem Bityutskiy CC: Detlev Zundel Acked-by: Scott Wood --- Changes since v3: * rebased to nand-flash/next * wrap README

[U-Boot] [PATCH 2/3] [v4] nand_util: drop trailing all-0xff pages if requested

2011-06-14 Thread Ben Gardiner
as-per the reccomendations of the UBI FAQ [1] Signed-off-by: Ben Gardiner CC: Artem Bityutskiy Acked-by: Detlev Zundel CC: Scott Wood [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo --- Scott, I did not add your Acked-by because to handle the possible unaligned input

[U-Boot] [PATCH v4 0/3] introduce nand write.trimffs

2011-06-14 Thread Ben Gardiner
h dropped * attribution of the drop_ffs() function from mtd-utils to Artem Ben Gardiner (3): [v4] nand_util: treat WITH_YAFFS_OOB as a mode [v4] nand_util: drop trailing all-0xff pages if requested [v4] cmd_nand: add nand write.trimffs command common/cmd_nand.c| 16

[U-Boot] [PATCH 1/3] [v4] nand_util: treat WITH_YAFFS_OOB as a mode

2011-06-14 Thread Ben Gardiner
S_OOB flag should not be mixed with other flags. Signed-off-by: Ben Gardiner CC: Scott Wood --- Changes since v3: * none. This patch was introduced in v4 to adress Scott Wood's v3 review comments. --- drivers/mtd/nand/nand_util.c |3 +++ include/nand.h |4 +++- 2 f

Re: [U-Boot] [PATCH 4/4] [v3] cmd_nand: add nand write.trimffs command

2011-06-07 Thread Ben Gardiner
Hi Scott, Thanks for the reviews. On Mon, Jun 6, 2011 at 5:00 PM, Scott Wood wrote: > On Tue, May 24, 2011 at 10:18:37AM -0400, Ben Gardiner wrote: >> diff --git a/common/cmd_nand.c b/common/cmd_nand.c >> index e7db4c9..786f179 100644 >> --- a/common/cmd_nand.c >&

Re: [U-Boot] [PATCH 3/4] [v3] nand_util: drop trailing all-0xff pages if requested

2011-06-07 Thread Ben Gardiner
Hi Scott, Thanks for the review. On Mon, Jun 6, 2011 at 4:58 PM, Scott Wood wrote: > On Tue, May 24, 2011 at 10:18:36AM -0400, Ben Gardiner wrote: >> +#ifdef CONFIG_CMD_NAND_TRIMFFS >> +static size_t drop_ffs(const nand_info_t *nand, const u_char *buf, >> +                

Re: [U-Boot] da850evm: u-boot does not start without UBL since commit f1d2b313c9eb6808d30c16a9eb5251240452a56c

2011-06-06 Thread Ben Gardiner
Hi Christian, On Mon, Jun 6, 2011 at 10:52 AM, Christian Riesch wrote: > Hi Ben, > Thanks again for your help! My pleasure, sorry I can't help more : I think It's the case that we have incompatible HW. > On Mon, Jun 6, 2011 at 3:11 PM, Ben Gardiner > wrote: >>

Re: [U-Boot] da850evm: u-boot does not start without UBL since commit f1d2b313c9eb6808d30c16a9eb5251240452a56c

2011-06-06 Thread Ben Gardiner
Hi Christian, On Mon, Jun 6, 2011 at 3:11 AM, Christian Riesch wrote: > Hello Ben, > > On Fri, Jun 3, 2011 at 6:24 PM, Ben Gardiner > wrote: >> I've been trying to reproduce here but not having any luck so far. > > What are your results? Any error messages/differ

Re: [U-Boot] da850evm: u-boot does not start without UBL since commit f1d2b313c9eb6808d30c16a9eb5251240452a56c

2011-06-03 Thread Ben Gardiner
1 PLL0CFG1 = 0x0205 PERIPHCLKCFG = 0x000a [EMIF3DDR] PLL1CFG0 = 0x15010001 PLL1CFG1 = 0x0002 DDRPHYC1R = 0x00C4 SDCR = 0x0A034622 SDTIMR = 0x184929C8 SDTIMR2 = 0xB80FC700 SDRCR = 0x0406 CLK2XSRC = 0x [INPUTFILE] FILENAME=u-boot.bin LOADADDRESS=0xC108 ENTRYPOINTADDRESS=

Re: [U-Boot] da850evm: u-boot does not start without UBL since commit f1d2b313c9eb6808d30c16a9eb5251240452a56c

2011-06-01 Thread Ben Gardiner
Hi Christian, On Wed, Jun 1, 2011 at 4:26 PM, Christian Riesch wrote: > On Wednesday, June 1, 2011, Ben Gardiner >> [...] >> Last I heard about this [1] the AIS signer was unable to handle the >> dynamic elf format resulting from the introduction of arm relocation. > &g

Re: [U-Boot] da850evm: u-boot does not start without UBL since commit f1d2b313c9eb6808d30c16a9eb5251240452a56c

2011-06-01 Thread Ben Gardiner
resulting from the introduction of arm relocation. If that particular problem is no more, then I imagine that UBL would have been doing pinmux for serial port among other things. If you are able to debug with JTAG then you might be able to inspect where the execution goes wrong; otherwise

Re: [U-Boot] U-Boot: using nand write to flash an ubi image, ubi part fails

2011-06-01 Thread Ben Gardiner
delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 521af04 Conditionally perform common relocation fixups ef37c68 ubifs: Correct dereferencing of files-after-symlinks 9d7952e ubifs: Add support for looking up directory and relative symlinks 02f9990 Move __set/clear_bit from ubif

[U-Boot] [PATCH 3/4] [v3] nand_util: drop trailing all-0xff pages if requested

2011-05-24 Thread Ben Gardiner
as-per the reccomendations of the UBI FAQ [1] Signed-off-by: Ben Gardiner CC: Artem Bityutskiy CC: Detlev Zundel [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo --- This behaviour was found to fix both UBI and JFFS2 images written to cleanly erased NAND partitions on

[U-Boot] [PATCH 4/4] [v3] cmd_nand: add nand write.trimffs command

2011-05-24 Thread Ben Gardiner
drop_ffs() function by Artem Bityutskiy, ported from the mtd-utils tree. [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo Signed-off-by: Ben Gardiner CC: Artem Bityutskiy CC: Detlev Zundel --- Changes since v2: * added nand write.trimffs to the README.nand file * moved the

[U-Boot] [PATCH 2/4] [v3] nand_util: convert nand_write_skip_bad() to flags

2011-05-24 Thread Ben Gardiner
guous calls like nand_write_skip_bad(info, offset, len, buf, 0, 1, 1); nand_write_skip_bad(info, offset, len, buf, 0, 1, 0); Instead there will be: nand_write_skip_bad(info, offset, len, buf, WITH_YAFFS_OOB | WITH_OTHER); Signed-off-by: Ben Gardiner Acked-by: Detlev Z

[U-Boot] [PATCH 1/4] [v3] nand_base: trivial: fix comment read/write comment

2011-05-24 Thread Ben Gardiner
Replace an incorrect 'read' with 'write' in a comment. Signed-off-by: Ben Gardiner Acked-by: Detlev Zundel --- Changes since v2: * added Detlev's Acked-by Changes since v1: * rebased to HEAD of git://git.denx.de/u-boot-nand-flash.git : ff7b4a0 ("env_

[U-Boot] [PATCH v3 0/4] introduce nand write.trimffs

2011-05-24 Thread Ben Gardiner
p_ffs() function from mtd-utils to Artem Ben Gardiner (4): [v3] nand_base: trivial: fix comment read/write comment [v3] nand_util: convert nand_write_skip_bad() to flags [v3] nand_util: drop trailing all-0xff pages if requested [v3] cmd_nand: add nand write.trimffs comma

Re: [U-Boot] [PATCH 4/4] [v2] cmd_nand: add nand write.trimffs command

2011-05-24 Thread Ben Gardiner
Hi Detlev, On Tue, May 24, 2011 at 9:22 AM, Detlev Zundel wrote: > I have another request though - please add the new command to > doc/README.nand.  Thanks! Good idea. Will do in v3. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometr

Re: [U-Boot] [PATCH 2/4] [v2] nand_util: convert nand_write_skip_bad() to flags

2011-05-24 Thread Ben Gardiner
t; +                     ret = nand_write_skip_bad(nand, off, &rwsize, >> +                                             (u_char *)addr, WITH_OOB); >>  #endif >>               } else if (!strcmp(s, ".oob")) { >>                       /* out-of-band data

[U-Boot] [PATCH 4/4] [v2] cmd_nand: add nand write.trimffs command

2011-05-19 Thread Ben Gardiner
drop_ffs() function by Artem Bityutskiy, ported from the mtd-utils tree. [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo Signed-off-by: Ben Gardiner CC: Artem Bityutskiy CC: Detlev Zundel --- Detlev, I did not do any erased-state checks since the implicit assumption in other

[U-Boot] [PATCH 2/4] [v2] nand_util: convert nand_write_skip_bad() to flags

2011-05-19 Thread Ben Gardiner
guous calls like nand_write_skip_bad(info, offset, len, buf, 0, 1, 1); nand_write_skip_bad(info, offset, len, buf, 0, 1, 0); Instead there will be: nand_write_skip_bad(info, offset, len, buf, WITH_YAFFS_OOB | WITH_OTHER); Signed-off-by: Ben Gardiner CC: Detlev Z

[U-Boot] [PATCH 3/4] [v2] nand_util: drop trailing all-0xff pages if requested

2011-05-19 Thread Ben Gardiner
as-per the reccomendations of the UBI FAQ [1] Signed-off-by: Ben Gardiner CC: Artem Bityutskiy [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo --- This behaviour was found to fix both UBI and JFFS2 images written to cleanly erased NAND partitions on da850evm. Changes since

[U-Boot] [PATCH 1/4] [v2] nand_base: trivial: fix comment read/write comment

2011-05-19 Thread Ben Gardiner
Replace an incorrect 'read' with 'write' in a comment. Signed-off-by: Ben Gardiner --- Changes since v1: * rebased to HEAD of git://git.denx.de/u-boot-nand-flash.git : ff7b4a0 ("env_nand: zero-initialize variable nand_erase_options") --- drivers/mtd/nand/

[U-Boot] [PATCH v2 0/4] introduce nand write.trimffs

2011-05-19 Thread Ben Gardiner
#x27; from 'ubi' * wrapped the new feature in #ifdefs * don't make it default for jffs -- patch dropped * attribution of the drop_ffs() function from mtd-utils to Artem Ben Gardiner (4): [v2] nand_base: trivial: fix comment read/write comment [v2] nand_util: convert nand_write_skip_b

Re: [U-Boot] [PATCH 0/5] introduce nand write.ubi, and drop ffs for jffs2 too

2011-05-11 Thread Ben Gardiner
ehow got tripped up over this. > > If this is the case then we should change the commit message to point to > the real problem that this patch fixes. I am planning to respin v2 next week; I will 1) remove mention of the ECC mapping 0xff 2) add a link to the faq entry provide

[U-Boot] [PATCH 5/5] cmd_nand: also drop 0xff pages for jffs2

2011-04-28 Thread Ben Gardiner
duced .ubi variant. Signed-off-by: Ben Gardiner --- common/cmd_nand.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index faece07..b9d5ae6 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -567,12 +567,11 @@ int do_nand

[U-Boot] [PATCH 4/5] cmd_nand: add nand write.ubi command

2011-04-28 Thread Ben Gardiner
Add another nand write. variant, ubi. This command will request of nand_write_skip_bad() that all trailing all-0xff pages will be dropped from eraseblocks as they are written as-per the reccommended behaviour of the UBI FAQ. Signed-off-by: Ben Gardiner --- common/cmd_nand.c | 11

[U-Boot] [PATCH 3/5] nand_util: drop trailing all-0xff pages if requested

2011-04-28 Thread Ben Gardiner
as-per the reccomendations of the UBI FAQ. Without this behaviour, UBI images flashed to NAND where either 1) the ECC used does not map all-0xff to 0xff or 2) the number of times a page can be written is limited by the NAND will not be successfully attached after flashing. Signed-off-by: Ben

[U-Boot] [PATCH 2/5] nand_util: convert nand_write_skip_bad() to flags

2011-04-28 Thread Ben Gardiner
guous calls like nand_write_skip_bad(info, offset, len, buf, 0, 1, 1); nand_write_skip_bad(info, offset, len, buf, 0, 1, 0); Instead there will be: nand_write_skip_bad(info, offset, len, buf, WITH_OOB | WITH_OTHER); Signed-off-by: Ben Gardiner --- common/cmd_n

[U-Boot] [PATCH 1/5] nand_base: trivial: fix comment read/write comment

2011-04-28 Thread Ben Gardiner
Replace an incorrect 'read' with 'write' in a comment. Signed-off-by: Ben Gardiner --- drivers/mtd/nand/nand_base.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 52f8575..1a95a91

[U-Boot] [PATCH 0/5] introduce nand write.ubi, and drop ffs for jffs2 too

2011-04-28 Thread Ben Gardiner
filesystems flashed with from u-boot were found to survive past the second time around. Ben Gardiner (5): nand_base: trivial: fix comment read/write comment nand_util: convert nand_write_skip_bad() to flags nand_util: drop trailing all-0xff pages if requested cmd_nand: add nand write.ubi command

[U-Boot] [PATCH v3 1/2] README.arm-relocation: get relocated address from bdinfo

2011-04-28 Thread Ben Gardiner
The bdinfo command prints the relocaddr on ARM as it does on PPC. Update the debugging instructions for arm relocation to reflect this fact rather than requiring that the user rebuild the u-boot image using -DDEBUG. Signed-off-by: Ben Gardiner CC: Wolfgang Denk --- Changes since V1: none

[U-Boot] [PATCH v3 2/2] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
ten by Heiko Schocher. Signed-off-by: Ben Gardiner CC: Heiko Schocher CC: Wolfgang Denk --- Changes since V2: * add gd->relocaddr as a secondary method of obtaining the symbol-file gdb argument Changes since V1: * update to reflect proposed changes to existing debug instructions: re

[U-Boot] [PATCH v3 0/2] README.arm-relocation: debugging options update

2011-04-28 Thread Ben Gardiner
from a it using gdb. Ben Gardiner (2): README.arm-relocation: get relocated address from bdinfo README.arm-relocation: get relocated address in gdb doc/README.arm-relocation | 61 ++--- 1 files changed, 30 insertions(+), 31 deletions

[U-Boot] [PATCH 2/2] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
original method written by Heiko Schocher. Signed-off-by: Ben Gardiner CC: Heiko Schocher CC: Wolfgang Denk --- Changes since V1: * update to reflect proposed changes to existing debug instructions: renumber seteps, remove note about -DDEBUG --- doc/README.arm-relocation | 51

[U-Boot] [PATCH v2 0/2] README.arm-relocation: debugging options update

2011-04-28 Thread Ben Gardiner
relocation address is obtained from a register in a breakpoint. Ben Gardiner (2): README.arm-relocation: get relocated address from bdinfo README.arm-relocation: get relocated address in gdb doc/README.arm-relocation | 104 +++- 1 files changed, 73 insertions

[U-Boot] [PATCH v2 1/2] README.arm-relocation: get relocated address from bdinfo

2011-04-28 Thread Ben Gardiner
The bdinfo command prints the relocaddr on ARM as it does on PPC. Update the debugging instructions for arm relocation to reflect this fact rather than requiring that the user rebuild the u-boot image using -DDEBUG. Signed-off-by: Ben Gardiner CC: Wolfgang Denk --- No changes since V1

Re: [U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
On Thu, Apr 28, 2011 at 9:46 AM, Wolfgang Denk wrote: > Dear Ben Gardiner, > > In message <1303996341-6582-1-git-send-email-bengardi...@nanometrics.ca> you > wrote: >> When your emulator is connected at reset (or is used to load u-boot) >> it is possible to get t

[U-Boot] [PATCH] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
original method written by Heiko Schocher. Signed-off-by: Ben Gardiner CC: Heiko Schocher --- doc/README.arm-relocation | 56 + 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation index

[U-Boot] [PATCH] da850evm: fix NAND WSTROBE and TA timings

2011-04-12 Thread Ben Gardiner
field of the EMIFA cycle-count timings configuration to 1 to match the values set by linux. Signed-off-by: Ben Gardiner CC: Stefano Babic CC: Sandeep Paulraj CC: Scott Wood --- board/davinci/da8xxevm/da850evm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board

Re: [U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-12 Thread Ben Gardiner
On Tue, Apr 12, 2011 at 3:29 AM, Stefano Babic wrote: > On 04/11/2011 03:05 PM, Ben Gardiner wrote: >> >>> [...] >>> @@ -143,20 +144,20 @@ int board_init(void) >>>        irq_init(); >>>  #endif >>> >>> -#ifdef CONFIG_NAND_DAVINCI &g

Re: [U-Boot] [PATCH 6/6] EA20: do not use subpage write for NAND

2011-04-12 Thread Ben Gardiner
On Tue, Apr 12, 2011 at 5:08 AM, Stefano Babic wrote: > Ben Gardiner wrote: >> Thanks for sharing this patch -- I have been using the "-O 2048" (VID >> header offset) option to prevent subpages here. > > Yes, this works too, at least with Linux. (being picky / f

Re: [U-Boot] [PATCH 6/6] EA20: do not use subpage write for NAND

2011-04-11 Thread Ben Gardiner
console, the issue is recognized by the messages: > > UBI error: ubi_io_read: error -74 (ECC error) while reading 512 bytes from > PEB 37:512, read 512 bytes > UBI: run torture test for PEB 37 > UBI: PEB 37 passed torture test, do not mark it a bad > > Signed-off-by: Stefano

Re: [U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-11 Thread Ben Gardiner
) | If WSTROBE is modified then the timings are no longer solely based on the NAND timings in arch/arm/mach-davinci/board-da850-evm.c in the Linux kernel. Can you add an amendment to the comment describing the motivation for the extra WSTROBE cycle? > [...] Best Regards, Ben Ga

Re: [U-Boot] Any ARM repository pull requests or patches pending before release?

2011-03-24 Thread Ben Gardiner
pentLeft Speed 100 10330 10330 0 1692 0 --:--:-- --:--:-- --:--:-- 1699 patching file drivers/net/davinci_emac.c Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Ben Gardiner
quite a few possible causes on my end. The current most likely candidate is between the keyboard and the chair. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailma

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Ben Gardiner
some point. I'm in the process of investigating also. I hope we can combine our efforts -- please keep me on the CC here. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ARM]: File type for u-boot elf file

2011-02-25 Thread Ben Gardiner
eaks >> easily as was just demonstrated. > > Agreed -- although actually, its the dependency on *binary, closed* > external utilities that causes the issue. +1 I would be happy to help with testing any new *image tools to replace AISGen. Best Regards, Ben Gardiner

Re: [U-Boot] [STATUS] v2011.03-rc1 released

2011-02-03 Thread Ben Gardiner
tches have been > included. Hi Sandeep, Please also apply: http://patchwork.ozlabs.org/patch/78425/ -- "[U-Boot,1/2] ea20: fix libea20.o not found" and http://patchwork.ozlabs.org/patch/78426/ -- "[U-Boot,2/2] ea20: fix undefined PHY_* errors" Best Regards, Ben Ga

[U-Boot] [PATCH 2/2] ea20: fix undefined PHY_* errors

2011-01-11 Thread Ben Gardiner
This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_ definitions except in the RMII support for davinci_emac. Probably also due to the merge path of changes in 2010.12. Signed-off-by: Ben Gardiner CC

[U-Boot] [PATCH 1/2] ea20: fix libea20.o not found

2011-01-11 Thread Ben Gardiner
This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8 where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the Makefiles except ea20, probably due to merge path of the changes in 2010.12. Signed-off-by: Ben Gardiner CC: Sebastien Carlier --- board

[U-Boot] [PATCH 0/2] ea20: build fixes

2011-01-11 Thread Ben Gardiner
the second problem I ran into trying to build ea20 after developping the RMII patch. Ben Gardiner (2): ea20: fix libea20.o not found ea20: fix undefined PHY_* errors board/davinci/ea20/Makefile |2 +- drivers/net/davinci_emac.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions

Re: [U-Boot] Uninterruptible start

2011-01-04 Thread Ben Gardiner
ut into the U-Boot > command line. > > Any hints/tips on how to do this ? I think you prevent the bootcheck when bootdelay=0 by not defining CONFIG_ZERO_BOOTDELAY_CHECK in the board config. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___

Re: [U-Boot] [STATUS] v2010.12-rc3 released

2010-12-17 Thread Ben Gardiner
r putting together this release candidate. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] davinci: Rewrite timer.c to use tbl/tbu emulation variables in gd

2010-12-02 Thread Ben Gardiner
anged, 28 insertions(+), 49 deletions(-) Applies cleanly to v2010.12-rc2 on top of http://patchwork.ozlabs.org/patch/73758/ Tested on da850evm w/o any config changes. This fixes the freeze on boot: 10/10 times. You're awesome, Nick! Tested-by: Ben Gardiner > diff --git a/arch/arm/cpu/a

Re: [U-Boot] [ARM] [davinci] timer.c changes

2010-12-02 Thread Ben Gardiner
es? Is it worth > me posting the patch? I am very interested in taking your patch for a test-drive. > but maybe it would be good to get more boards working prior to release > and then look at how they can be made more common later? +1 for that. Best Regards, Ben Gardi

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-12-01 Thread Ben Gardiner
CBB, found at offset 0x0001. DONE Jumping to entry point at 0xC108. Nothing is printed after 'Jumping to entry point.' It looks like I have a different UBL than you, perhaps that is the culprit? Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [STATUS] v2010.12-rc2 released

2010-11-30 Thread Ben Gardiner
to 4f6fc15b42776b12244af8aa28da42c8e6497742^ (the commit parent) results in a boot freeze, where there was none before the addition of the compiler flags. I suppose we should be suspecting the timers? I think I recall hearing that the time code can mix poorly with relocatio

Re: [U-Boot] [PATCH V2 1/2] Davinci 8xx: Move common functions to share code

2010-11-24 Thread Ben Gardiner
Hi Sugosh, On Wed, Nov 24, 2010 at 2:23 AM, Sughosh Ganu wrote: > hi Ben, > > On Fri Nov 19, 2010 at 10:16:09AM -0500, Ben Gardiner wrote: >> We are happy to see the omap-L138 support in u-boot moving forward. We >> would like to get either SD or USB (or both) omapL138 sup

Re: [U-Boot] [PATCH 1/3 V6] Move and rename common headers from under board/davinci.

2010-11-24 Thread Ben Gardiner
On Wed, Nov 24, 2010 at 9:21 AM, Sughosh Ganu wrote: >  Move the davinci common headers to the architecture specific >  include file path. > > Signed-off-by: Sughosh Ganu > --- > Changes since V5 > * Based off Ben Gardiner's tree, no changes in the patch Tested-by: B

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
get on with the program > of merging these patches. That is very exciting news! Thank you, Sandeep. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
merged series. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
On Tue, Nov 23, 2010 at 1:38 PM, Paulraj, Sandeep wrote: > I tried to access that page but failed. Oh. Sorry, Sandeep. The webpage for the repo can be found at http://github.com/BenGardiner/u-boot-bg -- that page contains three URL variants for access to the repo. Best Regards, Ben Gardi

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
; patches? The correct order and correct versions of the patches can be found in branch "testing-ea20-plus" of git://github.com/BenGardiner/u-boot-bg.git. The commit messages there do not include Sugosh's Tested-by: tag on the hawkboard patches, nor has he re-sent them to the ML ye

Re: [U-Boot] [PATCH V2 1/2] Davinci 8xx: Move common functions to share code

2010-11-22 Thread Ben Gardiner
ice finds. Both of those patches look applicable -- thank you, Stefano. I can't say that I will be starting an effort to apply/port these to da850evm immeadiately. But now I have a great place to start when I do. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___

Re: [U-Boot] [PATCH V2 1/2] Davinci 8xx: Move common functions to share code

2010-11-19 Thread Ben Gardiner
at 9:35 AM, Stefano Babic wrote: > [...] > The patch was rebased by Ben Gardiner on top of the other > patches actually posted to the ML. Thanks Ben for your work ! You're very welcome. I'm glad you found it useful. We are happy to see the omap-L138 support in u-boot moving forward.

[U-Boot] [PATCH V4][NEXT] da850: Add RMII support for EMAC

2010-11-18 Thread Ben Gardiner
RMII operation. Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Ben Gardiner CC: Sandeep Paulraj CC: Mike Frysinger CC: Sughosh Ganu --- Changes since V3: * removed Ben Warren from the CC since he isn't the net

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Ben Gardiner
n be seen from that series -- to the list. I hope you can use the merged patches in the branch I pushed to send your updated patches. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3][NEXT] da850: Add RMII support for EMAC

2010-11-18 Thread Ben Gardiner
RMII operation. Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Ben Gardiner CC: Sandeep Paulraj CC: Ben Warren CC: Mike Frysinger CC: Sughosh Ganu --- Changes since V2: * rebased this patch onto the patch series by S

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Ben Gardiner
Hi Sugosh, On Thu, Nov 18, 2010 at 12:26 AM, Sughosh Ganu wrote: > > hi Ben, > > On Wed Nov 17, 2010 at 11:26:47AM -0500, Ben Gardiner wrote: > > Hi Stefano, > > > > On Wed, Nov 17, 2010 at 5:09 AM, Stefano Babic wrote: > > > [...] > > >

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-17 Thread Ben Gardiner
re working from a tree that is very close but not quite equal to mainline plus the patches you referenced in the cover letter. I don't know what is the best way to proceed... I like the current state of this patch series. I was unable to apply the three patch s

Re: [U-Boot] [PATCH V4][NEXT] Davinci: add support for the ea20 board

2010-11-16 Thread Ben Gardiner
m da850evm.c >   and not da830evm.c (Ben Gardiner) >  - factorize function to enable RMII (Ben Gardiner) previous versions were based on Sugosh's and my patches. Is that still true? > >  MAINTAINERS                                      |    1 + >  arch/arm/include/asm/arch-davin

Re: [U-Boot] [PATCH V3][NEXT] Davinci: add support for the ea20 board

2010-11-15 Thread Ben Gardiner
   * This board has a RMII PHY. However, the MDC line on the SOM > +        * must not be disabled (there is no MII PHY on the > +        * baseboard) via the GPIO2[6], because this pin > +        * disables at the same time the SPI flash. > +        */ > + > +       return 0; > +} > +#endif /*

Re: [U-Boot] [PATCH V2 2/2] da850: Enable SPI Flash

2010-11-12 Thread Ben Gardiner
LogiPD tmdxl138 board. > > Signed-off-by: Sudhakar Rajashekhara > Signed-off-by: Stefano Babic > CC: Detlev Zundev > Tested-by: Ben Gardiner > --- > Changed since V1: >  - commit message contains original message from Arago project >   (Detlev Zundev) >  - protect

Re: [U-Boot] [PATCH 1/2] da8xx: Add cpu_is_da8xx macros

2010-11-11 Thread Ben Gardiner
On Thu, Nov 11, 2010 at 9:38 AM, Stefano Babic wrote: > From: Sudhakar Rajashekhara > > Signed-off-by: Sudhakar Rajashekhara > CC: Stefano Babic > CC: Detlev Zundev > CC: Ben Gardiner Applies cleanly to 0c0892be0d93a5a892b93739c5eb3bf692fed4ff of git://git.denx.de/u-boot.

Re: [U-Boot] [PATCH] [NEXT] da850evm: Add RMII support for EMAC

2010-11-09 Thread Ben Gardiner
On Tue, Nov 9, 2010 at 8:43 AM, Mike Frysinger wrote: > On Friday, November 05, 2010 17:11:13 Ben Gardiner wrote: >> CC: Sandeep Paulraj " > > spurious quote in this tag > -mike Oops. Thanks for catching that, Mike. On Tue, Nov 9, 2010 at 9:42 AM, Detlev

[U-Boot] [PATCH V2] [NEXT] da850: Add RMII support for EMAC

2010-11-09 Thread Ben Gardiner
tings that are needed for RMII operation. Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Ben Gardiner CC: Sandeep Paulraj CC: Ben Warren CC: Mike Frysinger --- Changes since V1: * Removeed spurious quote in Sandeep

[U-Boot] [PATCH] [NEXT] da850evm: Add RMII support for EMAC

2010-11-05 Thread Ben Gardiner
RMII operation. Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Ben Gardiner CC: Sandeep Paulraj " CC: Ben Warren --- Changes since work of Sudhakar Rajashekhar: * rebased to 0c0892be0d93a5a892b93739c5eb3b

Re: [U-Boot] [PATCH 4/4] UBI/UBIFS: Prevent UBI partition change while UBIFS is mounted

2010-11-02 Thread Ben Gardiner
7;ubi part' command is the same regardless of the initial 'mounted state'. This make scripting boot sequences simpler. The alternative would be to provide a 'test mounted' command along with the option where ubi part does not automatically unmount. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] UBIFS: Change ubifsload to not read beyond the requested size

2010-10-29 Thread Ben Gardiner
0 characters #134: FILE: fs/ubifs/ubifs.c:615: +* last block. This is to not pad the destination total: 0 errors, 1 warnings, 88 lines checked Tested on da850evm with NAND, env.oob enabled. Loaded a uImage from ubifs and booted it. Tested-by: Ben Gardiner Best Reg

Re: [U-Boot] [PATCH 4/4] UBI/UBIFS: Prevent UBI partition change while UBIFS is mounted

2010-10-29 Thread Ben Gardiner
while a ubifs was mounted. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output

2010-10-29 Thread Ben Gardiner
BIFS not mounted, use ubifsmount to mount volume first!\n"); total: 0 errors, 1 warnings, 8 lines checked Tested on da850evm with NAND, env.oob enabled. Saw the message in ubifsls output Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.n

Re: [U-Boot] [PATCH 2/4] UBIFS: Add ubifsumount command to unmount an active volume

2010-10-29 Thread Ben Gardiner
d Tested on da850evm with NAND, env.oob enabled. I was able to ubifumount after a ubifsload. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [STATUS] v2010.12-rc1 released

2010-10-29 Thread Ben Gardiner
rt" [1] is still not applied; it too needs to go through Sandeep. Best Regards, Ben Gardiner [1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/84921 --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3 V4] Add board support for hawkboard

2010-10-29 Thread Ben Gardiner
added earlier. Applies cleanly to 908614f20f7f0f5df736eed21b88e81ebbf14e86 of git://git.denx.de/u-boot.git; no checkpatch warnings or errors. Tested on da850evm with NAND, env.oob and tftp. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. h

Re: [U-Boot] [PATCH 2/3 V4] Remove board_nand_init from nand_boot.c

2010-10-29 Thread Ben Gardiner
by the smdk6400 board. Added >  the board specific function definition. > > Signed-off-by: Sughosh Ganu Applies cleanly to 908614f20f7f0f5df736eed21b88e81ebbf14e86 of git://git.denx.de/u-boot.git; no checkpatch warnings or errors. Tested build da850evm with NAND, env.oob enabled. Tested

Re: [U-Boot] [PATCH 1/3 V4] Move and rename common headers from under board/davinci.

2010-10-29 Thread Ben Gardiner
t Applies cleanly to 908614f20f7f0f5df736eed21b88e81ebbf14e86 of git://git.denx.de/u-boot.git; no checkpatch warnings or errors. Tested on da850evm with NAND, env.oob and tftp. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boo

Re: [U-Boot] [PATCH] make-asm-offsets: fix sed script

2010-10-27 Thread Ben Gardiner
orrect. > > Signed-off-by: Wolfgang Denk Applies cleanly to 79e63139368eb7233b738d3d5a0df018a1287e3b of git://git.denx.de/u-boot.git and fixes da850evm build there since 25ddd1fb0a2281b182529afbc8fda5de2dc16d96. Tested on da850evm with NAND, env.oob and tftp. Tested-by: Ben Gardiner Best Re

Re: [U-Boot] [PATCH] da850evm: remove GENERATED_GBL_DATA_SIZE from initial stack

2010-10-27 Thread Ben Gardiner
Hello Heiko, On Wed, Oct 27, 2010 at 10:35 AM, Heiko Schocher wrote: > Hello Ben, > > Ben Gardiner wrote: >> Commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 broke the da850evm build. The >> introduction of GENERATED_GBL_DATA_SIZE led to: > [...] > Not necessary, a

[U-Boot] [PATCH] da850evm: remove GENERATED_GBL_DATA_SIZE from initial stack

2010-10-27 Thread Ben Gardiner
esn't appear to be needed since the resulting u-boot works fine; tested with NAND, env.oob and tftp. Signed-off-by: Ben Gardiner CC: Sudhakar Rajashekhara CC: Sandeep Paulraj -- If GENERATED_GBL_DATA_SIZE were defined as '96' and not '#96' this would also fix the problem.

Re: [U-Boot] [PATCH 3/3 V2] Add support for hawkboard

2010-10-26 Thread Ben Gardiner
jobs make: *** wait: No child processes. Stop. For your next patch submission, I recommend running checkpatch.pl (from a recent linux kernel scripts/ directory) on your patches and also using the ./MAKEALL script [1] to test that your changes haven't broken other boards. Best Regards, Ben Gardiner [1] http://www.denx.de/wiki/U-Boot/Patches --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3 V2] Make board_init_f under nand_boot.c a weak function.

2010-10-26 Thread Ben Gardiner
_board_init_f"))); WARNING: space prohibited between function name and open parenthesis '(' #99: FILE: nand_spl/nand_boot.c:230: +void board_init_f (ulong bootflag)__attribute__((weak, alias("__board_init_f"))); The resulting u-boot is usable; tested on da850evm with

Re: [U-Boot] [PATCH 1/3 V2] Move and rename common headers from under board/davinci.

2010-10-26 Thread Ben Gardiner
or warnings. The resulting u-boot is usable; tested on da850evm with NAND, env.oob and tftp. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH] Remove config.mk for da8xxevm based boards.

2010-10-22 Thread Ben Gardiner
ngs. Tested with da850evm + nand and env.oob. Tested-by: Ben Gardiner Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] Add board support for hawkboard

2010-10-22 Thread Ben Gardiner
On Fri, Oct 22, 2010 at 3:50 AM, Sughosh Ganu wrote: > [...] >  This is currently being used by da830evm and da850evm too. If ok, i >  can cleanup for those files too, although i cannot test it on these >  boards. I would be happy to test any patches for da850evm. Best Regards,

Re: [U-Boot] [ELF_RELOC] Pull into u-boot-arm #master?

2010-10-19 Thread Ben Gardiner
gt;> missing anything? > > I personally would prefer that. No problems for ATMEL/AT91. +1 After a rebase of u-boot-arm/elf_reloc onto u-boot/master, da850evm plus NAND appears to be working fine. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca

  1   2   3   >