1. 05 Jun, 2013 4 commits
  2. 29 May, 2013 2 commits
  3. 23 May, 2013 6 commits
  4. 21 May, 2013 2 commits
  5. 20 May, 2013 5 commits
  6. 15 May, 2013 1 commit
  7. 09 May, 2013 3 commits
  8. 08 May, 2013 3 commits
  9. 03 May, 2013 9 commits
  10. 30 Apr, 2013 4 commits
  11. 23 Apr, 2013 1 commit
    • Aurelio Colosimo's avatar
      fix defines and includes for compilation inside wrpc-sw · 7373cc02
      Aurelio Colosimo authored
      Two main problems where found when compiling into wrpc-sw, commit
      e00d99f82:
      
      - wrpc_sw/include/hw/memlayout.h defines some symbols into a header file
      (I think they should be defined there as "extern" and actually declared
      somewhere else);
      - there was an include to be removed
      
      The simple solution for the first issue is to define __REGS_H where
      the compiler complains; the better solution, to me, is to follow include
      chain to discover who is including memlayout.h, or define those symbols as
      extern.
      Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
      7373cc02