1. 10 Jun, 2015 6 commits
  2. 01 Jun, 2015 2 commits
    • Lucas Russo's avatar
      include/hw/pcie_regs.h: fix RW block macro · ed6c0d1b
      Lucas Russo authored
      The RW block macro wasn't working for sizes not multiple
      of sizeof (BAR4), which is usually 8. In this way, reading/
      writing 32-bit data, we were, in fact, reading/writing
      nothing.
      
      Also, we only do 32-bit transactions, even in BAR4. So,
      we changed sizeof (*barp) to sizeof (BAR_RW_TYPE) which
      is always 32-bit.
      
      This is a first step into solving #12 github issue.
      ed6c0d1b
    • Lucas Russo's avatar
      src/dev_io/*: add initial SDB support · 26c1f815
      Lucas Russo authored
      26c1f815
  3. 28 May, 2015 7 commits
  4. 27 May, 2015 18 commits
  5. 26 May, 2015 1 commit
  6. 22 May, 2015 6 commits