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
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 *
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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-
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
> 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
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
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.
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
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
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
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
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
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
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
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
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
> 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
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
___
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
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
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
37 matches
Mail list logo