aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pflash_cfi01.c
AgeCommit message (Expand)AuthorFilesLines
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