Skip to content
Snippets Groups Projects
  1. Apr 27, 2015
    • Adam Wujek's avatar
      doc/wrs-user-manual: update information how ppsi configuration is handled · 106f2fd2
      Adam Wujek authored
      
      --remove description of CONFIG_PTP_*
      --add description of CONFIG_PTP_PORT_PARAMS and CONFIG_PTP_CUSTOM
      --update description of CONFIG_PORTxx_PARAMS, add proto information
      --update timing configuration section with proto and role information
      --In apply_dot-config description add hyperlink to chapter where dot-config is
        described instead of document itself. It looks like this part was copied from
        developer-manual.
      --by changes above remove information that role is not used.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      106f2fd2
  2. Apr 24, 2015
    • Adam Wujek's avatar
      userspace/rootfs_override: change handling of ppsi.conf · 1c0e4648
      Adam Wujek authored
      This patch is to replace previous way of managing ppsi configuration file.
      Instead of copying proper file based on chosen configuration PTP_* option in
      dot-config, now ppsi.conf file is assembled based on PORTXX_PARAMS fields in
      dot-config.
      
      --Kconfig:
        - remove options:
          - PTP_WR_DEFAULT
          - PTP_WR_MASTER
          - PTP_WR_AUTO
          - PTP_WR_AUTO_UDP
          - PTP_NONWR_UDP_ALL
        - add PTP_PORT_PARAMS (to let assembly ppsi.conf file)
        - keep option PTP_CUSTOM to use user's ppsi configuration file
        - move PTP_CUSTOM_FILENAME to different position
        - add property "proto" to PORTXX_PARAMS
      --remove predefined ppsi configs (not to be used anymore) from /wr/etc/ppsi-config-pool/:
          - WR_DEFAULT
          - WR_MASTER
          - WR_AUTO
          - WR_AUTO_UDP
          - NONWR_UDP_ALL
      --add new script assembly_ppsi_conf.sh to create ppsi.conf file.
        ppsi.conf file is assembled based on PORTXX_PARAMS fields like port name,
        proto(col) and role. All master, slave or auto ports ...
      1c0e4648
  3. Apr 21, 2015