| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm: n3xx: Factor out component updating | Brent Stapleton | 2018-07-11 | 2 | -73/+5 |
* | mpm: n3xx: Factor out GPSd Iface functions | Brent Stapleton | 2018-07-06 | 1 | -69/+22 |
* | mpm: n3xx: Overridable crossbar base port | Brent Stapleton | 2018-07-06 | 2 | -1/+5 |
* | mpm: fix sanity check in _init_peripherals | Mark Meserve | 2018-06-13 | 1 | -23/+24 |
* | mpm: Use device_info to determine overlay list | Martin Braun | 2018-06-08 | 2 | -9/+7 |
* | mpm: n3xx: Derive product key programmatically | Martin Braun | 2018-06-08 | 2 | -5/+40 |
* | mpm: Distinguish mboard_info and device_info | Martin Braun | 2018-06-08 | 2 | -21/+34 |
* | mpm: Remove 'test' periph_manager | Martin Braun | 2018-06-08 | 2 | -68/+1 |
* | mpm: Refactor periph manager init; split EEPROM read from rest | Martin Braun | 2018-06-08 | 1 | -104/+135 |
* | mpm: Adding FPGA type to device info | Brent Stapleton | 2018-06-06 | 1 | -1/+2 |
* | mpm: n3xx: Refactor n3xx_periphs into its own module | Martin Braun | 2018-05-08 | 3 | -386/+400 |
* | mpm: n3xx: Bump maximum supported revision to 5 (RevF) | Moritz Fischer | 2018-04-17 | 1 | -1/+1 |
* | fixup! n3xx: add White Rabbit support | Daniel Jepson | 2018-04-03 | 1 | -12/+0 |
* | mpm: cmake: Add git hash and version info to Python module | Martin Braun | 2018-04-02 | 1 | -0/+3 |
* | mpm: n3xx: Disable PPS out during initialization | Martin Braun | 2018-04-02 | 1 | -1/+12 |
* | n3xx: add White Rabbit support | Daniel Jepson | 2018-03-30 | 1 | -8/+74 |
* | mpm: Adding offset to EEPROM reads | Brent Stapleton | 2018-03-20 | 2 | -0/+16 |
* | mpm: Add INFO log statements on MPM reset and component update | Martin Braun | 2018-03-13 | 1 | -0/+1 |
* | mpm: n3xx: Fix failure on get_device_info() when uninitialized | Martin Braun | 2018-03-13 | 1 | -2/+3 |
* | mpm: n300: Warn when user tries to use external LOs | Martin Braun | 2018-03-09 | 1 | -0/+10 |
* | mpm: Fix some Pylint warnings | Martin Braun | 2018-03-06 | 1 | -1/+0 |
* | mpm: Demote some log messages | Martin Braun | 2018-03-06 | 2 | -29/+28 |
* | mpm: Rename n310 to n3xx | Martin Braun | 2018-03-05 | 2 | -20/+20 |
* | mpm: n300/n310: Select correct overlay based on product ID | Martin Braun | 2018-03-05 | 2 | -21/+32 |
* | n310: Make MPM report FPGA version and description, UHD read it | Martin Braun | 2018-03-02 | 2 | -1/+14 |
* | mpm: n310: Default-initialize some members | Martin Braun | 2018-02-28 | 1 | -4/+4 |
* | mpm: periph_manager: Guarantee self.dboards exists | Martin Braun | 2018-02-28 | 1 | -1/+1 |
* | n3xx: add front panel gpio control registers | Trung N Tran | 2018-02-21 | 1 | -1/+78 |
* | mpm: N310 updates FPGA information on init | Brent Stapleton | 2018-02-19 | 1 | -1/+43 |
* | mpm: adding get_component_info | Brent Stapleton | 2018-02-19 | 1 | -0/+18 |
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 4 | -8/+8 |
* | mpm: n310: Remove some leftover cruft | Moritz Fischer | 2018-02-13 | 1 | -2/+0 |
* | mpm: Add entries for renamed sfps | Moritz Fischer | 2018-02-13 | 1 | -1/+13 |
* | fixup! mpm: magnesium_update_cpld.py: Add axi_bitq support | Brent Stapleton | 2018-02-09 | 1 | -1/+1 |
* | mpm: Use prefs API for periph manager | Martin Braun | 2018-02-08 | 2 | -6/+39 |
* | mpm: n310: Return CHDR addresses as part of device_info | Martin Braun | 2018-02-07 | 2 | -1/+27 |
* | mpm: n310: Removed superfluous import | Martin Braun | 2018-02-07 | 1 | -1/+0 |
* | mpm: Fixup for argument parsing in N310 | Brent Stapleton | 2018-02-07 | 1 | -3/+3 |
* | usrp3: Changes for Vivado 2017.4 | Ashish Chaudhari | 2018-01-24 | 1 | -1/+1 |
* | fixup! mpm: Log timeouts during API calls, reset timer on claimed calls | Martin Braun | 2018-01-23 | 1 | -0/+6 |
* | mpm: n310: Fix setting time source depending on clock source | Martin Braun | 2018-01-22 | 1 | -7/+4 |
* | n310: removed orphaned comments | Brent Stapleton | 2018-01-19 | 1 | -4/+0 |
* | mpm: Demoted some log statements from INFO to TRACE or DEBUG | Martin Braun | 2018-01-17 | 1 | -1/+1 |
* | mpm: n310: Bump compat number to 2.0 | Martin Braun | 2018-01-16 | 1 | -1/+1 |
* | mpm/mpmd: Report device state using get_init_status() and verify | Martin Braun | 2018-01-16 | 1 | -1/+7 |
* | mpm: n310: Refactor N3xx periph manager | Martin Braun | 2018-01-16 | 1 | -20/+32 |
* | mpm: Refactor PeriphManager classes | Martin Braun | 2018-01-16 | 2 | -39/+72 |
* | mpm: add init clock and time source from args | Trung N Tran | 2018-01-16 | 1 | -0/+4 |
* | mpm: n310: Check all periphs for initialization status | Martin Braun | 2018-01-12 | 2 | -7/+22 |
* | mpm: n310: Fix various bugs in sensor API | Martin Braun | 2018-01-12 | 1 | -5/+2 |