Re: [U-Boot] Problems with creating an UBIFS partition with uboot

2010-06-19 Thread Karl Krach
Hello Matthew, thanks a lot, I will try this approach on Monday, when I'm back at work. > At a glance, one problem is the use of ubinize, which is intended to > work when doing "bare NAND" flashing with no awareness of UBI. I.e. > if you tried these steps with "rootfs.ubifs" rather than > "r

[U-Boot] [PATCH] video: cleanup comments in cfb_console.c and video_fb.h

2010-06-19 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin --- drivers/video/cfb_console.c |6 +++--- include/video_fb.h |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 96d52fb..fae5417 100644 --- a/drivers/video/cfb_co

Re: [U-Boot] [PATCH 00/10] NDS32: add NDS32 architecture support to u-boot.

2010-06-19 Thread Mike Frysinger
On Friday, June 11, 2010 05:34:34 Macpaul Lin wrote: > *** BLURB HERE *** where's your BLURB ? wtf is NDS32 ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

Re: [U-Boot] [PATCH] ip/defrag: fix processing of last short fragment

2010-06-19 Thread Mike Frysinger
On Friday, June 11, 2010 13:26:43 Fillod Stephane wrote: > TFTP'ing a file of size 1747851 bytes with CONFIG_IP_DEFRAG and > CONFIG_TFTP_BLOCKSIZE set to 4096 fails with a timeout, because > the last fragment is not taken into account. This patch fixes > IP fragments having less than 8 bytes of pay

[U-Boot] (no subject)

2010-06-19 Thread Wolfgang Denk
Hi, the EVB64260, P3G4, and ZUMA boards produce a lot of compiler warnings: mpsc.c: In function 'mpsc_putchar_early': mpsc.c:121: warning: dereferencing type-punned pointer will break strict-aliasing rules mpsc.c:127: warning: dereferencing type-punned pointer will break strict-aliasing rules m

[U-Boot] [PATCH] include/compiler.h: remove redunandt declaration of errno

2010-06-19 Thread y
From: Wolfgang Denk Commit 37566090 "compiler.h: unify system ifdef cruft here" added both a "#include " and a "extern int errno;" to include/compiler.h which is causing build warnings for some systems, for example for the "netstar" board: In file included from /home/wd/git/u-boot/work/l

Re: [U-Boot] [PATCH] include/compiler.h: remove redunandt declaration of errno

2010-06-19 Thread Mike Frysinger
On Saturday, June 19, 2010 20:20:33 y...@denx.de wrote: > Commit 37566090 "compiler.h: unify system ifdef cruft here" added both > a "#include " and a "extern int errno;" to include/compiler.h it isnt new code, it sucked the definitions out of random files that had these and into one place > whi

Re: [U-Boot] [PATCH] ip/defrag: fix processing of last short fragment

2010-06-19 Thread Ben Warren
On Saturday, June 19, 2010, Mike Frysinger wrote: > On Friday, June 11, 2010 13:26:43 Fillod Stephane wrote: >> TFTP'ing a file of size 1747851 bytes with CONFIG_IP_DEFRAG and >> CONFIG_TFTP_BLOCKSIZE set to 4096 fails with a timeout, because >> the last fragment is not taken into account. This pa