Skip to content
Snippets Groups Projects
  1. Jun 26, 2017
  2. Jun 20, 2017
  3. Mar 20, 2017
    • Alessandro Rubini's avatar
      tools/build-random: the scripts I used for randconfig · 8bc4e64e
      Alessandro Rubini authored
      
      It's not very cleaned-up, but may be useful for other developers.
      
          * tools/build-random/manybuilds
      
      It builds with randomconfig. It remove ppsi configuration so
      the wrpc-sw makefile uses a proper one, even if PPSI_FORCE_CONFIG
      is false.
      
      It leave around some files: configs and build logs for warning/error
      builds, and only the config for good ones. You'll find them
      by "git status".
      
      It also avoids re-building and already known good configuration.
      
          * tools/build-random/unique-error
      
      This filters error builds to only report one per type.
      
          * tools/build-random/unique-warning
      
      Same for warning-only failures
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      8bc4e64e
    • Alessandro Rubini's avatar
      remove uart_sw, unused · d380b3d9
      Alessandro Rubini authored
      
      This also include a ppsi commit. We must have both at the same time,
      because each uses a feature of the other, to link sw-uart at build time.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      d380b3d9
  4. Mar 08, 2017
  5. Feb 23, 2017
  6. Feb 16, 2017
  7. Feb 09, 2017
  8. Jan 30, 2017
  9. Aug 22, 2016
  10. May 20, 2016
    • Alessandro Rubini's avatar
      pfilter: accept unicast ARP frames · 835437ae
      Alessandro Rubini authored
      
      This commit removes the requirement for ARP frames to be broadcast
      in the no-vlan case.  The simplified rule-set of a vlan setup already
      accepts ARP unicast, and no harm is done.
      
      Although we do not make ARP  requests so we won't receive unicast
      replies, hosts do send unicast requests, to refresh an ARP entry
      that is going to expire.
      
      The next commit enacts this feature in software, as a side effect
      of supporting pdelay PTP.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      835437ae