]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 19:31:30 +0000 (21:31 +0200)
commit65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d
tree2466e9708dff31bd5f9f40bec8d12b00f8dece53
parentcb95c7a935ab9b52dac5d08e5ba4007c5a480f97
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]