mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
Main changes: - x4xx_mb_cpld.MboardCPLD is renamed to X4xxMboardCPLD and is now a base class. Specific implementations of the MB CPLD require derived classes and have to provide their corresponding signature. - In x4xx.py, we don't init the MB CPLD and then assert we have a specific signature. Instead, we init the MB CPLD, and choose a derived class based on the signature. If there is no such class, then the same error is generated as before (by itself, this means there is no behavioural change). - The MB CPLD image for the X410 (ZBX daughterboards) is moved to a derived class X410MboardCPLD. - New: The ZBX daughterboard driver verifies that the MB CPLD image is in fact compatible with the daughterboard. For this, the MB CPLD control classes require a COMPATIBLE_DB_PIDS attribute. By itself, this change has no behavioural- or API changes. However, it allows easily slotting in new CPLD images with different signatures. Without further modifications, it does not allow *any* CPLD image though: The PS API (e.g., enable/disable daughterboards, CMI status, etc.) remain the same. |
||
|---|---|---|
| .. | ||
| chips | ||
| cores | ||
| dboard_manager | ||
| periph_manager | ||
| simulator | ||
| sys_utils | ||
| xports | ||
| __init__.py.in | ||
| aurora_control.py | ||
| bfrfs.py | ||
| bist.py | ||
| CMakeLists.txt | ||
| compat_num.py | ||
| components.py | ||
| discovery.py | ||
| e31x_legacy_eeprom.py | ||
| eeprom.py | ||
| ethdispatch.py | ||
| fpga_bit_to_bin.py | ||
| gpsd_iface.py | ||
| mpmlog.py | ||
| mpmtypes.py | ||
| mpmutils.py | ||
| prefs.py | ||
| process_manager.py | ||
| rpc_server.py | ||
| test_bfrfs.py | ||
| tlv_eeprom.py | ||
| user_eeprom.py | ||