Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-04-12 Thread Mike Frysinger
On Sunday 13 April 2008, Grant Erickson wrote: > On 4/12/08 12:29 PM, Mike Frysinger wrote: > > On Friday 11 April 2008, Grant Erickson wrote: > >> When building against non-local, non-disk-backed file systems (e.g. NFS, > >> tmpfs), the u-boot build can iterate forever, attempting to re-generate >

Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-04-12 Thread Grant Erickson
On 4/12/08 12:29 PM, Mike Frysinger wrote: > On Friday 11 April 2008, Grant Erickson wrote: >> When building against non-local, non-disk-backed file systems (e.g. NFS, >> tmpfs), the u-boot build can iterate forever, attempting to re-generate >> "include/autoconf.mk". This occurs because $(VERSION_

[U-Boot-Users] [PATCH] Add support for AT91RM9200EK board

2008-04-12 Thread Ulf Samuelsson
Add support for the AT91RM9200EK Board. Signed-off-by: Ulf Samuelsson <[EMAIL PROTECTED]> diff -urN u-boot.cmp/board/atmel/at91rm9200ek/at91rm9200ek.c u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c --- u-boot.cmp/board/atmel/at91rm9200ek/at91rm9200ek.c 1970-01-01 01:00:00.0 +0100 +++ u-bo

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Guennadi Liakhovetski
On Sat, 12 Apr 2008, Fabio Estevam wrote: > I tried to load the kernel at 0x8080, but this is > what I get: > Hit any key to stop autoboot: 0 > => run bootargs_base bootargs_nfs > => tftp 8080 uImage > TFTP from server 10.29.244.101; our IP address is > 10.29.244.102 > Filename 'uImage'.

Re: [U-Boot-Users] [PATCH] Remove $(VERSION_FILE) from PHONY Target List

2008-04-12 Thread Mike Frysinger
On Friday 11 April 2008, Grant Erickson wrote: > When building against non-local, non-disk-backed file systems (e.g. NFS, > tmpfs), the u-boot build can iterate forever, attempting to re-generate > "include/autoconf.mk". This occurs because $(VERSION_FILE) (aka > ${ROOT}/u-boot/build/include/versio

[U-Boot-Users] [PATCH] Add build date environment variable

2008-04-12 Thread Ulf Samuelsson
Add environment for the date when U-Boot is built Signed-off-by: Ulf Samuelsson <[EMAIL PROTECTED]> diff -urN u-boot.cmp/Makefile u-boot/Makefile --- u-boot.cmp/Makefile 2008-04-12 20:56:58.0 +0200 +++ u-boot/Makefile 2008-04-12 21:06:23.0 +0200 @@ -42,6 +42,8 @@ export HOSTARC

[U-Boot-Users] [PATCH] Add support for Atmel flash

2008-04-12 Thread Ulf Samuelsson
Add ID codes for most recent Atmel NOR flashes Signed-off-by: Ulf Samuelsson <[EMAIL PROTECTED]> diff -urN u-boot.cmp/include/flash.h u-boot/include/flash.h --- u-boot.cmp/include/flash.h 2008-04-12 07:05:17.0 +0200 +++ u-boot/include/flash.h 2008-04-12 20:57:51.0 +0200 @@ -241,9

[U-Boot-Users] [PATCH] Reorder ARM boards in Makefile

2008-04-12 Thread Ulf Samuelsson
Rearrange ARM boards in Makefile so that ARM926EJ-S boards are no longer under ARM92xT header. Signed-off-by: Ulf Samuelsson <[EMAIL PROTECTED]> -- Best Regards Ulf Samuelsson diff -urN u-boot.cmp/Makefile u-boot/Makefile --- u-boot.cmp/Makefile 2008-04-12 07:05:14.0 +0200 +++ u-boot/Ma

[U-Boot-Users] [PATCH] Clean up dataflash partitioning

2008-04-12 Thread Ulf Samuelsson
This patch removes the board dependent parts from "drivers/mtd/dataflash.c". Each board relying on this, will have the appropriate code in a new file, "partition.c" in the board directory. board Makefiles updated to use the file. The dataflash partitions are aligned on sector/page boundaries. The

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Fabio Estevam
Hi Guennadi, I tried to load the kernel at 0x8080, but this is what I get: Hit any key to stop autoboot: 0 => run bootargs_base bootargs_nfs => tftp 8080 uImage TFTP from server 10.29.244.101; our IP address is 10.29.244.102 Filename 'uImage'. Load address: 0x8080 Loading: ###

[U-Boot-Users] [RFC] Create include/u-boot directory

2008-04-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I proposing to create an include directory name u-boot like it's done in linux (include/linux) where we put all relate u-boot headers except configs and asms dirs. It will allow us to be sure to be independent form the host system as example The

Re: [U-Boot-Users] [PATCH] Remove SEARCH_DIR from linker scripts

2008-04-12 Thread Richard Danter
On 11/04/2008, Kim Phillips <[EMAIL PROTECTED]> wrote: > On Fri, 11 Apr 2008 10:27:55 +0100 > "Richard Danter" <[EMAIL PROTECTED]> wrote: > > > Remove all SEARCH_DIR directives from linker scripts. > > > > Many of the linker scripts included SEARCH_DIR directives making the > > linker search f

[U-Boot-Users] [PATCH] gitignore: udpate stgit generated and .patch file

2008-04-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/.gitignore b/.gitignore index 7c56594..89e96f5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.patch # # Top-level generic files @@ -37,6 +38,7 @@ # stgit generated dirs patches-* +

[U-Boot-Users] How to add crypto library

2008-04-12 Thread venkatram ajmeera
Dear all, How to add crypto library to boot loader for arm based hynix processor . for any clarifiaction about question don't hesitate ask me With Regards, A.Venkatram. - This SF.net email is sponsored by the 2008 JavaOne(SM

[U-Boot-Users] [PATCH 2/2] Use watchdog-aware functions when calculating hashes of images

2008-04-12 Thread Bartlomiej Sieka
Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- common/image.c | 43 +-- include/image.h | 17 +++-- lib_generic/crc32.c |1 + lib_generic/md5.c |4 lib_generic/sha1.c |4 5 files changed, 33 inserti

[U-Boot-Users] [PATCH 1/2] Add support for calulacting hashes with watchdog triggering

2008-04-12 Thread Bartlomiej Sieka
Implement watchodg-aware variants of hash calculation functions: - crc32_wd() - md5_wd() - sha1_csum_wd() The above functions calculate the hash of the input buffer in chunks, triggering the watchdog after processing each chunk. The chunk size is given as a function call parameter. Signed-off-by:

[U-Boot-Users] [PATCH 0/2] Calculate image hashes with watchdog triggering

2008-04-12 Thread Bartlomiej Sieka
Hash calculation of an image can be a time consuming operation, with the possibility of making the hardware watchdog (if present/enabled) expire in the middle. Add watchdog-aware hash calculation functions and make image hash calculation use them. --- Bartlomiej Sieka (2): Use watchdog-aware

Re: [U-Boot-Users] drivers MMCplus for at91sam9x

2008-04-12 Thread Pierre Ossman
On Fri, 11 Apr 2008 13:54:13 -0500 [EMAIL PROTECTED] wrote: > > The manual for the AT91SAM926x processors clearly states that the > MCI controller supports MMC 2.2. I asked Atmel whether this controller > could support 4 bits to an MMC 4.x chip and they said _no_. The answer > is supposedly fr

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Guennadi Liakhovetski
On Fri, 11 Apr 2008, Fabio Estevam wrote: > I am using U-boot 1.3.2 with the MX31ADS patches > posted by Guennadi Liakhovetski. > > I would like to load the zImage kernel from Freescale > Linux BSP via TFTP and mount the rootfs via NFS. You nead a uImage. Just use the same kernel sources and do

Re: [U-Boot-Users] [PATCH 1/2] add MPC8343 based board mvBlueLYNX-M7 aka mvblm7

2008-04-12 Thread André Schwarz
Kim, thanks a lot for the patience - I'm sorry for the bad shape of my patch and will try to improve. regards, André Kim Phillips wrote: On Fri, 11 Apr 2008 22:02:38 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: Kim, please review this resubmitted patch with changes as you have reques

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

2008-04-12 Thread Stefan Roese
The following changes since commit 950a392464e616b4590bc4501be46e2d7d162dea: Wolfgang Denk (1): Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Guennadi Liakhovetski (1):