[DAQ-drivers] driver/ti branch, devel, updated. v15.3-5-g2311874

Bryan Moffit moffit at jlab.org
Mon Jan 13 13:13:22 EST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "driver/ti".

The branch, devel has been updated
       via  2311874e4835268a9750dedff47d8db9659a02b1 (commit)
       via  9bc9de565209a56b09873f4ff0b7802269b37368 (commit)
       via  508f918393490aab852c71c2b1f56742d8e0fd61 (commit)
       via  1e4af1af78e2811f1da810fabbb9bc4c3c6acd96 (commit)
       via  4a54e53b2e4e422da7cf303cc40627425d44e585 (commit)
      from  b8d87006e3bbb4446d9c27f5101e0a61952e64d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2311874e4835268a9750dedff47d8db9659a02b1
Author: Bryan Moffit <moffit at jlab.org>
Date:   Mon Jan 13 13:13:00 2014 -0500

    Remove SD, CTP, and GTP libraries (are separate libraries now).

commit 9bc9de565209a56b09873f4ff0b7802269b37368
Merge: 508f918 b8d8700
Author: Bryan Moffit <moffit at jlab.org>
Date:   Mon Jan 13 13:09:05 2014 -0500

    Merge branch 'devel' of /daqfs/source/git/drivers/ti into devel

commit 508f918393490aab852c71c2b1f56742d8e0fd61
Merge: d47371c 1e4af1a
Author: Bryan Moffit <moffit at jlab.org>
Date:   Mon Jan 13 13:07:29 2014 -0500

    Merge branch 'SD-a5' into devel

commit 1e4af1af78e2811f1da810fabbb9bc4c3c6acd96
Author: Bryan Moffit <moffit at jlab.org>
Date:   Mon Jan 13 12:54:17 2014 -0500

    Makefile
     - Remove sd, ctp, gtp .c and .h from source variable
     - Remove recipe for buidling firmware updating program (separate program)
    tiLib.{c,h}
     - Remove SVN remants
     - Remove sd, ctp, gtp library includes
     - Remove fiber status output in tiStatus, if TI is a slave.

commit 4a54e53b2e4e422da7cf303cc40627425d44e585
Author: Bryan Moffit <moffit at jlab.org>
Date:   Tue Dec 17 17:01:59 2013 -0500

    SD
    - Supported SD Firmware Version 0xA5
    - New register map for 0xa5
    - Update register map bits and masks
    - Update SD firmware updating program to allow for initialization of
      previous firmware versions.
    - - Also allow for user to quit, before updating. And tell them to power
        cycle after the update
    - Change mentions of TID to TI
    - Add flag to sdInit to allow for ignoring firmware version when initializing
    - Have sdLib dependent of firmware version
    - Reorganize sdStatus to printout VME slots instead of Payload ports
    - - Better printout for 0xa5
    - Add routine to get the firmware version
    - Update routines to specify clock frequency for PLL
    - Add routines to get detected clock frequency
    - Add routines to turn on and off PLL mode
    - Add routines to printout busyout and trigout counters
    - Made sure that the test mode jumper is enabled before attempting
      to execute test mode routines.
    
    TI
    - Add routines to get SWA and SWB status registers (updated over fast link)
    - Add routine to get Busy Status of SWB
    - Fix bug in tiPaylaodPortMask2VMESlotMask routine

-----------------------------------------------------------------------

Summary of changes:
 Makefile                              |   21 +-
 ctpLib.c                              | 1639 ---------------------------------
 ctpLib.h                              |  214 -----
 firmware/SD_Production_Code_VerA5.rbf |  Bin 0 -> 718569 bytes
 firmware/sdFirmwareUpdate.c           |   34 +-
 gtpLib.c                              |  634 -------------
 gtpLib.h                              |   97 --
 sdLib.c                               | 1565 -------------------------------
 sdLib.h                               |  171 ----
 test/sdCheckFirmware.c                |   77 +--
 tiLib.c                               |  100 ++-
 tiLib.h                               |   21 +-
 12 files changed, 115 insertions(+), 4458 deletions(-)
 delete mode 100644 ctpLib.c
 delete mode 100644 ctpLib.h
 create mode 100644 firmware/SD_Production_Code_VerA5.rbf
 delete mode 100644 gtpLib.c
 delete mode 100644 gtpLib.h
 delete mode 100644 sdLib.c
 delete mode 100644 sdLib.h


hooks/post-receive
-- 
driver/ti


More information about the Daq-drivers mailing list