Skip to content
Snippets Groups Projects
  1. Oct 12, 2009
    • David Brownell's avatar
      simplify XScale debug handler installation · 5e837387
      David Brownell authored
      
      Load the XScale debug handler from the read-only data section
      instead of from a separate file that can get lost or garbaged.
      This eliminates installation and versioning issues, and also
      speeds up reset handling a bit.
      
      Plus some minor bits of cleanup related to loading that handler:
      comments about just what this handler does, and check fault codes
      while writing it into the mini-icache.
      
      The only behavioral changes should be cleaner failure modes after
      errors during handler loading, and being a bit faster.
      
      NOTE:  presumes GNU assembly syntax, with ".incbin"; and ELF,
      because of the syntax of the ".size" directive.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      5e837387
  2. Oct 07, 2009
  3. Sep 27, 2009
  4. Sep 15, 2009
  5. Sep 11, 2009
  6. Aug 28, 2009
  7. Aug 26, 2009
  8. Jul 19, 2009
  9. Jul 17, 2009
  10. Jul 16, 2009
  11. Jul 10, 2009
  12. Jul 08, 2009
  13. Jul 07, 2009
  14. Jul 06, 2009
  15. Jul 01, 2009
  16. Jun 03, 2009
  17. May 26, 2009
  18. May 18, 2009
  19. May 15, 2009
  20. Feb 29, 2008
  21. Jun 02, 2006
Loading