aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
...
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-4/+9
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-262-62/+43
* rfnoc: radio: Remove async message registers for timestampMartin Braun2019-11-261-8/+5
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-262-6/+12
* rfnoc: radio_control: Add async message handlerMartin Braun2019-11-261-14/+102
* rfnoc: actions: Add rx_event action typeMartin Braun2019-11-261-1/+16
* rfnoc: ctrlport_endpoint: Audit locks, lock more selectivelyMartin Braun2019-11-261-5/+14
* rfnoc: rfnoc_graph: Correctly read local device IDs from mb_ifaceMartin Braun2019-11-261-8/+54
* rfnoc: rfnoc_graph: Refactor classMartin Braun2019-11-261-110/+142
* rfnoc: DDC: Fix property propagationMartin Braun2019-11-261-76/+90
* rfnoc: node: Make register_property() unlock RW accessMartin Braun2019-11-261-1/+4
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-268-290/+627
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-261-0/+9
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-262-2/+158
* rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKIDMartin Braun2019-11-261-2/+7
* rfnoc: graph: Initialize properties on all nodes during initMartin Braun2019-11-262-0/+10
* rfnoc: flushing and reset blocks on graph creationBrent Stapleton2019-11-262-3/+66
* rfnoc: Add clock selection to blocksMartin Braun2019-11-267-35/+83
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-265-3/+33
* rfnoc: register_iface_holder: Add ability to invalidate and updateMartin Braun2019-11-262-0/+93
* rfnoc: Make a chdr_ctrl_xport using the new link APIsAlex Williams2019-11-263-101/+106
* rfnoc: Add chdr_ctrl_xportAlex Williams2019-11-262-0/+148
* rfnoc: noc_block_base: Store property tree reference from make_argsMartin Braun2019-11-261-1/+4
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-261-0/+5
* rfnoc: Add device_id allocatorMartin Braun2019-11-262-0/+18
* rfnoc: Fixed race condition in chdr_ctrl_endpointAshish Chaudhari2019-11-261-2/+4
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-262-0/+53
* rfnoc: rfnoc_graph: Add API to query the number of motherboardsMartin Braun2019-11-261-1/+11
* rfnoc: enumerate and construct block controllers, enable connect()Brent Stapleton2019-11-261-3/+202
* rfnoc: Add null block controllerMartin Braun2019-11-262-0/+183
* rfnoc: noc_block_base: Pass args into block on constructionMartin Braun2019-11-261-0/+1
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-262-2/+31
* rfnoc: noc_block_base: Add API to reduce num portsMartin Braun2019-11-261-0/+20
* rfnoc: Add mb_controller APIMartin Braun2019-11-265-0/+133
* rfnoc: SW support for FPGA byte swapperAshish Chaudhari2019-11-261-8/+31
* rfnoc: Add radio block controllerMartin Braun2019-11-262-0/+772
* rfnoc: Added src port, EPID getters to register_iface, 64-bit callsAshish Chaudhari2019-11-261-1/+14
* rfnoc: Graph and link stream manager API cleanupAshish Chaudhari2019-11-264-45/+247
* rfnoc: noc_block_base: Handle the tick_rate property internallyMartin Braun2019-11-262-40/+62
* rfnoc: node: Fix resolution of properties with circular dependenciesMartin Braun2019-11-261-41/+51
* rfnoc: Enable daisy-chaining in mgmt_portalAshish Chaudhari2019-11-261-5/+14
* rfnoc: Added link/graph specific stream managersAshish Chaudhari2019-11-265-0/+462
* rfnoc: API cleanup for ctrl/mgmt codeAshish Chaudhari2019-11-262-60/+72
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-267-26/+13
* rfnoc: Add default block controllerMartin Braun2019-11-264-2/+28
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+558
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-262-19/+26
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-261-0/+24
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-261-10/+12
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-262-0/+161