Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Oct 31, 2019
  3. Oct 11, 2018
  4. Oct 10, 2018
  5. Dec 01, 2017
  6. Nov 30, 2017
  7. Nov 29, 2017
  8. Jul 06, 2017
    • Cesar Prados's avatar
      lldp: add LLDP support as transmit-only node · ca16dbfb
      Cesar Prados authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      LLDP a vendor-neutral link layer protocol used by network devices
      for advertising their identity, capabilities, and neighbors.
      Implements a transmit-only nodes, the node only transmit periodically
      and doesn't process any LLDPUD.
      ca16dbfb
  9. Jul 03, 2017
  10. Jun 30, 2017
  11. Jun 22, 2017
  12. Jun 20, 2017
    • Maciej Lipinski's avatar
      wrpc_diags: added writing of WRPC diagnostics to dedicated WB registers · 62e0a991
      Maciej Lipinski authored and Adam Wujek's avatar Adam Wujek committed
      this is a software part of new (additional) diagnostics for WR PTP Core.
      It allows to access diagnostics values through WB registers (e.g. PCI
      bus). This is useful for integration of WR with CERN cotrols infrastructure,
      such as FESA. It allows the host machine (of SPEC/SVEC/etc) to easily
      access information about the health of WR PTP Core.
      62e0a991
  13. Mar 20, 2017
  14. Mar 14, 2017
  15. Mar 02, 2017
  16. Mar 01, 2017
  17. Feb 28, 2017
  18. Feb 23, 2017
  19. Feb 16, 2017
  20. Jan 30, 2017
    • Alessandro Rubini's avatar
      config: force ppsi reconfiguration by default · ce184a81
      Alessandro Rubini authored and Adam Wujek's avatar Adam Wujek committed
      
      Without this, after the first build of wrpc-sw the ppsi
      configuration was never changed.
      
      So if you built e.g. "gsi_defconfig" and then reconfigure
      for "gsi_pdelay_defconfig" you'll get no pdelay in there.
      
      For me, and the next maintainers of ppsi, the new configuration option
      CONFIG_PPSI_FORCE_CONFIG can be unset in order to test with personale
      changes in ppsi configuration.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      ce184a81
    • Alessandro Rubini's avatar
      Kconfig: fix warnings · affb4139
      Alessandro Rubini authored and Adam Wujek's avatar Adam Wujek committed
      
      The new config tools are more picky. We got:
      
         Kconfig:22:warning: defaults for choice values not supported
      
      and
      
        warning: (WR_SWITCH) selects UART which has unmet direct dependencies
                   (DEVELOPER && EMBEDDED_NODE)
      
      The latter is fixed adding WR_SWITCH in the dependencies. The former
      is worked-around by using "IS_XINT" and friends in "choice", and
      then "XINT" replicates the "IS_" choice.  I dislike it, because it's
      repetition, but we really need CONFIG_PRINTF_XINT and friends in
      pp_printf/
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      affb4139
  21. Aug 04, 2016
  22. Jul 29, 2016