Skip to content
Snippets Groups Projects
  1. Aug 12, 2014
    • Tony Wasserka's avatar
      Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. · 7b6a7d7d
      Tony Wasserka authored
      This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible.
      This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though.
      7b6a7d7d
    • Tony Wasserka's avatar
      Remove the fancy RegisterSet class introduced in 4c2bff61. · 9c781a6c
      Tony Wasserka authored
      While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
      Instead, we now use a more conventional approach which is a lot more clean to use.
      9c781a6c
  2. Aug 06, 2014
  3. Jul 22, 2014
  4. Jun 12, 2014
  5. May 29, 2014
  6. May 23, 2014
  7. Apr 27, 2014
  8. Apr 26, 2014
  9. Apr 18, 2014
  10. Apr 11, 2014
  11. Apr 09, 2014
  12. Apr 08, 2014
  13. Apr 07, 2014
  14. Apr 06, 2014
  15. Apr 05, 2014
Loading