Re: [U-Boot-Users] Taishan linker problem.

2008-02-21 Thread k b
> > Please keep the mailing list on Cc: !!! > Sorry that was a mistake. In regards to the problem i'm seeing i was looking through the changelog of 1.1.5 and the mentions fixing this problem. here's the link that shows the changelog http://svn.digium.com/view/aadk-old/u-boot/upstream/r614/u-b

Re: [U-Boot-Users] Temperature sensor on Sequoia board

2008-02-21 Thread Mike Nuss
Larry Johnson wrote: > > Hi Stefan and group, > > When I was checking the LM75/AD7414 driver using my Sequoia board, I > found that the AD7414 on the Sequoia does not appear to update its > temperature as its documentation describes. I had to reset U-Boot to > get the temperature reading to chan

[U-Boot-Users] Temperature sensor on Sequoia board

2008-02-21 Thread Larry Johnson
Hi Stefan and group, When I was checking the LM75/AD7414 driver using my Sequoia board, I found that the AD7414 on the Sequoia does not appear to update its temperature as its documentation describes. I had to reset U-Boot to get the temperature reading to change. Also, every since I have had th

Re: [U-Boot-Users] Taishan linker problem.

2008-02-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I'm using the taishan board. and have adding some test cmd on top of it and > here's what i see when i compile. ... > I'm using uboot 1.2.0. And looked around to see what this error meant looks > like it has to somethign with SIZEOF_HEADERS in the u-

[U-Boot-Users] Taishan linker problem.

