aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
Commit message (Expand)AuthorAgeFilesLines
* mpm: Enable systemd watchdog and update it from MPMMartin Braun2018-01-155-7/+36
* mpm: sys_utils: Add watchdog moduleMartin Braun2018-01-152-0/+64
* mpm: n310: Check all periphs for initialization statusMartin Braun2018-01-122-7/+22
* mpm: Add EEPROM utilities for N310Martin Braun2018-01-1212-4/+960
* mpm: mg: Pass deserializer_lane_xbar to ad937x_configTrung N Tran2018-01-129-10/+25
* mpm: n310: Fix various bugs in sensor APIMartin Braun2018-01-122-6/+3
* mpm: tdc: add signature/revision checks and master reset routinedjepson12018-01-122-1/+62
* fixup! mpm: adding GPS sensor functionsBrent Stapleton2018-01-111-1/+1
* mpm: periph_manager: Pass default args to dboard managerMartin Braun2018-01-111-2/+3
* mpm: utils: Fix to_native_str for non-string typesMartin Braun2018-01-111-2/+5
* mpm: dboard_manager: Use mpmutils.to_native_str instead of local hackMartin Braun2018-01-111-10/+2
* mpm: usrp_hwd: Fix logging issue on default_args failureMartin Braun2018-01-111-3/+7
* mpm: Factor GPIO panel code into common moduleMartin Braun2018-01-103-256/+224
* mpm: Add code to drive the back panel LEDsMoritz Fischer2018-01-101-10/+100
* mpm: n310: Add status monitor threadMartin Braun2018-01-101-0/+46
* mpm: n310: Shuffle around location of functions for better browsabilityMartin Braun2018-01-101-37/+44
* mpm: Add API call for claim and unclaimMartin Braun2018-01-102-59/+87
* mpm: Spawn periph manager inside the RPC processMartin Braun2018-01-104-76/+96
* mpm: Bump default log level to INFOMartin Braun2018-01-101-1/+1
* mpmd: Add API to read back logs from device and send to native loggingMartin Braun2018-01-101-1/+1
* mpm: n310: Factor out compat number checkMartin Braun2018-01-081-16/+12
* mpm: utils: Add assert_compat_number functionMartin Braun2018-01-081-0/+59
* mpm: n310: Move SID re-alloc log message to right spotMartin Braun2018-01-082-1/+1
* mpm: Add API to read back log bufferMartin Braun2018-01-082-1/+64
* jesd: mg bug fix: default state of the RX link is scrambleddjepson12018-01-051-1/+1
* fixup! mpm: mg: Added magnesium_update_cpld.pyBrent Stapleton2018-01-051-1/+1
* mpm: mg: Assert that ref clock freq was actually set before init()Martin Braun2018-01-051-5/+7
* mpm: cmake: Disable Python 2Martin Braun2018-01-041-19/+4
* mpm: systemd: Add a systemd service file for MPMMoritz Fischer2018-01-043-0/+30
* mg cpld: update compatibility checking to major/minordjepson12018-01-041-18/+19
* jesd: add in detailed error reporting for JESD204b linksdjepson12018-01-042-50/+164
* mpm: n310: Fix setting time sourceMartin Braun2017-12-221-2/+4
* n3xx: MPM: Add FPGA build timestampAshish Chaudhari2017-12-221-11/+45
* mpm: n310: Add temp and fan sensorsMartin Braun2017-12-221-0/+43
* mpm: Add sysfs_thermal moduleTrung Tran2017-12-222-0/+27
* mpm: mg: Fix CPLD rev checkMartin Braun2017-12-221-6/+13
* n3xx: Removed PHY reset after Aurora BISTAshish Chaudhari2017-12-221-2/+1
* mpm: Drop default log level to DEBUGMartin Braun2017-12-221-2/+2
* n310: Move SID framing all the way to n310.pyMartin Braun2017-12-222-5/+13
* mg: ignore Mykonos framer errordjepson12017-12-221-1/+1
* mpm: mg: Repeat deframer init upon failuredjepson12017-12-221-1/+8
* n3xx: Updated Aurora BIST reg offsetsAshish Chaudhari2017-12-221-10/+9
* mpm: Fix linter warningsMartin Braun2017-12-223-33/+42
* mpm: n310: Set default clock source to 'internal'Martin Braun2017-12-221-1/+1
* mpm: periph_manager: Clarify request/commit protocolMartin Braun2017-12-221-5/+8
* mpm: xports: Sort requested transport options by QoSMartin Braun2017-12-221-6/+6
* mpm: udp xport: Bind SID addr 0 and 1 to respective SFP portsMartin Braun2017-12-222-2/+15
* mpm: udp xport: Increment TX/RX allocations for streamersMartin Braun2017-12-221-4/+22
* mpm: xports: Amend protocol for request/commit xport, add allocationMartin Braun2017-12-222-1/+13
* mpm: Fix ECHO commandMartin Braun2017-12-221-8/+16