aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi02.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-22pflash_cfi01/02: support read-only pflash devicesJordan Justen1-38/+45
2012-02-11cfi02: Fix lazy ROMD switching - once againJan Kiszka1-0/+1
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-09-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-0/+1
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-47/+48
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-45/+48
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-48/+45
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-05-29pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)Stefan Weil1-1/+1
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-04-27pflash: Restore & fix lazy ROMD switchingJan Kiszka1-4/+8
2011-04-09hw/pflash_cfi02: Fix lazy reset of ROMD modeJordan Justen1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+2
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+2
2010-03-29Compile pflash_cfi02 only onceBlue Swirl1-64/+126
2010-03-27pflash_cfi02: fix incorrect TARGET_FMT_lx/d useBlue Swirl1-15/+15
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-21/+21
2009-10-01Get rid of _t suffixmalc1-21/+21
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-2/+2
2009-08-27Check block driver read error in pflash_cfi0xVijay Kumar1-1/+7
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-04-10Yet more phys_ram_base elimination.pbrook1-1/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-2/+0
2008-06-09Clean up MMIO TLB handling.pbrook1-9/+3
2008-05-08CFI-0002 linux MTD compatibility.edgar_igl1-7/+25
2008-04-16Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).balrog1-7/+15
2008-04-16Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog1-18/+32
2008-04-16Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog1-6/+10
2007-12-10Fix OMAP1 MPUI/O keyboard interrupt masking.balrog1-1/+1
2007-12-10Desambiguate pflash_register().balrog1-5/+5
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-11/+11
2007-04-16Parallel flash bugfixes:j_mayer1-12/+19
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer1-9/+13
2006-08-06removed duplicated linebellard1-1/+0
2006-07-04flash device fixbellard1-4/+1
2006-06-25AMD NOR flash device support (initial patch by Jocelyn Mayer)bellard1-0/+627