1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

654 commits

Author SHA1 Message Date
Pascal Bauer
dfa68d3a28 try to use aurora 2024-10-30 22:20:37 +01:00
Pascal Bauer
e7484d055c add todo 2024-10-30 22:20:07 +01:00
Pascal Bauer
fbae427439 use instance name 2024-10-24 00:27:29 +02:00
Pascal Bauer
7dff00406b remove unused members 2024-10-24 00:21:17 +02:00
Pascal Bauer
ad4f5f016f update description 2024-10-24 00:16:14 +02:00
Pascal Bauer
0766e83484 remove dead code 2024-10-24 00:14:47 +02:00
Pascal Bauer
2514bc2ed0 remove dead code 2024-10-24 00:11:20 +02:00
Pascal Bauer
f27fc62454 apply refactor 2024-10-23 22:03:40 +02:00
Pascal Bauer
4752b084c0 fix addrSpaceIdToHost 2024-10-23 22:03:40 +02:00
Pascal Bauer
b94c6cd010 change zynq name 2024-10-23 22:03:40 +02:00
Pascal Bauer
7bcc8ece6c Format comment 2024-10-23 22:03:40 +02:00
Pascal Bauer
bca8ec0c86 add ignored ips 2024-10-23 22:03:40 +02:00
Pascal Bauer
48fbfbe088 addIrq method 2024-10-23 22:03:40 +02:00
Pascal Bauer
aee77860ba platform intc 2024-10-23 22:03:40 +02:00
Pascal Bauer
cc325d3cb7 platform irq draft 2024-10-23 22:03:40 +02:00
Pascal Bauer
037e0f82be refactor 2024-10-23 22:03:40 +02:00
Pascal Bauer
e73f536be1 remove blank line 2024-10-23 22:03:40 +02:00
Pascal Bauer
27dc6f3ab4 refactor ip_device_reader 2024-10-23 22:03:40 +02:00
Pascal Bauer
0fc165ec4d update comment 2024-10-23 22:03:40 +02:00
Pascal Bauer
639cff5a73 change copy to direct initialization 2024-10-23 22:03:39 +02:00
Pascal Bauer
50b336891d adjust to driver rework 2024-10-23 22:03:39 +02:00
Pascal Bauer
096a0cf0b0 add to utils 2024-10-23 22:03:39 +02:00
Pascal Bauer
b654e0f8de add to cmake 2024-10-23 22:03:39 +02:00
Pascal Bauer
66f500155e add platform card 2024-10-23 22:03:39 +02:00
Pascal Bauer
ec228c4898 add to vfio pcie 2024-10-23 22:03:39 +02:00
Pascal Bauer
15075d5f40 add connect to vfio 2024-10-23 22:03:39 +02:00
Pascal Bauer
fafbd37591 add json parser 2024-10-23 22:03:39 +02:00
Pascal Bauer
95dc3b114c add card parser 2024-10-23 22:03:39 +02:00
Pascal Bauer
cbefe28793 add zynq ip 2024-10-23 22:03:39 +02:00
Steffen Vogel
28d354cb84 Fix formatting with clang-format
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-10-15 19:31:49 +02:00
Pascal Bauer
83e95f88a5 Refactor: change namespace pci to devices
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-08-30 12:23:02 +02:00
Pascal Bauer
c41f91f1ca refactor: rename DeviceList to PciDeviceList
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-08-30 12:23:02 +02:00
Pascal Bauer
975c02dc7d Refactor: rename pci class to pci_device
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-08-30 12:23:02 +02:00
Pascal Bauer
91b541943e Refactor: Move pci to devices/pci_device
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-08-30 12:23:02 +02:00
Niklas Eiling
97fccd604d PCIeCard: load correct kernel module
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-08-26 10:09:01 +02:00
Niklas Eiling
eeeb9b1d7b dino: fix wrong copyright notice in dino.cpp
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-08-26 10:09:01 +02:00
IgnoreWarnings
2bc2eaed28 ensure loading of vfio modules
Signed-off-by: IgnoreWarnings <pascal.bauer@rwth-aachen.de>
2024-08-09 09:14:47 +02:00
Niklas Eiling
f25e1dd689 log: fix undefined intitialization order of static objects. fixes #799.
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-08-05 14:57:13 +02:00
Pascal Bauer
74155d9685 add optional indicator
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-07-31 11:54:16 +02:00
Pascal Bauer
9e89ba32c2 make baseaddress optional, remove debug output
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-07-31 11:54:16 +02:00
Niklas Eiling
5f44e16ced fpga: remove dead code and improve comments in Dino IP
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-07-29 13:50:36 +02:00
Niklas Eiling
7128da24c3 fpga: make dma able to handle sequence numbers generated in the FPGA
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-07-29 13:50:36 +02:00
Niklas Eiling
136d033cd3 fpga: fix dino setting wrong offset value to float converter
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-07-29 13:50:36 +02:00
Niklas Eiling
7991d31393 fpga/dino: add and set new registers
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-07-29 13:50:36 +02:00
Pascal Bauer
f364db1748 add parsing for baseaddress
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-07-29 11:29:03 +02:00
Pascal Bauer
81f8981783 add member and getter for baseaddress
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-07-29 11:29:03 +02:00
Pascal Bauer
54796d11b2 removed void indicator
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-06-27 09:54:58 +02:00
Pascal Bauer
80fa0429dd change name of "parseVLNV" to "parseIpIdentifier"
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-06-27 09:54:58 +02:00
Pascal Bauer
ba92d5447f add linebrakes
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-06-27 09:54:58 +02:00
Pascal Bauer
f79f7f4ca7 refactor make
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
2024-06-27 09:54:58 +02:00