summaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi02.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-787/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* hw/pflash_cfi02.c: Mark deliberate fallthroughPeter Maydell2013-01-261-0/+1
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-4/+4
|\
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
| * block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* | pflash_cfi0x: Send debug messages to stderrPeter Crosthwaite2012-12-181-3/+3
|/
* pflash_cfi0x: QOMifiedPeter Crosthwaite2012-10-301-46/+114
* pflash_cfi0x: remove unused base fieldPeter Crosthwaite2012-10-301-3/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-20/+20
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* hw/pflash_cfi0[12]: Use host-utils.h ctz32()Peter Maydell2012-09-191-36/+1
* pflash_cfi01/02: support read-only pflash devicesJordan Justen2012-02-221-38/+45
* cfi02: Fix lazy ROMD switching - once againJan Kiszka2012-02-111-0/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-081-0/+1
|\
| * block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-0/+1
* | pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity2011-09-041-47/+48
|/
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-45/+48
* pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity2011-08-251-48/+45
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)Stefan Weil2011-05-291-1/+1
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* pflash: Restore & fix lazy ROMD switchingJan Kiszka2011-04-271-4/+8
* hw/pflash_cfi02: Fix lazy reset of ROMD modeJordan Justen2011-04-091-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+2
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-0/+2
* Compile pflash_cfi02 only onceBlue Swirl2010-03-291-64/+126
* pflash_cfi02: fix incorrect TARGET_FMT_lx/d useBlue Swirl2010-03-271-15/+15
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-21/+21
* Get rid of _t suffixmalc2009-10-011-21/+21
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Check block driver read error in pflash_cfi0xVijay Kumar2009-08-271-1/+7
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Yet more phys_ram_base elimination.pbrook2009-04-101-1/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-2/+0
* Clean up MMIO TLB handling.pbrook2008-06-091-9/+3
* CFI-0002 linux MTD compatibility.edgar_igl2008-05-081-7/+25
* Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).balrog2008-04-161-7/+15
* Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog2008-04-161-18/+32
* Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog2008-04-161-6/+10
OpenPOWER on IntegriCloud