| Commit message (Expand) | Author | Age | Files | Lines |
* | n3xx: init peripherals before loading FPGA | Trung Tran | 2019-02-01 | 1 | -20/+32 |
* | mpm: add Git hash, version to device info | Brent Stapleton | 2018-08-20 | 1 | -0/+9 |
* | mpm: Remove unused _init_args from PeriphManagerBase | Martin Braun | 2018-07-17 | 1 | -4/+0 |
* | mpm: n3xx: Factor out component updating | Brent Stapleton | 2018-07-11 | 1 | -1/+2 |
* | mpm: n3xx: Overridable crossbar base port | Brent Stapleton | 2018-07-06 | 1 | -1/+4 |
* | mpm: Use device_info to determine overlay list | Martin Braun | 2018-06-08 | 1 | -7/+5 |
* | mpm: n3xx: Derive product key programmatically | Martin Braun | 2018-06-08 | 1 | -2/+6 |
* | mpm: Distinguish mboard_info and device_info | Martin Braun | 2018-06-08 | 1 | -9/+22 |
* | mpm: Refactor periph manager init; split EEPROM read from rest | Martin Braun | 2018-06-08 | 1 | -104/+135 |
* | mpm: Adding offset to EEPROM reads | Brent Stapleton | 2018-03-20 | 1 | -0/+14 |
* | mpm: Add INFO log statements on MPM reset and component update | Martin Braun | 2018-03-13 | 1 | -0/+1 |
* | mpm: Fix some Pylint warnings | Martin Braun | 2018-03-06 | 1 | -1/+0 |
* | mpm: Demote some log messages | Martin Braun | 2018-03-06 | 1 | -7/+7 |
* | mpm: n300/n310: Select correct overlay based on product ID | Martin Braun | 2018-03-05 | 1 | -12/+15 |
* | n310: Make MPM report FPGA version and description, UHD read it | Martin Braun | 2018-03-02 | 1 | -0/+7 |
* | mpm: periph_manager: Guarantee self.dboards exists | Martin Braun | 2018-02-28 | 1 | -1/+1 |
* | mpm: adding get_component_info | Brent Stapleton | 2018-02-19 | 1 | -0/+18 |
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 1 | -2/+2 |
* | mpm: Use prefs API for periph manager | Martin Braun | 2018-02-08 | 1 | -3/+36 |
* | mpm: n310: Return CHDR addresses as part of device_info | Martin Braun | 2018-02-07 | 1 | -1/+17 |
* | fixup! mpm: Log timeouts during API calls, reset timer on claimed calls | Martin Braun | 2018-01-23 | 1 | -0/+6 |
* | mpm/mpmd: Report device state using get_init_status() and verify | Martin Braun | 2018-01-16 | 1 | -1/+7 |
* | mpm: Refactor PeriphManager classes | Martin Braun | 2018-01-16 | 1 | -36/+65 |
* | mpm: n310: Check all periphs for initialization status | Martin Braun | 2018-01-12 | 1 | -0/+4 |
* | mpm: periph_manager: Pass default args to dboard manager | Martin Braun | 2018-01-11 | 1 | -2/+3 |
* | mpm: Add API call for claim and unclaim | Martin Braun | 2018-01-10 | 1 | -0/+18 |
* | mpm: n310: Move SID re-alloc log message to right spot | Martin Braun | 2018-01-08 | 1 | -1/+0 |
* | n310: Move SID framing all the way to n310.py | Martin Braun | 2017-12-22 | 1 | -2/+3 |
* | mpm: Fix linter warnings | Martin Braun | 2017-12-22 | 1 | -1/+5 |
* | mpm: periph_manager: Clarify request/commit protocol | Martin Braun | 2017-12-22 | 1 | -5/+8 |
* | mpm: xports: Amend protocol for request/commit xport, add allocation | Martin Braun | 2017-12-22 | 1 | -0/+11 |
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
* | mpm: UIOs now open only when necessary | Brent Stapleton | 2017-12-22 | 1 | -0/+4 |
* | mpm: Harmonize imports, tidy + sort modules | Martin Braun | 2017-12-22 | 1 | -6/+6 |
* | mpm: Factor out xport managers as own objects | Martin Braun | 2017-12-22 | 1 | -5/+0 |
* | mpm: Reset periph manager on update | Brent Stapleton | 2017-12-22 | 1 | -1/+7 |
* | mpm: PeriphManager decides and applies overlay | Brent Stapleton | 2017-12-22 | 1 | -15/+0 |
* | fpga load: Atomic updating of multiple components | Brent Stapleton | 2017-12-22 | 1 | -40/+29 |
* | mpm: mg: Optionally parallelize init calls to dboard | Martin Braun | 2017-12-22 | 1 | -3/+19 |
* | mpm: Made PeriphManagerBase.__init__ more exception-safe | Martin Braun | 2017-12-22 | 1 | -4/+13 |
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 1 | -20/+68 |
* | mpm: Lower logging level for PeriphManagerBase.deinit() | Martin Braun | 2017-12-22 | 1 | -2/+2 |
* | mpm: Cache connection type in PeriphManagerBase | Martin Braun | 2017-12-22 | 1 | -0/+13 |
* | mpm: Remove leading _ from _get_device_info() | Martin Braun | 2017-12-22 | 1 | -1/+2 |
* | mpm: Make list_updateable_components return something | Martin Braun | 2017-12-22 | 1 | -2/+1 |
* | fpga load: add update_component function to MPM | Brent Stapleton | 2017-12-22 | 1 | -0/+68 |
* | mpm: Minor refactoring of PeriphManagerBase attributes | Martin Braun | 2017-12-22 | 1 | -8/+2 |
* | mpm: Provide default dboard EEPROM getter/setters | Martin Braun | 2017-12-22 | 1 | -0/+28 |
* | mpm: Add mboard EEPROM support | Martin Braun | 2017-12-22 | 1 | -1/+25 |
* | mpm: Added sensor API | Martin Braun | 2017-12-22 | 1 | -0/+38 |