Re: [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

2008-12-30 Thread Bryan Wu
On Wed, Dec 31, 2008 at 6:52 AM, Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message <1230623951-16497-1-git-send-email-vap...@gentoo.org> you wrote: >> >> --- a/common/usb_storage.c >> +++ b/common/usb_storage.c >> @@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device *dev,struct

[U-Boot] nand potential div0

2008-12-30 Thread Ryan J M
I thought it would be better to check whether chip->ecc.size equal 0 here, I forgot to set ecc.size in board_nand_init() and it trigs a div0 hang. driver/mtd/nand/nand_base.c 2786 /* 2787 * Set the number of read / write steps for one page depending on ECC 2788 *

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread Wolfgang Denk
Dear Scott Wood, In message <495aa094.7030...@freescale.com> you wrote: > > Unix scripting is inefficient, news at 11. What's the actual time > difference? What's the actual advantage? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1

Re: [U-Boot] [PATCH] usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

2008-12-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1230623951-16497-1-git-send-email-vap...@gentoo.org> you wrote: > > --- a/common/usb_storage.c > +++ b/common/usb_storage.c > @@ -1166,6 +1166,11 @@ int usb_stor_get_info(struct usb_device *dev,struct > us_data *ss,block_dev_desc_t > /* SanDisk Corporat

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2008-12-30 Thread Wolfgang Denk
Dear Andy Fleming, In message <1229974568-3773-1-git-send-email-aflem...@freescale.com> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git master > > Dave Liu (1): > 85xx: Fix the boot window issue > > Haiying Wang (1): > Set IVPR to

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Wolfgang Denk
Dear "Giuseppe Modugno", In message <495a0ce8.31716.c07...@g.modugno.elettronika.it> you wrote: > > > then > > you can just read the sector(s) containing the environment from their > > corresponding /dev/mtd* devices in Linux and copy it to the other > > system. > > So you're proposing to use

Re: [U-Boot] [GIT PULL] MIPS updates

2008-12-30 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <4949020a.5020...@ruby.dti.ne.jp> you wrote: > Hi Wolfgang, > > please pull U-Boot/MIPS repository to pick up the following changes. > > Thanks in advance, > > Shinya > > --- > > The following changes since commit aced78d852d0b009e8aaa1445af8cb40861ee549:

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread Scott Wood
Wolfgang Denk wrote: > Dear kenneth johansson, > > In message <1230636057.17914.5.ca...@duo> you wrote: >> Only print out the target name during make. >> For old style set V=1 > > What is the rationale for this patch? I can see no real advantage with > it. > > If you find the make output annoyin

Re: [U-Boot] Pull request: nand flash

2008-12-30 Thread Wolfgang Denk
Dear Scott, In message <20081216211654.ga...@ld0162-tx32.am.freescale.net> you wrote: > The following changes since commit 7f202217356f19e519e6ec57a29de9af73067037: > Wolfgang Denk (1): > Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master > > are available in the git reposi

Re: [U-Boot] Pull request: u-boot-usb

2008-12-30 Thread Wolfgang Denk
Dear Remy, In message <3efb10970812161235s530a89edq18926dde5155d...@mail.gmail.com> you wrote: > The following changes since commit 7f202217356f19e519e6ec57a29de9af73067037: > Wolfgang Denk (1): > Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master > > are available in the

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread Wolfgang Denk
Dear kenneth johansson, In message <1230636057.17914.5.ca...@duo> you wrote: > > Only print out the target name during make. > For old style set V=1 What is the rationale for this patch? I can see no real advantage with it. If you find the make output annoying, you can silence make by passing t

[U-Boot] [PATCH] README: update mailing list name and hits to patch submission.

2008-12-30 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- README | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README b/README index 2a553c2..3674ca1 100644 --- a/README +++ b/README @@ -3731,7 +3731,7 @@ MPC826x processors), on others (parts of) the data cache can be locked a

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread Wolfgang Denk
Dear kenneth johansson, In message <1230635276.17914.3.ca...@duo> you wrote: > > > PLEASE READ THE INSTRUCTIONS. > > THERE IS NO INSTRUCTIONS IN THE README IN U_BOOT FOR THE CASE LARGER > THAN 100K PATCH. Let me quote the README for you: | Submitting Patches: | --- | | Since t

Re: [U-Boot] Too Large patch

2008-12-30 Thread Mike Frysinger
On Tuesday 30 December 2008 09:54:38 Wolfgang Denk wrote: > In message <200812300644.04655.vap...@gentoo.org> you wrote: > > URLs rot. mailing list archives do not. > > Mailing lists archive simply disappear. Or did you succeed to search > the armboot ML archive on SourceForge lately? the likely

[U-Boot] [PATCH 1/1] jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE

2008-12-30 Thread Tomasz Figa
This patch fixes a bug (?) introduced after inclusion of the new JFFS2 code. When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't fill in part->sector_size (keeping it as 0), but a correct value is needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses to be in the s

Re: [U-Boot] Is it possible to use 2GB or DDR on MPC834x?

2008-12-30 Thread Scott Wood
Valeriy Glushkov wrote: > Hi Guys! > > On my mpc8347 based board I can access 1GB of DDR with mapping 4 of 256MB > ranges via IBAT\DBAT registers. > > But with the 2 GB of DDR it's impossible to map them with BATs (there are > only 8 BATs in the e300 core and the rest 4 of them are already used

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
On 30 Dec 2008 at 12:40, Alessandro Rubini wrote: > > So you're proposing to use Linux to copy U-Boot environment. But on > > a new board (picked from the shelf) I don't have Linux and I should > > set some U-Boot variables to run it. > > So you might prefer setting them as predefined in you confi

Re: [U-Boot] Too Large patch

2008-12-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200812300644.04655.vap...@gentoo.org> you wrote: > > URLs rot. mailing list archives do not. Mailing lists archive simply disappear. Or did you succeed to search the armboot ML archive on SourceForge lately? Anyway - we have an official policy for handling such

[U-Boot] Is it possible to use 2GB or DDR on MPC834x?

2008-12-30 Thread Valeriy Glushkov
Hi Guys! On my mpc8347 based board I can access 1GB of DDR with mapping 4 of 256MB ranges via IBAT\DBAT registers. But with the 2 GB of DDR it's impossible to map them with BATs (there are only 8 BATs in the e300 core and the rest 4 of them are already used). All the mpc83xx examples in the U-

Re: [U-Boot] Too Large patch

2008-12-30 Thread Mike Frysinger
On Tuesday 30 December 2008 05:47:13 Wolfgang Denk wrote: > In message <200812300317.55242.vap...@gentoo.org> you wrote: > > > I have a rather large patch that really is just one change just to a > > > lot of files so I do not want to split it up. > > > > > > What to do ?? It got rejected by the ma

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Alessandro Rubini
> So you're proposing to use Linux to copy U-Boot environment. But on a > new board (picked from the shelf) I don't have Linux and I should set > some U-Boot variables to run it. So you might prefer setting them as predefined in you configuration file, so when the u-boot binary finds no environm

[U-Boot] ARM: set up endianess

2008-12-30 Thread Roman Mashak
Hello my platform is ARM926EJS-based big-endian, therefore I have to configure endianess via co-processor C15 registers as quickly as possible. The best place I can see is in $(uboot)/cpu/arm926ejs/start.s, as it is where co-processor is being configured; here is what I came up with: cpu_init_cri

[U-Boot] [PATCH] make make quiet

2008-12-30 Thread kenneth johansson
Only print out the target name during make. For old style set V=1 Signed-off-by: kenneth johansson --- actual patch at http://www.4shared.com/file/78174399/3496e05d/0001-make-make-quiet.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
On 30 Dec 2008 at 11:52, Wolfgang Denk wrote: > Assuming both boards have the same configuration (or, more precisely, > at least the same size of environment and environment sectors), Yes, they are the same. > then > you can just read the sector(s) containing the environment from their > corre

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
On 30 Dec 2008 at 11:52, Wolfgang Denk wrote: > Assuming both boards have the same configuration (or, more precisely, > at least the same size of environment and environment sectors), Yes, they are the same. > then > you can just read the sector(s) containing the environment from their > corre

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread kenneth johansson
On Tue, 2008-12-30 at 11:48 +0100, Wolfgang Denk wrote: > Dear kenneth johansson, > > In message <1230625526.12143.24.ca...@duo> you wrote: > > > > For size reason this is a binary attachment. it uncompress to > > 244227 bytes and max for this list is 100k > > BINARY ATTACHMENT IGNORED. > > PL

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Wolfgang Denk
Dear "Giuseppe Modugno", In message <495a0644.29557.a68...@g.modugno.elettronika.it> you wrote: > > I have a board running U-Boot/Linux. U-Boot program, two U-Boot > environments, Linux kernel and root filesystem for Linux are stored > in a NOR Flash. > > I finished my developing process and no

Re: [U-Boot] [PATCH] make make quiet

2008-12-30 Thread Wolfgang Denk
Dear kenneth johansson, In message <1230625526.12143.24.ca...@duo> you wrote: > > For size reason this is a binary attachment. it uncompress to > 244227 bytes and max for this list is 100k BINARY ATTACHMENT IGNORED. PLEASE READ THE INSTRUCTIONS. Wolfgang Denk -- DENX Software Engineering G

Re: [U-Boot] Too Large patch

2008-12-30 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200812300317.55242.vap...@gentoo.org> you wrote: > > > I have a rather large patch that really is just one change just to a lot > > of files so I do not want to split it up. > > > > What to do ?? It got rejected by the mail administrator. > > summarize the change

[U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
I'm sorry if my question was already asked, but I didn't find an answer in the manual/FAQs/mailing list archive. I have a board running U-Boot/Linux. U-Boot program, two U-Boot environments, Linux kernel and root filesystem for Linux are stored in a NOR Flash. I finished my developing process

Re: [U-Boot] Spansion Flash File system

2008-12-30 Thread Wolfgang Denk
Dear "Naveen A", In message <89aa95750812292300h1ad8079m333ff5d4709af...@mail.gmail.com> you wrote: > > I need to support spansion flash file system to existing uboot - Das Uboot > 1.4. U-Boot 1.4 is *extremely* old. > To this end, I would like to know more about the Spansion Flash File System

Re: [U-Boot] Reg. working with uboot

2008-12-30 Thread Wolfgang Denk
Dear "Vanee S", In message <60e43c2d0812291945n72ced68fr344afc9f813f4...@mail.gmail.com> you wrote: > > I want to configure u-boot for Armadillo board. When i try make all i get > the error > Generating include/autoconf.mk > arm-linux-gcc: compilation of header file requested > make: *** [include

Re: [U-Boot] Spansion Flash File system

2008-12-30 Thread Marc Leeman
> I need to support spansion flash file system to existing uboot - Das Uboot > 1.4. You will not have much support for this version for development. It's rather old. > To this end, I would like to know more about the Spansion Flash File Systems > that I'm considering to use: "File System"? > S

[U-Boot] [PATCH] make make quiet

2008-12-30 Thread kenneth johansson
Only print out the target name during make. For old style set V=1 Signed-off-by: kenneth johansson --- For size reason this is a binary attachment. it uncompress to 244227 bytes and max for this list is 100k 0001-make-make-quiet.patch.gz Description: GNU Zip compressed data ___

Re: [U-Boot] Too Large patch

2008-12-30 Thread Mike Frysinger
On Tuesday 30 December 2008 03:08:43 kenneth johansson wrote: > I have a rather large patch that really is just one change just to a lot > of files so I do not want to split it up. > > What to do ?? It got rejected by the mail administrator. summarize the change and then compress & attach -mike

[U-Boot] [PATCH v4] easylogo: add optional gzip support

2008-12-30 Thread Mike Frysinger
Some images can be quite large, so add an option to compress the image data with gzip in the U-Boot image. Then at runtime, the board can decompress it with the normal zlib functions. Signed-off-by: Mike Frysinger --- v4 - redo error handling v3 - fix copyright - free bu

[U-Boot] Too Large patch

2008-12-30 Thread kenneth johansson
I have a rather large patch that really is just one change just to a lot of files so I do not want to split it up. What to do ?? It got rejected by the mail administrator. here is the diffstat - [PATCH] make make quiet Only print out the target name during m