BigW Consortium Gitlab

  1. 02 Nov, 2018 1 commit
  2. 01 Nov, 2018 1 commit
  3. 30 Oct, 2018 1 commit
  4. 17 Oct, 2018 1 commit
    • Read mangOH Red board rev from EEPROM · 5c72bbed
      David Frey authored
      When the hardware revision is not passed explicitly as a module parameter, the probe now reads the
      board EEPROM to discover the hardware revision.
  5. 12 Oct, 2018 2 commits
  6. 04 Oct, 2018 5 commits
  7. 02 Oct, 2018 7 commits
  8. 01 Oct, 2018 3 commits
  9. 28 Sep, 2018 4 commits
  10. 27 Sep, 2018 9 commits
  11. 14 Sep, 2018 1 commit
    • Support the eeprom on the mangOH Red · 72350539
      David Frey authored
      An at24 eeprom device is created from the mangOH red kernel module. The
      eeprom contents can be read from /sys/bus/i2c/devices/0-0051/eeprom.
  12. 06 Sep, 2018 1 commit
    • Introduce rtc-pcf85063 and rtc_sync kernel modules · 5e0e80b9
      Mirac Chen authored
      rtc-pcf85063 is an I2C RTC chip that exists on the mangOH Yellow. This
      driver was copied from the mainline Linux kernel. rtc_sync is a kernel
      module that sets the system time from rtc1 when the module is loaded and
      then periodically syncs the system time to the RTC if the system time is
      changed.
  13. 24 Aug, 2018 1 commit
  14. 22 Aug, 2018 1 commit
    • Remove kernel mod dependency bug workaround · 1166d736
      David Frey authored
      Prior to Legato 18.07.0, there was bug (LE-10550) in Legato which caused
      the supervisor to get stuck in an infinite loop if two different mdefs
      included in a system depended on the same mdef.  As a workaround the
      dependency of bmp280.mdef on iio-kfifo-buf.mdef was commented out.  Now
      that this bug is resolved, the dependency can be restored.
  15. 17 Aug, 2018 1 commit
  16. 14 Aug, 2018 1 commit
    • Remove spisvc from mangOH.sdef · 36e8895a
      David Frey authored
      Remove spisvc from the mangOH SDEF since the default.sdef from Legato
      18.07.0 includes spisvc and mangOH.sdef includes default.sdef indirectly
      via wifi.sdef.