2008-02-21 Thread k b
Hi, I'm using the taishan board. and have adding some test cmd on top of it and here's what i see when i compile. > make distclean && make clean && make taishan_config && make UNDEF_SYM=`/opt/montavista/pro/devkit/ppc/440/bin/ppc_440-objdump -x lib_generic/libgeneric.a board/amcc/taishan/lib

Re: [U-Boot-Users] ramdisk problem (once again?) - Solved

2008-02-21 Thread Miguel Angel Alvarez
Hi. I solved it. First of all I would like to thank Nethra. The solution was not the one in his mail (the bootflash parameter is the one I use when loading from flash which worked...), but an answer is always welcome. The question was that in my config file, I have defined CONFIG_CMDLINE_TAG,

[U-Boot-Users] [PATCH] LM75 bug fix for negative temperatures

2008-02-21 Thread Larry Johnson
When the LM75 temperature sensor measures a temperature below 0 C, the current driver does not perform sign extension, so the result returned is 256 C too high. This patch fixes the problem. Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> --- The patch was tested on the AMCC Sequoia board, which

[U-Boot-Users] [PATCH] LM73 bug fix for negative temperatures and cleanup

2008-02-21 Thread Larry Johnson
When the LM73 temperature sensor measures a temperature below 0 C, the current driver does not perform sign extension, so the result returned is 512 C too high. This patch fixes the problem, and does general cleanup of the code. Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> --- drivers/hwmon/

Re: [U-Boot-Users] [PATCH 3/5] [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines

2008-02-21 Thread Kumar Gala
On Feb 21, 2008, at 11:55 AM, Bartlomiej Sieka wrote: > From: Marian Balakowicz <[EMAIL PROTECTED]> > > Introducing routines for parsing new uImage format bootm arguments: > []# - configuration specification > []: - subimage specification > > New format images can contain multip

[U-Boot-Users] how to time/profile u-boot

2008-02-21 Thread Lakshminarasimhan Sampath
Hello, I am very new to u-boot, and my first task here is, I have to time u-boot to see how long it takes and which functions we can modify to make it faster, if possible and necessary. But, I am not sure if there is any way to profile u-boot. Can someone please help me in this? How can I get to s

[U-Boot-Users] [PATCH 5/5] [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds

2008-02-21 Thread Bartlomiej Sieka
From: Marian Balakowicz <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- common/cmd_fdc.c |2 +- common/cmd_usb.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_fdc.c b/common/cmd_fdc.c index c97abfb..9ddc59b 100644 --- a/comm

[U-Boot-Users] [PATCH 4/5] [new uImage] Rename and move print_image_hdr() routine

2008-02-21 Thread Bartlomiej Sieka
From: Marian Balakowicz <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- board/mpl/common/common_util.c |2 + common/cmd_bootm.c | 61 ++-- common/cmd_doc.c |2 + common/cmd_fdc.c |

[U-Boot-Users] [PATCH 3/5] [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines

2008-02-21 Thread Bartlomiej Sieka
From: Marian Balakowicz <[EMAIL PROTECTED]> Introducing routines for parsing new uImage format bootm arguments: []# - configuration specification []: - subimage specification New format images can contain multiple subimages of the same type. For example a single new format image fil

[U-Boot-Users] [PATCH 2/5] [new uImage] Add gen_get_image() routine

2008-02-21 Thread Bartlomiej Sieka
From: Marian Balakowicz <[EMAIL PROTECTED]> This routine assures that image (whether legacy or FIT) is not in a special dataflash storage. If image address is a dataflash address image is moved to system RAM. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- common/cmd_bootm.c | 22 +-

[U-Boot-Users] [PATCH 1/5] [new uImage] Pull in libfdt if CONFIG_FIT is enabled

2008-02-21 Thread Bartlomiej Sieka
From: Marian Balakowicz <[EMAIL PROTECTED]> New uImage format (Flattened Image Tree) requires libfdt functionality, print out error message if CONFIG_OF_LIBFDT is not defined. New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT). This commit turns it on by default. Signed-

[U-Boot-Users] [PATCH 0/5 RESEND] [new uImage] patchset4 - assorted patches

2008-02-21 Thread Bartlomiej Sieka
Addressed comments posted to the first version, dropped patch fixing fdt_support.c compilation with DEBUG enabled. Patches apply on top of new-image branch of the u-boot-testing, with recent master pulled. Original description: This patchset encompasses some clean-ups and fixes, and adds the new

[U-Boot-Users] [PATCH] Fix: MAINTAINER entry for the IDS8247 board.

2008-02-21 Thread Heiko Schocher
Hello, [IDS8247] update MAINTAINER entry. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 733b6ef..02520df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -338,7 +338,7 @@ Tr

[U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board.

2008-02-21 Thread Heiko Schocher
Hello, Rename the "scc" node in "ethernet" for the mgsuvd board. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- board/mgsuvd/mgsuvd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/mgsuvd/mgsuvd.c b/board/mgsuvd/mgsuvd.c index dd7d823..9fd164b 100644 --- a

[U-Boot-Users] Pull Request for u-boot-mpc86xx.git

2008-02-21 Thread Jon Loeliger
Wolfgang, I have now built, tested, debugged, and fixed a couple problems that were present in the v1.3.2-rc1 candidate for the MPC8610HPCD board. With these patchs below, both the MPC8610HPCD and MPC8641HPCN boards build and boot, and the sbc8641d builds (I can't test it). Please pick these up

Re: [U-Boot-Users] watchdog usage in U-Boot

2008-02-21 Thread w . wegner
Hi Wolfgang, On 21 Feb 2008 at 17:51, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > I want to use the watchdog in my MCF5373L board (which is > > supported by U-Boot using the MCF532x code). I find > > watchdog_init and so on but I did not see any of these being > > ca

Re: [U-Boot-Users] watchdog usage in U-Boot

2008-02-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I want to use the watchdog in my MCF5373L board (which is > supported by U-Boot using the MCF532x code). I find > watchdog_init and so on but I did not see any of these being > called anywhere from within U-Boot. However, when enabling How did you sea

[U-Boot-Users] Loading U-boot using BDI - PPC440GX Taishan Eval Board

2008-02-21 Thread Sean
Hi, I'm using the BDI config file for Taishan Eval Board from http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1. I verified all the values and they are fine. Any idea, what I'm missing here? taishan>unlock 0xfffc 0x2 2 Unlocking flash at 0xfffc # Invalid parameter for flash prog

[U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-02-21 Thread Stefan Roese
The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6: Yuri Tikhonov (1): Fix CPU POST test failure are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Michael Schwingen (1): CFI: Do not use uninitialized cmd_reset d

Re: [U-Boot-Users] [PATCH 3/6] [new uImage] Add gen_get_image() routine

2008-02-21 Thread Bartlomiej Sieka
Kumar Gala wrote: +/** + * gen_get_image - get image from special storage (if necessary) + * @img_addr: image start address + * + * gen_get_image() checks if provided image start adddress is located + * in a dataflash storage. If so, image is moved to a system RAM >>>

[U-Boot-Users] U-Boot 1.3.0 with atmel patch 1.5 -> tftpboot problem

2008-02-21 Thread Manuel Sahm
Hello, I uses the Atmel AT91SAM9260EK and want to install the uboot. The uboot starts correctly. When I type tftpboot the file isn?t copied from my host correctly to RAM !!! the board hung up !!! I tried it with a crossovercable and direct connection to the PC (then it works sometimes) but wit

[U-Boot-Users] watchdog usage in U-Boot

2008-02-21 Thread w . wegner
Hi, maybe this is again a stupid question, but I did not yet figure out about it myself, so maybe somebody could give me some pointers and/or correct my assumptions. I want to use the watchdog in my MCF5373L board (which is supported by U-Boot using the MCF532x code). I find watchdog_init and so

[U-Boot-Users] lwmon5: enable hardware watchdog

2008-02-21 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> Some boards (e.g. lwmon5) may use rather small watchdog intervals, so causing it to reboot the board if U-Boot does a long busy-wait with udelay(). Thus, for these boards we have to restart WD more frequently. This patch splits the busy-wait udelay() into s

[U-Boot-Users] [PATCH] ppc4xx: Support for ATI Radeon 9200 card on sequoia

2008-02-21 Thread Anatolij Gustschin
Adds configuration option for ATI Radeon 9200 card support to sequoia config file. If CONFIG_VIDEO is enabled, TEXT_BASE should be changed to 0xFFF8. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/configs/sequoia.h | 26 +- 1 files changed, 25 inse

[U-Boot-Users] Pull request: u-boot-freebsd

2008-02-21 Thread Rafal Jaworowski
The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20: Jean-Christophe PLAGNIOL-VILLARD (1): s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' are available in the git repository at: git://denx.de/git/u-boot-freebsd.git master Rafal Jaworowski (1):

Re: [U-Boot-Users] u-boot for MPC5121e

2008-02-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > >A precompiled version and source for it exist on the linux bsp > >distributed on freescales site. > > >The HEAD on u-boot git tree also works fine for this card. > > can i get the link to it...i tried to download i m facing some problems. See

[U-Boot-Users] Fix CPU POST test failure

2008-02-21 Thread Wolfgang Denk
From: Yuri Tikhonov <[EMAIL PROTECTED]> The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered by it. The gcc-4.2 with its more aggressive optimization exposes this fact. This patch just saves the CR value be

Re: [U-Boot-Users] u-boot for MPC5121e

2008-02-21 Thread Nethra
>A precompiled version and source for it exist on the linux bsp >distributed on freescales site. >The HEAD on u-boot git tree also works fine for this card. can i get the link to it...i tried to download i m facing some problems. Tnks, Nethra -- View this message in context: http://www.na