1. 12 Oct, 2017 20 commits
  2. 25 Aug, 2017 1 commit
  3. 24 Aug, 2017 1 commit
  4. 03 Aug, 2017 2 commits
  5. 28 Jul, 2017 1 commit
    • Michael Hogger's avatar
      [FIX] Fix fallback issue of CN from PreOp2 to PreOp1 · 925abf74
      Michael Hogger authored
      The CN could not fall back from PreOperational2 state to
      PreOperational1 due to avoidance of SoC timeouts in
      PreOperational2 (causing state-hopping).
      The solution is to count all logical SoC erros in PreOperational2.
      
      Change-Id: Ia60a668b2f6abe171d90af9e7db7e8799cb3eb91
      925abf74
  6. 13 Jun, 2017 1 commit
  7. 12 Jun, 2017 7 commits
  8. 08 Jun, 2017 1 commit
  9. 19 May, 2017 1 commit
  10. 16 May, 2017 1 commit
  11. 15 May, 2017 1 commit
  12. 10 May, 2017 1 commit
  13. 09 May, 2017 1 commit
  14. 08 May, 2017 1 commit
    • Michael Hogger's avatar
      [FIX] Fix NIOS II store-restore default settings · 309b5480
      Michael Hogger authored
      The configuration storage feature can only be activated if the
      host cpu board and the NIOS II BSP supports it. Per default,
      this feature is switched off in the application, thus it also
      has to be switched off in the hostif-library because the BSP
      does not support it. This causes a fatal error at the host
      while reading the CFI-flash memory.
      
      To enable the configuration storage feature, set both:
      * -DCONFIG_APP_STORE_RESTORE
        in apps/demo_cn_embedded/build/altera-nios2/app.settings
      * -DCONFIG_INCLUDE_STORE_RESTORE
        in stack/build/altera-nios2/liboplkcnapp-hostif/lib.settings
      
      Change-Id: I4253dcfac6099e180aa84f0edbdb06fbdd0bdfe0
      309b5480