]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/ChangeLog
sim: cfi: new flash device simulation
authorMike Frysinger <vapier@gentoo.org>
Tue, 29 Mar 2011 17:57:21 +0000 (17:57 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 29 Mar 2011 17:57:21 +0000 (17:57 +0000)
commit66ee2731167db3db9cc506a6268d1a02ed7b3ffc
tree7a998c174e5a3fbda6664c8708ae12894ba71d2e
parent53832f31471912a20ce0a1d0182ecd0633b3f1ec
sim: cfi: new flash device simulation

This simulates a CFI flash.  Its pretty configurable via the device
tree.  For now, only basic read/write/erase operations are supported
for the Intel command set, but it's easy enough to extend support.
It's certainly enough to trick Das U-Boot into using it for probing,
reading, writing, and erasing.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gdb/ChangeLog
gdb/NEWS
sim/common/ChangeLog
sim/common/Make-common.in
sim/common/aclocal.m4
sim/common/dv-cfi.c [new file with mode: 0644]
sim/common/dv-cfi.h [new file with mode: 0644]