diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-29 17:57:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-29 17:57:21 +0000 |
commit | 66ee2731167db3db9cc506a6268d1a02ed7b3ffc (patch) | |
tree | 7a998c174e5a3fbda6664c8708ae12894ba71d2e /gdb | |
parent | 53832f31471912a20ce0a1d0182ecd0633b3f1ec (diff) | |
download | gdb-66ee2731167db3db9cc506a6268d1a02ed7b3ffc.zip gdb-66ee2731167db3db9cc506a6268d1a02ed7b3ffc.tar.gz gdb-66ee2731167db3db9cc506a6268d1a02ed7b3ffc.tar.bz2 |
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>
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16eaa84..a052d88 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-29 Mike Frysinger <vapier@gentoo.org> + + * NEWS: Mention new cfi device simulation. + 2011-03-29 Tom Tromey <tromey@redhat.com> * dwarf2read.c (fixup_partial_die): Handle linkage name on @@ -182,6 +182,8 @@ Analog Devices, Inc. Blackfin Processor bfin-* ** The --map-info flag lists all known core mappings. + ** CFI flashes may be simulated via the "cfi" device. + *** Changes in GDB 7.2 * Shared library support for remote targets by default |