1. 30 Nov, 2015 4 commits
  2. 20 Nov, 2015 1 commit
  3. 09 Nov, 2015 1 commit
  4. 04 Nov, 2015 1 commit
  5. 03 Nov, 2015 4 commits
    • Adam Wujek's avatar
      tools/libipmi: get rid of warnings · 262a8a26
      Adam Wujek authored
      Get rid of warnings:
      
      ipmi.c: In function ‘ipmi_common_header_write’:
      ipmi.c:68:6: warning: variable ‘ret’ set but not used
      [-Wunused-but-set-variable]
        int ret;
            ^
      ipmi.c: In function ‘ipmi_board_info_area_write’:
      ipmi.c:119:6: warning: variable ‘ret’ set but not used
      [-Wunused-but-set-variable]
        int ret;
            ^
      ipmi.c: In function ‘ipmi_dc_load_record_write’:
      ipmi.c:198:6: warning: variable ‘ret’ set but not used
      [-Wunused-but-set-variable]
        int ret;
            ^
      ipmi.c: In function ‘ipmi_dc_output_record_write’:
      ipmi.c:228:6: warning: variable ‘ret’ set but not used
      [-Wunused-but-set-variable]
        int ret;
            ^
      ipmi.c: In function ‘ipmi_oem_record_write’:
      ipmi.c:258:6: warning: variable ‘ret’ set but not used
      [-Wunused-but-set-variable]
        int ret;
            ^
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      262a8a26
    • Adam Wujek's avatar
      Makefile: remove loop · 7b6ab474
      Adam Wujek authored
      This allows parallel build.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      7b6ab474
    • Adam Wujek's avatar
      tools/libipmi: use ar from env variable · bc5d6d49
      Adam Wujek authored
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      bc5d6d49
    • Adam Wujek's avatar
      Makefile: add support for specific build environment · 8f1ed84d
      Adam Wujek authored
      Include parent_common.mk from up directory. Which may contain various
      environment definitions such compiler, linker, etc. If such file is not
      present it will not affect build.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      8f1ed84d
  6. 16 Oct, 2015 1 commit
  7. 25 Aug, 2015 1 commit
  8. 27 Apr, 2015 1 commit
  9. 24 Apr, 2015 5 commits
  10. 08 Apr, 2015 1 commit
  11. 07 Apr, 2015 2 commits
  12. 05 Jan, 2015 1 commit
    • Federico Vaga's avatar
      tools: include specific Makefile · fac95f96
      Federico Vaga authored
      Sometimes (expecially in cross-compilation context) t is necessary to use
      different environments. Instead of complicate this makefile, include
      an external one with user code.
      
      Create a local file named Makefile.specific, and write here your code.
      Bear in mind that Makefile.specific will run before the Makefile.
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      fac95f96
  13. 28 Jul, 2014 1 commit
  14. 12 Jun, 2014 3 commits
  15. 21 Feb, 2014 2 commits
    • Alessandro Rubini's avatar
      doc: trivial fixes · 05fabf80
      Alessandro Rubini authored
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      05fabf80
    • Tomasz Wlostowski's avatar
      FMC: show_sdb_tree: dump synthesis/commit ID info · 703553e3
      Tomasz Wlostowski authored
      This completes the show_sdb_tree functionality, with the
      new informative fields.  The output for a verbose module is now
      like this (long lines are unavoidable):
      
       SDB: 00000651:e6a542c9 WB4-Crossbar-GSI
       SDB: 0000ce42:00000601 WB-DMA.Control      (00001000-0000103f)
       SDB: 0000ce42:779c5443 WB-OneWire-Master   (00001100-000011ff)
       SDB: 0000ce42:00000603 WB-SPEC-CSR         (00001200-0000121f)
       SDB: 0000ce42:00000013 WB-VIC-Int.Control  (00001300-000013ff)
       SDB: 0000ce42:d5735ab4 WB-DMA.EIC          (00001400-0000140f)
       SDB: 00000651:eef0b198 WB4-Bridge-GSI      (bridge: 00002000)
       SDB:    00000651:e6a542c9 WB4-Crossbar-GSI
       SDB:    0000ce42:123c5443 WB-I2C-Master       (00003000-000030ff)
       SDB:    0000ce42:e503947e WB-SPI.Control      (00003100-0000311f)
       SDB:    0000ce42:123c5443 WB-I2C-Master       (00003200-000032ff)
       SDB:    0000ce42:00000608 WB-FMC-ADC-Core     (00003300-0000337f)
       SDB:    0000ce42:779c5443 WB-OneWire-Master   (00003400-000034ff)
       SDB:    0000ce42:26ec6086 WB-FMC-ADC.EIC      (00003500-0000350f)
       SDB:    0000ce42:00000604 WB-Timetag-Core     (00003600-0000367f)
       SDB: Synthesis repository: git://ohwr.org/fmc-projects/fmc-adc-100m14b4cha.git
       SDB: Bitstream 'spec_top_fmc_adcmc-projects/fmc-adc-100m14b4cha.git' \
               synthesized 20140116 by mcattin (ISE version 133), commit f0a539dffe6d
      Signed-off-by: Tomasz Wlostowski's avatarTomasz Wlostowski <tomasz.wlostowski@cern.ch>
      Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      703553e3
  16. 14 Feb, 2014 2 commits
  17. 11 Feb, 2014 1 commit
  18. 28 Jan, 2014 1 commit
  19. 21 Jan, 2014 1 commit
  20. 18 Nov, 2013 1 commit
    • Alessandro Rubini's avatar
      FMC: remove unused and misleading conditionals · fb1a0ef4
      Alessandro Rubini authored
      At registration and unregistration time, I was checking fmc->flags
      for FMC_DEVICE_NO_MEZZANINE, to skip initialization and cleanup for
      empty slots.  But the check was wrong (see previous commit) and
      the conditional was never triggered.
      
      I think we should register slots with no mezzanines, because the
      carrier may offer some support anyways (the SPEC does), so the commit
      removes the conditionals instead of fixing them.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      fb1a0ef4
  21. 04 Nov, 2013 1 commit
  22. 01 Jul, 2013 3 commits
  23. 07 Jun, 2013 1 commit
    • Juan David González Cobas's avatar
      build: add git describe info as modinfo · e7795122
      Juan David González Cobas authored
      For traceability purposes, we include commit descriptions
      as MODULE_VERSION information in drivers that are deployed
      in CERN control system.
      
      Ideally, the commit description should be added to all the
      binary blobs installed, but the kernel module is critical
      in this connection, as it is crucial to trace back quickly
      the whereabouts of installed .ko sources.
      e7795122