| Commit message (Expand) | Author | Age | Files | Lines |
* | tlv_eeprom: add eeprom-set-autoboot helper script | Michael Auchter | 2021-05-31 | 2 | -0/+60 |
* | mpm: add unit tests for EEPROM readers | Lars Amsel | 2021-05-31 | 10 | -0/+201 |
* | mpm: Add symbol name based EEPROM read, cleanup EEPROM handling | Lars Amsel | 2021-05-31 | 2 | -71/+217 |
* | mpm: add tlv_eeprom | Michael Auchter | 2021-05-31 | 17 | -3/+1386 |
* | fixup! ic_reg_maps: Remove SPCC core reg map | michael-west | 2021-05-28 | 1 | -4/+0 |
* | mpm: gpsd_iface: Refactor class | Martin Braun | 2021-05-24 | 1 | -94/+103 |
* | mpm: remove unnecessary imports | Michael Dickens | 2021-05-20 | 1 | -2/+0 |
* | mpm: add FPGA type to the info returned during discovery | Michael Dickens | 2021-05-20 | 3 | -0/+8 |
* | mpm: remove unused argument info | Michael Dickens | 2021-05-20 | 1 | -2/+0 |
* | MPM for N32x: Add 'XQ' image as valid when using sfp0 as time_source | Michael Dickens | 2021-05-18 | 1 | -1/+1 |
* | mpm: lmk04832: Clean up driver | Martin Braun | 2021-05-10 | 1 | -12/+23 |
* | mpm: PeriphManagerBase: Add _add_public_methods() | Martin Braun | 2021-04-29 | 1 | -0/+41 |
* | mpm: Fix minor log formatting issue | Martin Braun | 2021-04-27 | 1 | -1/+1 |
* | mpm: db_flash: Check mount status before mounting | Martin Braun | 2021-04-26 | 1 | -7/+13 |
* | fixup! mpm: rpc: don't expose reset_mgr call via RPC | Grant Meyerhoff | 2021-04-22 | 1 | -1/+1 |
* | mpm: sysutils: mount: Check both mount point and data path | Martin Braun | 2021-04-21 | 1 | -4/+5 |
* | mpm: mount: Demote already-mounted warning | Martin Braun | 2021-04-21 | 1 | -1/+1 |
* | mpm: periph_mgr: Demote "no SPI nodes" warning | Martin Braun | 2021-04-21 | 1 | -1/+1 |
* | mpm: mg: periphs: Read lowband lo lock status from cpld | mattprost | 2021-04-19 | 1 | -1/+2 |
* | mpm: Remove references to rfnoc_num_blocks | Martin Braun | 2021-04-12 | 2 | -4/+4 |
* | mpm: Remove logging for mmap_regs_iface | Martin Braun | 2021-04-12 | 1 | -2/+0 |
* | mpm: periph manager: Fix get_mb_eeprom() return value formatting | Martin Braun | 2021-03-25 | 1 | -1/+4 |
* | mpm: rpc: don't expose reset_mgr call via RPC | Thomas Vogel | 2021-03-11 | 1 | -2/+2 |
* | mpm: Add i2c_dev lookup using sys_name | Toni Jones | 2021-03-08 | 1 | -7/+51 |
* | mpm: rpc: Use contextmanager for claim timeouts | Toni Jones | 2021-03-04 | 1 | -13/+12 |
* | mpm: add helper for symbol lookup | Ciro Nishiguchi | 2021-03-04 | 1 | -0/+81 |
* | mpm: Implement 32 bit register interface with SPI | Toni Jones | 2021-03-04 | 8 | -14/+120 |
* | mpm: Add DboardIface for MB DB driver control | Toni Jones | 2021-03-04 | 4 | -0/+111 |
* | ic_reg_maps: Add SPCC reg map | Toni Jones | 2021-03-01 | 1 | -0/+4 |
* | cmake: Add RegMaps build component to MPM | Toni Jones | 2021-03-01 | 6 | -0/+75 |
* | mpm: Add an LMK03328 base chip driver | Toni Jones | 2021-02-22 | 3 | -0/+86 |
* | mpm: Add an LMK04832 base chip driver | Toni Jones | 2021-02-22 | 3 | -0/+165 |
* | MPM: prevent dead lock in timer kill during unclaim | Lars Amsel | 2021-02-18 | 1 | -1/+1 |
* | mpm: Add support to safely reset peripheral manager from uhd | Virendra Kakade | 2021-02-18 | 1 | -0/+29 |
* | mpm: Create Mock classes for unit testing | Toni Jones | 2021-02-18 | 1 | -0/+113 |
* | mpm: deduplicate dboard eeprom handling | Michael Auchter | 2021-02-11 | 2 | -39/+29 |
* | mpm: added DBFlash class | Joerg Hofrichter | 2021-02-11 | 1 | -0/+87 |
* | mpm: added Mount class | Joerg Hofrichter | 2021-02-11 | 1 | -0/+96 |
* | mpm: systemd: create udev rules files for each MPM_DEVICE | Joerg Hofrichter | 2021-02-11 | 3 | -15/+6 |
* | mpm: filesystem_status: tolerate absence of mender | Michael Auchter | 2021-02-09 | 2 | -6/+10 |
* | mpm: Implement get_sync_source and get_sync_sources. | Lane Kolbly | 2021-01-25 | 2 | -0/+21 |
* | sim: Ignore mender artifact file on sim devices | Aaron Rossetto | 2021-01-21 | 2 | -2/+13 |
* | mpmd: Add support to delay and trigger fpga/dts load after update | Virendra Kakade | 2021-01-11 | 1 | -2/+3 |
* | mpm: rpc server: Fix unclaim sequence | Martin Braun | 2020-12-21 | 1 | -8/+19 |
* | mpm: rpc server: Remove Python2 compat code | Martin Braun | 2020-12-08 | 1 | -4/+1 |
* | mpm: rpc_server: fix get_log_buf for MPM Shell | Joerg Hofrichter | 2020-12-04 | 1 | -1/+2 |
* | fixup! mpm: Use prefs API in logging module | Joerg Hofrichter | 2020-12-04 | 1 | -2/+2 |
* | mpm: Fix issue with check-filesystem test execution | Joerg Hofrichter | 2020-11-11 | 1 | -6/+6 |
* | sim: Check for unit test prereqs and disable if unsatisfied | Aaron Rossetto | 2020-10-28 | 1 | -1/+45 |
* | sim: Move SelectableQueue and SendWrapper | Samuel O'Brien | 2020-10-28 | 2 | -45/+45 |