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
>
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_
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
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'.
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
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
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
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
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
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:
###
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
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
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-*
+
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
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
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:
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
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
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
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
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):
21 matches
Mail list logo