1. 27 1月, 2010 1 次提交
  2. 25 1月, 2010 3 次提交
  3. 02 10月, 2009 2 次提交
  4. 26 9月, 2009 1 次提交
  5. 14 9月, 2009 1 次提交
  6. 28 8月, 2009 1 次提交
  7. 26 8月, 2009 1 次提交
  8. 17 7月, 2009 1 次提交
  9. 17 6月, 2009 1 次提交
  10. 14 5月, 2009 1 次提交
  11. 08 5月, 2009 1 次提交
  12. 10 4月, 2009 1 次提交
  13. 06 2月, 2009 1 次提交
  14. 05 1月, 2009 1 次提交
  15. 07 12月, 2008 1 次提交
  16. 02 12月, 2008 1 次提交
  17. 11 10月, 2008 1 次提交
    • B
      Increase write buffer size in pflash emulation (Thomas Petazzoni). · 71fb2348
      balrog 提交于
      The current flash emulation code advertises a write buffer size of 16
      bytes (1 << 4, according to offset 0x2A of the CFI table). This is
      very small compared to normal write buffer sizes, and makes the
      process of writing to the flash very slow (at least from U-Boot).
      
      This patch increases this size to 2048 bytes. Except the modification
      of the CFI table, the only other required modification is to use
      "value" instead of "cmd" to set pfl->counter, because cmd is truncated
      to the 8 lower bits of value, while the number of bytes for a write
      can now be greater than 255 bytes.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5454 c046a42c-6fe2-441c-8c8c-71466251a162
      71fb2348
  18. 04 10月, 2008 2 次提交
  19. 24 9月, 2008 1 次提交
  20. 09 6月, 2008 1 次提交
    • P
      Clean up MMIO TLB handling. · 0f459d16
      pbrook 提交于
      The IO index is now stored in its own field, instead of being wedged
      into the vaddr field.  This eliminates the ROMD and watchpoint host
      pointer weirdness.  The IO index space is expanded by 1 bit, and
      several additional bits are made available in the TLB vaddr field.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4704 c046a42c-6fe2-441c-8c8c-71466251a162
      0f459d16
  21. 14 3月, 2008 1 次提交
  22. 05 1月, 2008 1 次提交
  23. 10 12月, 2007 1 次提交
  24. 18 11月, 2007 2 次提交
  25. 17 11月, 2007 1 次提交
  26. 17 9月, 2007 2 次提交
  27. 09 6月, 2007 1 次提交
  28. 16 4月, 2007 1 次提交
  29. 14 4月, 2007 1 次提交
  30. 07 8月, 2006 1 次提交
  31. 04 7月, 2006 1 次提交
  32. 26 6月, 2006 1 次提交