Home
last modified time | relevance | path

Searched hist:"65 f6f07b" (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/examples/standalone/
H A D.gitignore65f6f07b Thu Jul 23 15:37:03 CDT 2009 Mike Frysinger <vapier@gentoo.org> atmel_df_pow2: standalone to convert dataflashes to pow2

Atmel DataFlashes by default operate with pages that are slightly bigger
than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
bytes). However, they also have a "power of 2" mode where the pages show
up with the normal binary size. The latter mode is required in order to
boot with a Blackfin processor, so many people wish to convert their
DataFlashes on their development systems to this mode. This standalone
application does just that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
H A Datmel_df_pow2.c65f6f07b Thu Jul 23 15:37:03 CDT 2009 Mike Frysinger <vapier@gentoo.org> atmel_df_pow2: standalone to convert dataflashes to pow2

Atmel DataFlashes by default operate with pages that are slightly bigger
than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
bytes). However, they also have a "power of 2" mode where the pages show
up with the normal binary size. The latter mode is required in order to
boot with a Blackfin processor, so many people wish to convert their
DataFlashes on their development systems to this mode. This standalone
application does just that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
H A DMakefile65f6f07b Thu Jul 23 15:37:03 CDT 2009 Mike Frysinger <vapier@gentoo.org> atmel_df_pow2: standalone to convert dataflashes to pow2

Atmel DataFlashes by default operate with pages that are slightly bigger
than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
bytes). However, they also have a "power of 2" mode where the pages show
up with the normal binary size. The latter mode is required in order to
boot with a Blackfin processor, so many people wish to convert their
DataFlashes on their development systems to this mode. This standalone
application does just that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/openbmc/u-boot/
H A DMakefiled640ac58 Mon Sep 07 16:52:31 CDT 2009 Wolfgang Denk <wd@denx.de> Remove "atmel_df_pow2" binary with "make clean"

Commit 65f6f07b added support for the atmel_df_pow2 standalone program
but missed to add a rule to remove it to the "clean" make target.

Signed-off-by: Wolfgang Denk <wd@denx.de>