Re: [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get touched

2008-03-27 Thread Stefan Roese
Hi Wolfgang, On Wednesday 26 March 2008, Wolfgang Denk wrote: snip + WARNING: Please make sure that this value is a multiple of + the Linux page size (normally 4k). If this is not the case, + then the end address of the Linux memory will be located at a +

Re: [U-Boot-Users] [PATCH] ppc4xx: Don't use last 256 bytes of SDRAM, workaround for 440EPx CHIP 11 errata

2008-03-27 Thread Stefan Roese
On Thursday 27 March 2008, Larry Johnson wrote: Yes, we normally use ECC modules in our testing. I've been looking at a patch for initdram() Denali SPD, but I've been waiting to see how your CFG_MEM_TOP_HIDE patch would turn out. As things stand now, can I assume that boards using the Denali

[U-Boot-Users] problem in compiling the uboot for my BF537 EZKITLITE

2008-03-27 Thread dinesh babu
hi guys . i need to port uclinux to blackfin processor . so i have successfully compilied uclinux taken from *web *www.blackfin.uclinux.org. but i neet uboot for porting the images of uclinux from the host to the processor. so i have downloaded the uboot release u-boot-1.1.6-2008R1 from

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Liu Dave
I'm running Ubuntu and am getting this errors too. Even without enabling CONFIG_FIT: When I build MPC8360EMDS/MPC837XEMDS on Ubuntu, the same error happen to me. Thanks, Dave - Check out the new SourceForge.net

[U-Boot-Users] [PATCH] ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear

2008-03-27 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- cpu/ppc4xx/interrupts.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cpu/ppc4xx/interrupts.c b/cpu/ppc4xx/interrupts.c index 698bcb5..8620e2b 100644 --- a/cpu/ppc4xx/interrupts.c +++ b/cpu/ppc4xx/interrupts.c @@

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Dave Liu
I'm running Ubuntu and am getting this errors too. Even without enabling CONFIG_FIT: When I build the MPC837XEMDS/MPC8360EMDS on Ubuntu, I happen the same error. - Check out the new SourceForge.net Marketplace. It's the

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Haavard Skinnemoen
On Wed, 26 Mar 2008 17:31:40 +0100 Bartlomiej Sieka [EMAIL PROTECTED] wrote: BTW: were you able to compile the tools/ directory for the above board? If yes, what were the differences versus the failing build you posted in your other email? Ah, sorry. I sent a patch, but didn't realize it went

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Stefan Roese
On Thursday 27 March 2008, Haavard Skinnemoen wrote: BTW: were you able to compile the tools/ directory for the above board? If yes, what were the differences versus the failing build you posted in your other email? Ah, sorry. I sent a patch, but didn't realize it went only to Wolfgang.

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Dave Liu
Ah, sorry. I sent a patch, but didn't realize it went only to Wolfgang. Here it is. Thanks, the patch works for me. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Roy Zang
Before applying this patch, I encounter the same issue as Stefan on mpc8544 and mpc8548 boards. After applying this patch, they are OK. This patch should be applied ASAP, which affetcs boundle of boards. Roy On Thu, 2008-03-27 at 17:01 +0800, Stefan Roese wrote: On Thursday 27 March 2008, Haavard

Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c

2008-03-27 Thread Luigi 'Comio' Mantellini
This patch seems incompatible with cf547x/548x cpus because the cpu specific global data doesn't define the i2c1_clk / i2c2_clk attributes. Best regards, luigi On ven, 2008-03-14 at 17:45 -0500, Timur Tabi wrote: Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying

Re: [U-Boot-Users] [PATCH v2] PPC440EPx: Reconfigure PLL for 667MHz processor

2008-03-27 Thread Stefan Roese
On Wednesday 20 February 2008, Mike Nuss wrote: On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured after startup to change the speed of the clocks. This patch adds the option CFG_PLL_RECONFIG. If this option is set to 667, the CPU initialization code will reconfigure the

Re: [U-Boot-Users] [PATCH] PPC405EP Set EMAC noise filter bits

2008-03-27 Thread Stefan Roese
On Thursday 20 March 2008, Markus Brunner wrote: This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.

Re: [U-Boot-Users] [PATCH] Updates to Korat-specific code

2008-03-27 Thread Stefan Roese
On Monday 17 March 2008, Larry Johnson wrote: This patch contains updates for changes for the Korat PPC440EPx board. These changes include: (1) Support for permanent and upgradable copies of U-Boot, as described in the new doc/README.korat file; (2) a new memory map for the registers in the

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:16 Wed 26 Mar , Wolfgang Denk wrote: Hello everybody, now that the new image format has been merged into mainline, I propose that we make it mandatory for all newly added boards. That means, that each new board that gets added shall at least contain I'll personnaly do it

Re: [U-Boot-Users] [PATCH v4 8/9] ata: add the readme for SATA command line

2008-03-27 Thread Dave Liu
Thanks, gvb. On Wed, 2008-03-26 at 23:25 +0800, Jerry Van Baren wrote: Hi Dave, Proposed English polishing. Best regards, gvb Dave Liu wrote: Signed-off-by: Dave Liu [EMAIL PROTECTED] --- doc/README.sata | 69 +++ 1

[U-Boot-Users] [PATCH] ppc4xx: Enable ECC on LWMON5

2008-03-27 Thread Stefan Roese
Since all ECC related problems seem to be resolved on LWMON5, this patch now enables ECC support. We have to write the ECC bytes by zeroing and flushing in smaller steps, since the whole 256MByte takes too long for the external watchdog. Signed-off-by: Stefan Roese [EMAIL PROTECTED] ---

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

2008-03-27 Thread Stefan Roese
The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Larry Johnson (1):

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Peter Pearse
-Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 20:08 To: Guennadi Liakhovetski Cc: u-boot-users@lists.sourceforge.net; Wolfgang Denk; Peter Pearse Subject: Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver Hi Guennadi,

Re: [U-Boot-Users] [PATCH v4 0/9] SATA framework and Freescale SATA controller support

2008-03-27 Thread Dave Liu
Applied, but please provide new (incremental) patches to fix the following remaining issues: doc/README.sata: Please apply Jerry Van Baren's proposed English polishing. done. drivers/block/ata_piix.h: Please add a file header which contains appropriate copyright

[U-Boot-Users] Request

2008-03-27 Thread Gautham K
Hi Guys/Gals, I am Gautham here, I am trying to port bootloader to PXA255 , I am using UBOOT version 1.2 , lowlevel initialization is over and i am getting the blink, but serial port is not working at all. Please help me out in this case. With Regards, Gautham

[U-Boot-Users] [PATCH 1/3] doc: english polishing for README.sata

2008-03-27 Thread Dave Liu
according to gvb's suggestion, polishing for the doc. Signed-off-by: Jerry Van Baren [EMAIL PROTECTED] Signed-off-by: Dave Liu [EMAIL PROTECTED] --- doc/README.sata | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/README.sata b/doc/README.sata

[U-Boot-Users] [PATCH 2/3] drivers: clean up the ata_piix.h

2008-03-27 Thread Dave Liu
Signed-off-by: Dave Liu [EMAIL PROTECTED] --- drivers/block/ata_piix.h | 26 +++--- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/drivers/block/ata_piix.h b/drivers/block/ata_piix.h index ed2e4d5..f9f0194 100644 --- a/drivers/block/ata_piix.h +++

[U-Boot-Users] [PATCH 3/3] drivers: code clean up

2008-03-27 Thread Dave Liu
Signed-off-by: Dave Liu [EMAIL PROTECTED] --- drivers/block/libata.c | 36 ++-- include/sata.h |5 + 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/drivers/block/libata.c b/drivers/block/libata.c index bbe16a2..90e9a43 100644 ---

[U-Boot-Users] New Image format: headers hashes.

2008-03-27 Thread Luigi 'Comio' Mantellini
Hi Guys, I ask you fro a comment regarding the new image format. I'm studying the mkimage code (and image.c file) to understand how new image works. I have the following observations/questions: - The mkimage calculate hashes before that timestamp is added to image. is it better exchange the

[U-Boot-Users] [PATCH] get_vfatname

2008-03-27 Thread michael
Hi, I find a problem related to the get_vfatname function. This is my proposal patch. Regards Michael Check if the entry is a valid dir_slot entry, otherwise it is a dentry and the name has to be taken by the get_name function Signed-off-by: michael trimarchi [EMAIL PROTECTED] ---

[U-Boot-Users] [PATCH] Fix host tool build breakage, take two

2008-03-27 Thread Bartlomiej Sieka
Revert commit 87c8431f and fix build breakage so that the build continues to work on FC systems. Signed-off-by: Bartlomiej Sieka [EMAIL PROTECTED] --- Patch tested on FC and kubuntu. Could people that reported Haavard's patch fixing the build for them try this one out and report back? diff --git

[U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Stefan Roese
: Linux-2.6.25-rc7-next-20080327-d Created: 2008-03-27 13:51:18 UTC Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size:1288643 Bytes = 1.2 MB Load Address: Entry Point: Verifying Checksum ... OK Uncompressing Kernel Image ... OK

Re: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Bartlomiej Sieka
Legacy Image at 0020 ... Image Name: Linux-2.6.25-rc7-next-20080327-d Created: 2008-03-27 13:51:18 UTC Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size:1288643 Bytes = 1.2 MB Load Address: Entry Point: Verifying

Re: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Stefan Roese
On Thursday 27 March 2008, Bartlomiej Sieka wrote: ## Booting kernel from Legacy Image at 0020 ... Image Name: Linux-2.6.25-rc7-next-20080327-d Created: 2008-03-27 13:51:18 UTC Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size:1288643 Bytes

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Peter Pearse
-Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 13:57 To: Peter Pearse Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver Hi Peter,

Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c

2008-03-27 Thread Timur Tabi
Luigi 'Comio' Mantellini wrote: This patch should resolve the compilation issues on 547x/548x cpus. Sorry, I didn't even think to check for anything outside of PowerPC. I had no idea m68k used fsl_i2c.c. @@ -47,6 +47,9 @@ typedef struct global_data { unsigned long vco_clk;

Re: [U-Boot-Users] [PATCH] get_vfatname

2008-03-27 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: I find a problem related to the get_vfatname function. This is my proposal patch. What exactly is the preoblem? Is there a test case that can reproduce the problem? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] Xilinx Spartan3 CRC error during FPGA load

2008-03-27 Thread Matthias Fuchs
Hi, I am using slave serial mode with a Spartan 3E FPGA on the PMC440 board. Please see board/esd/pmc440/fpga.c. I have no problem. May I ask how you created the .bit file? You should not use a 'prom' file. prom files can have a swapped bit order. Matthias On Wednesday 26 March 2008 11:24,

Re: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Markus Klotzbücher
Stefan Roese [EMAIL PROTECTED] writes: On Thursday 27 March 2008, Bartlomiej Sieka wrote: The image got overwritten during decompression. Try loading the image at a higher address. Right. This works. But I'm wondering why this is the case, since old U-Boot can decompress to this

Re: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Stefan Roese
On Thursday 27 March 2008, Markus Klotzbücher wrote: Right. This works. But I'm wondering why this is the case, since old U-Boot can decompress to this destination successfully. This is quite annoying, since now I have to change all default env variables for this new legacy bootm command.

[U-Boot-Users] urgent....

2008-03-27 Thread Karthikeyan Kadirvel, Chennai
Hai, I am configuring the u-boot for mcf54452. I am having the u-boot code of mcf54455EVB. There is no configuration for SPI In the EVB. I have to configure the SPI with EEPROM In my target board. I am following the READ ME file. We have to define some macro to configure the SPI and EPROM. I

Re: [U-Boot-Users] New Image format: headers hashes.

2008-03-27 Thread Luigi 'Comio' Mantellini
On gio, 2008-03-27 at 12:13 +0100, Luigi 'Comio' Mantellini wrote: - The mkimage calculate hashes before that timestamp is added to image. is it better exchange the order of these operations (before add timestamp then calculate hashes)? - Does the new format assure that the complete

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Sascha Hauer
On Thu, Mar 27, 2008 at 10:39:38AM -, Peter Pearse wrote: -Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 20:08 To: Guennadi Liakhovetski Cc: u-boot-users@lists.sourceforge.net; Wolfgang Denk; Peter Pearse Subject: Re: [U-Boot-Users]

[U-Boot-Users] [PATCH v2] Introduce phys_size_t and move phys_addr_t into asm/types.h

2008-03-27 Thread Kumar Gala
Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's that have larger physical addresses like 44x, 85xx, and 86xx. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- include/asm-arm/io.h |2 -- include/asm-arm/types.h|3 +++ include/asm-avr32/io.h |2

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Tim Braun
Peter Pearse wrote: By coding style I mean the nasty macros, not stuff like brackets and whitespace. If the code was more readable and addressed the bus width differences between chips, this would probably go in quickly. I'll have another look to see if I can be more helpful rather than

[U-Boot-Users] board config u-boot

2008-03-27 Thread karim sahli
hi! i want to add a new board config on my u-boot 1.2.0 how can i do? (my board is based on the kb9202 board) thank you - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just

Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c

2008-03-27 Thread Liew Tsi Chung
547x/548x are not the only ColdFire affected, 5235, 5373, 5275, 5329, 54455, 52277, and 5271 are required to update as well. -Original Message- From: Tabi Timur Sent: Thursday, March 27, 2008 9:46 AM To: Luigi 'Comio' Mantellini Cc: U-boot-Users; Liew Tsi Chung Subject: Re:

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Ben Warren
Thanks Sascha, Sascha Hauer wrote: On Thu, Mar 27, 2008 at 10:39:38AM -, Peter Pearse wrote: -Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 20:08 To: Guennadi Liakhovetski Cc: u-boot-users@lists.sourceforge.net; Wolfgang Denk; Peter Pearse

[U-Boot-Users] ppc4xx: gpio setup broken for ppc405ep

2008-03-27 Thread M B
Hi, I found some bugs for the gpio setup for ppc405ep and was about to fix them. After i fixed them (for 405ep) I realised that it's rather impossible to have a function like gpio_set_chip_configuration to setup the gpios for all ppc4xx, without turning it into ifdef hell. Even worse you can't

Re: [U-Boot-Users] board config u-boot

2008-03-27 Thread Kim Phillips
On Thu, 27 Mar 2008 18:28:57 +0100 karim sahli [EMAIL PROTECTED] wrote: hi! i want to add a new board config on my u-boot 1.2.0 how can i do? (my board is based on the kb9202 board) thank you see U-Boot Porting Guide in the README. (and upgrade from 1.2.0) Kim

Re: [U-Boot-Users] [PATCH v2 4/7] add SMSC LAN9x1x Network driver

2008-03-27 Thread Nick Droogh
Hi Everyone, Would this driver work with the LAN9218 chip as well? Nick Ben Warren wrote: Thanks Sascha, Sascha Hauer wrote: On Thu, Mar 27, 2008 at 10:39:38AM -, Peter Pearse wrote: -Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: 26 March 2008

Re: [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get touched

2008-03-27 Thread Larry Johnson
Stefan Roese wrote: On Thursday 27 March 2008, Larry Johnson wrote: +- CFG_MEM_TOP_HIDE (PPC only): + If CFG_MEM_TOP_HIDE is defined in the board config header, + this specified memory area will get subtracted from the top + (end) of ram and won't get touched at

[U-Boot-Users] [PATCH v2] mpc8323erdb: fix EEPROM page size and get MAC from EEPROM

2008-03-27 Thread Michael Barkowski
This patch fixes eeprom page size so that you can now write more than 64 bytes at a time. It also makes the board take MAC addresses, if found, from EEPROM. User should place up to 4 addresses at offset 0x7f00, for eth{,1,2,3}addr. Any unused addresses should be zero. This group of four

Re: [U-Boot-Users] [PATCH] ppc4xx: Don't use last 256 bytes of SDRAM, workaround for 440EPx CHIP 11 errata

2008-03-27 Thread Larry Johnson
Stefan Roese wrote: On Thursday 27 March 2008, Larry Johnson wrote: Yes, we normally use ECC modules in our testing. I've been looking at a patch for initdram() Denali SPD, but I've been waiting to see how your CFG_MEM_TOP_HIDE patch would turn out. As things stand now, can I assume that

Re: [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get touched

2008-03-27 Thread Jerry Van Baren
Larry Johnson wrote: [snip] BTW, there is no general agreement on whether the word that in the preceding sentence is correct. While I prefer it, some believe the word which should be used instead. English is such a complicated language, even for native speakers, that I am always amazed at

Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c

2008-03-27 Thread Liew Tsi Chung
Yes. Thanks. Regards, TsiChung -Original Message- From: Tabi Timur Sent: Thursday, March 27, 2008 12:51 PM To: Liew Tsi Chung Cc: Luigi 'Comio' Mantellini; U-boot-Users Subject: Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c Liew Tsi Chung wrote:

Re: [U-Boot-Users] Current U-Boot doesn't boot device tree enabled kernel anymore

2008-03-27 Thread Bartlomiej Sieka
Stefan Roese wrote: On Thursday 27 March 2008, Bartlomiej Sieka wrote: ## Booting kernel from Legacy Image at 0020 ... Image Name: Linux-2.6.25-rc7-next-20080327-d Created: 2008-03-27 13:51:18 UTC Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size

Re: [U-Boot-Users] Build Iterates Indefinitely on Generating include/autoconf.mk

2008-03-27 Thread Grant Erickson
On 3/26/08 4:52 PM, Grant Erickson wrote: While I generally develop against local file systems only, today I did a build against an NFS mounted file system and encountered new behavior in the u-boot build that I had never before seen. That is, an indefinite iteration on Generating

Re: [U-Boot-Users] Build Iterates Indefinitely on Generating include/autoconf.mk

2008-03-27 Thread Dave Korn
Grant Erickson wrote on : On 3/26/08 4:52 PM, Grant Erickson wrote: While I generally develop against local file systems only, today I did a build against an NFS mounted file system and encountered new behavior in the u-boot build that I had never before seen. That is, an indefinite

Re: [U-Boot-Users] [PATCH] ColdFire: Assign version_string as data section in start.S

2008-03-27 Thread Liew Tsi Chung
Wolfgang, In message [EMAIL PROTECTED] you wrote: The compiler does not place the .ascii in start.S to data section, instead it put in under text section. This is an issue where it This is intentional on most architectures. What exactly is your problem? Apparently, it is not the case in

Re: [U-Boot-Users] Release status - open patches, pull requests etc.

2008-03-27 Thread Dirk Behme
Wolfgang Denk wrote: Hi everybody, as you are probably aware of, we have only 4 more days with an open merge window left (the merge window for 1.3.3 is open until Mar 31, 23:59:59 MET). I think I have now applied (or rejected) all patches I felt responsible for myself, i. e.

Re: [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get touched

2008-03-27 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Yeah, Wolfgang has corrected my English more than once. :-D Really? That must have been by accident, then. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

Re: [U-Boot-Users] Build Iterates Indefinitely on Generating include/autoconf.mk

2008-03-27 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Maybe `.LOW_RESOLUTION_TIME' could help? Also, it might be worth trying a run with the -d flag, in case it shows up why make thinks include/autoconf.mk is never up-to-date; it might be informative to know WRT what precisely make thinks it is

Re: [U-Boot-Users] [PATCH] ColdFire: Assign version_string as data section in start.S

2008-03-27 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This is intentional on most architectures. What exactly is your problem? Apparently, it is not the case in ColdFire compilers. The ColdFire compilers always put the version_string in text section if .data is not declared and shows build error in

Re: [U-Boot-Users] Release status - open patches, pull requests etc.

2008-03-27 Thread Wolfgang Denk
Dear Dirk, in message [EMAIL PROTECTED] you wrote: Please come forward now if you have submitted any patches that should go into 1.3.3 but are not in the master branch yet. I don't know Peter's planning, and yes, as it is ARM, Wolfgang you are not responsible for it. But it would be

Re: [U-Boot-Users] New Image format: headers hashes.

2008-03-27 Thread Luigi 'Comio' Mantellini
Continuing my monologue: An observation about the fit_image_check_hashes and fit_image_set_hashes functions: - The hashes protect only the data sections of the image nodes... ignoring the others fields (like load, entry, etc...). I don't like this :S I think that the hash values must protect all

Re: [U-Boot-Users] [PATCH] ColdFire: Assign version_string as data section in start.S

2008-03-27 Thread Liew Tsi Chung
Wolfgang, Maybe just adding some .align directive helps? The example provided for 8xx or others, there is an offset alignment after CONFIG_IDENT_STRING - . = EXC_OFF_SYS_RESET. In fact, it works after adding .align 4 after CONFIG_IDENT_STRING. Thanks. Regards, TsiChung

[U-Boot-Users] NOR flash S29WS-N: buffered write doesn't work

2008-03-27 Thread Guennadi Liakhovetski
Hi all I've got the following problem: on a system with the Spansion S29WS256N NOR flash the buffered write mode doesn't work. Attempts to use CFG_FLASH_USE_BUFFER_WRITE produce Writing to Flash... Flash buffer write timeout at address a1ff8000 data 86c686c6Timeout writing to Flash