Re: [U-Boot-Users] RFC: U-Boot version numbering

2008-08-04 Thread Martin Krause
[EMAIL PROTECTED] wrote on : > Kumar Gala wrote: > > On Aug 1, 2008, at 10:32 AM, Wolfgang Denk wrote: > > > > > > > Hello, > > > > > > I would like to get your general opinion about changing the > > > U-Boot version numbering scheme. > > > > > > To be honest, I never really understood myse

Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new boardwith i.MX31 processor

2008-07-10 Thread Martin Krause
ething back to the great U-Boot community which is hopefully useful for many other users). Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsgericht Muenchen, HRB 105 018, UST-IdNr. DE 811 607 913 Geschaeftsfuehrer: Dipl.-Ing. (FH) Detlef Schneider, Dipl.

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Martin Krause
ing for TQM5200 board... textdata bss dec hex filename 326532 32464 315024 674020 a48e4 ./u-boot [EMAIL PROTECTED]:~/git/u-boot_denx> But why did I get the warning without the patch and you not (both build with ELDK4.1 and top-of-U-Boot)? Best Regards, Martin Krause

Re: [U-Boot-Users] build failure in tools - missing CFG_ENV_SIZE ?

2008-06-06 Thread Martin Krause
tion of function `memset' textdata bss dec hex filename 326532 32456 315024 674012 a48dc ./u-boot [EMAIL PROTECTED]:~/git/u-boot_denx> I don't know, why I get the warnings (they appeared first several weeks ago, and I get it for every build, since then). But

Re: [U-Boot-Users] U-Boot NAND driver for s3c6400

2008-05-30 Thread Martin Krause
amsung with the SMDK6400. It is based on U-Boot 1.1.6 and boots from NAND, but I guess you already have this code? Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsgericht Muenchen, HRB 105 018, UST-IdNr. DE 811 607 913 Geschaeftsfuehrer: Dipl.-Ing. (FH) D

Re: [U-Boot-Users] Jffs2 root file system on imx21ads board

2008-05-06 Thread Martin Krause
be a good idea to ask your question on a more linux related list. For example on [EMAIL PROTECTED] Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsgericht Muenchen, HRB 105 018, UST-IdNr. DE 811 607 913 Geschaeftsfuehrer: Dipl.-Ing. (FH) Detlef Sc

Re: [U-Boot-Users] How to set CPU speed to 266mhz s3c2410?

2008-04-23 Thread Martin Krause
oard/smdk2410/smdk2410.c. The MPLL Clock (and thus the derived CPU clock FCLK) is configured via the PLL divider values MDIV, PDIV and SDIV. For a detailed description take a look into the S3C2410 datasheet (search for the MPLL register in the chapter Clock & Power Management). Regards, Mart

Re: [U-Boot-Users] [PATCH v2] IDE: fix bug in reset sequence

2008-04-18 Thread Martin Krause
y) without generating a new message ID (and without copy- and pasteing the new patch in the reply email)? Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsgericht Muenchen, HRB 105 018, UST-IdNr. DE 811 607 913 Geschaeftsfuehrer: Dipl.-Ing. (FH

Re: [U-Boot-Users] I2C @ MPC8343

2008-04-10 Thread Martin Krause
For testing you could try a lower bus clock >> (10 kHz for example). > > > rise time is ~200ns. This should definitely be fast enough (for 100 kHz) Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsgericht Muenchen, HRB 105 018,

Re: [U-Boot-Users] I2C @ MPC8343

2008-04-10 Thread Martin Krause
t; > After some tries (i2c md ..) the bus hangs and no more transactions > can > be seen on the bus. One reason for a hanging bus could be a lost clock pulse. This could happen, if the low->high rise time of the bus signal is longer than the clock pulse width. For testing you coul

[U-Boot-Users] [PATCH v2] IDE: fix bug in reset sequence

2008-04-04 Thread Martin Krause
art iCF2000+ - 4 GiB CF SMI 20070312 (labeled with Platinum) - 4 GiB CF Sony NCFB4G - 40 GiB HDD Hitachi Travelstar IC25N040ATCS0-4 Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- Hi Jean-Christophe, thanks for your response! I've tested the patch with all IDE devices I found. It wou

Re: [U-Boot-Users] Pointer to similar board?

2008-04-03 Thread Martin Krause
Hi, PatM wrote on Thursday, April 03, 2008 5:01 PM: > Oops, you caught me 8) Its the CS8900, not built in. > > When I compile the kernel as a zImage (changing mach_types entry for > SMDK2410 to my unit's ID) it has no problem talking to the serial port > at ttySAC0. Using the SMDK2410 for u-boot

[U-Boot-Users] [PATCH] TQM5200: fix default IDE reset level

2008-04-03 Thread Martin Krause
permanently. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- board/tqm5200/tqm5200.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index e67145e..3715267 100644 --- a/board/tqm5200/tqm5200.c +++ b/board/tqm5200/tqm

[U-Boot-Users] [PATCH] IDE: fix bug in reset sequence

2008-04-03 Thread Martin Krause
m 4 GiB CF card is not recognised properly on boards with a TQM5200 (STK52xx, TB5200). Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- common/cmd_ide.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 8ace970..f9cd4

Re: [U-Boot-Users] Pointer to similar board?

2008-04-02 Thread Martin Krause
Hi, [EMAIL PROTECTED] wrote on Thursday, April 03, 2008 3:37 AM: > I've been trying to get Das u-boot going on my S3C2410 based board and > had no luck so far. Just trying to get something over the serial port > for now. I have a Wiggler to JTAG the initial u-boot.bin > > Part of the problem is

[U-Boot-Users] Pull request: u-boot-tq-group.git

2008-03-19 Thread Martin Krause
The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe: Yuri Tikhonov (1): lwmon5: Fix register test logic to match the specific GDC h/w. are available in the git repository at: git://www.denx.de/git/u-boot-tq-group.git master Martin Krause (1): TQM5200B

[U-Boot-Users] [PATCH] TQM5200B: update MTD partition layout

2008-03-10 Thread Martin Krause
- insert partition for dtb blob to TQM5200B MTD layout - set env variables dependent on the configured board (TQM5200 or TQM5200B) Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- include/configs/TQM5200.h | 21 - 1 files changed, 16 insertions(+), 5 del

Re: [U-Boot-Users] [PATCH] Add flash programming counter]

2008-03-06 Thread Martin Krause
[EMAIL PROTECTED] wrote on : > On Wednesday 05 March 2008, York Sun wrote: > > Add flash programming counter. It prints how many KB has been > > programmed in case you suspect it hangs when programming large > > files. [...] > + if (!((count - cnt) % (1 << 14))) > +

[U-Boot-Users] [PATCH] TQM5200: use automatic fdt memory fixup

2008-02-25 Thread Martin Krause
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, TB5200 and TB5200_B to fixup the /memory node with the memory values detected by U-Boot. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- I forgot to include the header file. Please ignore the first version of the patc

[U-Boot-Users] [PATCH] TQM5200: use automatic fdt memory fixup

2008-02-25 Thread Martin Krause
Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, TB5200 and TB5200_B to fixup the /memory node with the memory values detected by U-Boot. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> -- I consider this patch as bugfix, since linux 2.6 will not boot on boards with less

[U-Boot-Users] [PATCH] TQM5200: fix bug in SDRAM initialization code

2008-02-25 Thread Martin Krause
, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> -- Forget the first patch please. I confused flash with SDRAM in the comment ... --- board/tqm5200/tqm5200.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff -

[U-Boot-Users] [PATCH] TQM5200: fix bug in SDRAM initialization code

2008-02-25 Thread Martin Krause
, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c. Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- board/tqm5200/tqm5200.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index 905a043..8c3f701 100644

Re: [U-Boot-Users] Delete all env vars except read onlys

2008-02-18 Thread Martin Krause
because all our different boards could be reseted to a known state with the same command. > > to reset the environment to the (compiled in) default settings. > > One might even consider something like > > => env clear all > > to blow away the whole env, including

Re: [U-Boot-Users] [PATCH] TQM834x: clean up configuration

2008-02-15 Thread Martin Krause
[EMAIL PROTECTED] wrote on : > Get board name consistent with Linux and elsewhere; > get rid of local network definitions etc. > > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- Acked-by: Martin Krause tqs.de> I've not tested the patch actually, but the c

Re: [U-Boot-Users] Fix interrupt sub mask on S3C2410, Fix clock calculation for S3C2410 cpu.

2008-01-31 Thread Martin Krause
t't run on this board. I only posted the bugfix patches, because they may be helpful for others. Under U-Boot 1.1.6 the patches do work very well since nearly a year now on the trab2 board. I see no reason why they shouldn't work under the current U-Boot (if they still aplly cleanly),

Re: [U-Boot-Users] sprintf in standalone

2008-01-30 Thread Martin Krause
Exception means? Maybe 40004 is not the correct entry point. The entry point may change after modifying the standalone application, see: http://www.denx.de/wiki/view/DULG/MyStandaloneProgramDoesNotWork Best Regards, Martin Krause -- TQ-Systems GmbH Muehlstrasse 2, Gut Delling, D-82229 Seefeld Amtsge

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-23 Thread Martin Krause
t is tracking the content, not the commit ID. I disagree, see above. > > I tried this already some time ago (merging my u-boot-tq-group > > master branch, instead of rebasing) and get totally lost in a > > screwed up history. But maybe I did something wrong. > > Most pro

Re: [U-Boot-Users] Revised custodian git writeup

2008-01-23 Thread Martin Krause
(merging my u-boot-tq-group master branch, instead of rebasing) and get totally lost in a screwed up history. But maybe I did something wrong. Best Regards, Martin Krause - This SF.net email is sponsored by: Microsoft Defy a

Re: [U-Boot-Users] How to patch u-boot?

2008-01-22 Thread Martin Krause
new code breaks any >of the old code. It has actually come to a point where I'd I would not raise any objections, if the trab board will not be supported by future U-Boot versions. I can't speak for other S3C2400 boards, but AFAIK the p