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
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
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
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
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
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
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
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
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
>&
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,
>> +
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:
>>
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
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=
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
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
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
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
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
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
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_
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
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
t; + ret = nand_write_skip_bad(nand, off, &rwsize,
>> + (u_char *)addr, WITH_OOB);
>> #endif
>> } else if (!strcmp(s, ".oob")) {
>> /* out-of-band data
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
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
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
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/
#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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
) |
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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
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
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
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
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
; 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
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
___
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.
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
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
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
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 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
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
* 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 /*
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
_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
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
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
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,
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 - 100 of 261 matches
Mail list logo