]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
post: new nor flash test
authorMike Frysinger <vapier@gentoo.org>
Tue, 10 May 2011 13:35:40 +0000 (13:35 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:49:44 +0000 (16:49 +0200)
commitf6f7395eb36a5d4ac7e3b088f65cda42629d1d79
treea482d441e627cb22c848d0ffc1a456c133ed2528
parentd2397817f12d246cfd88caefd6f12dfd3e2d2c17
post: new nor flash test

This adds a simple flash test to automatically verify erasing,
writing, and reading of sectors.  The code is based on existing
Blackfin tests but generalized for everyone to use.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/post.h
post/drivers/Makefile
post/drivers/flash.c [new file with mode: 0644]
post/tests.c