aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi01.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+2
2010-03-29Compile pflash_cfi01 only onceBlue Swirl1-68/+127
2010-01-27pflash: Buffer block writesEdgar E. Iglesias1-3/+9
2010-01-24pflash: Dont open memarea for full IO if already done.Edgar E. Iglesias1-2/+4
2010-01-24pflash: Reduce writebuf len for 8-bit flashes.Edgar E. Iglesias1-1/+5
2010-01-24pflash: Remove dead code, no functional changes.Edgar E. Iglesias1-7/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-27/+27
2009-10-01Get rid of _t suffixmalc1-27/+27
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-09-14pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias1-11/+12
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-5/+5
2009-05-08Use target_phys_addr_t, not target_ulong.Paul Brook1-12/+13
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-07pflash_cfi01: add Single Byte Program (Jean-Christophe PLAGNIOL-VILLARD).balrog1-34/+53
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-2/+0
2008-10-11Increase write buffer size in pflash emulation (Thomas Petazzoni).balrog1-3/+3
2008-10-03Improve pflash cfi01 debug messages (Thomas Petazzoni).balrog1-3/+3
2008-10-03Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).balrog1-1/+1
2008-09-24pflash: Add missing parenthesis in error message.ths1-1/+1
2008-06-09Clean up MMIO TLB handling.pbrook1-7/+1
2008-03-14CFI: Fix AMD erase supportaurel321-1/+1
2008-01-04Malta flash support.ths1-15/+22
2007-12-10Desambiguate pflash_register().balrog1-5/+5
2007-11-18Fix a && -> & typo.balrog1-1/+6
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-17Gumstix 'connex' board support by Thorsten Zitterell.balrog1-0/+606