atmel_df_pow2: standalone to convert dataflashes to pow2
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 20:37:03 +0000 (16:37 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:07 +0000 (09:04 -0500)
commit2c17527f506564499e9aac82c8d778ac12b83c5f
tree95073fbc0e4e35bac6ef5087e350b64ca8c5da65
parent801f474159494c29d52f9f885af45bdd8b0d3590
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>
examples/standalone/.gitignore
examples/standalone/Makefile
examples/standalone/atmel_df_pow2.c [new file with mode: 0644]