Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
osdep_raw/ | H | 16-Jul-2024 | - | 77 | 56 | |
osdep_rte/ | H | 29-Jan-2025 | - | 70 | 49 | |
README | H A D | 16-Jul-2024 | 1.4 KiB | 47 | 34 | |
ifpga_api.c | H A D | 16-Jul-2024 | 11.1 KiB | 476 | 356 | |
ifpga_api.h | H A D | 16-Jul-2024 | 894 | 30 | 18 | |
ifpga_compat.h | H A D | 16-Jul-2024 | 1.6 KiB | 54 | 36 | |
ifpga_defines.h | H A D | 16-Jul-2024 | 41.4 KiB | 1,765 | 1,306 | |
ifpga_enumerate.c | H A D | 16-Jul-2024 | 25.8 KiB | 1,139 | 879 | |
ifpga_enumerate.h | H A D | 16-Jul-2024 | 345 | 15 | 7 | |
ifpga_feature_dev.c | H A D | 16-Jul-2024 | 10.1 KiB | 414 | 295 | |
ifpga_feature_dev.h | H A D | 16-Jul-2024 | 6.3 KiB | 229 | 174 | |
ifpga_fme.c | H A D | 16-Jul-2024 | 39.1 KiB | 1,669 | 1,291 | |
ifpga_fme_dperf.c | H A D | 16-Jul-2024 | 7.2 KiB | 302 | 227 | |
ifpga_fme_error.c | H A D | 16-Jul-2024 | 9.9 KiB | 414 | 319 | |
ifpga_fme_iperf.c | H A D | 16-Jul-2024 | 20.1 KiB | 716 | 577 | |
ifpga_fme_pr.c | H A D | 16-Jul-2024 | 8.5 KiB | 358 | 266 | |
ifpga_fme_rsu.c | H A D | 16-Jul-2024 | 9.7 KiB | 447 | 381 | |
ifpga_hw.h | H A D | 16-Jul-2024 | 3.2 KiB | 155 | 118 | |
ifpga_port.c | H A D | 16-Jul-2024 | 9.7 KiB | 430 | 314 | |
ifpga_port_error.c | H A D | 16-Jul-2024 | 3.8 KiB | 164 | 122 | |
ifpga_sec_mgr.c | H A D | 16-Jul-2024 | 13.9 KiB | 640 | 547 | |
ifpga_sec_mgr.h | H A D | 16-Jul-2024 | 2.6 KiB | 94 | 65 | |
meson.build | H A D | 16-Jul-2024 | 1.1 KiB | 44 | 39 | |
opae_at24_eeprom.c | H A D | 16-Jul-2024 | 1.4 KiB | 88 | 66 | |
opae_at24_eeprom.h | H A D | 16-Jul-2024 | 406 | 15 | 7 | |
opae_debug.c | H A D | 16-Jul-2024 | 2.9 KiB | 103 | 81 | |
opae_debug.h | H A D | 16-Jul-2024 | 522 | 20 | 12 | |
opae_eth_group.c | H A D | 16-Jul-2024 | 6.4 KiB | 317 | 227 | |
opae_eth_group.h | H A D | 16-Jul-2024 | 2.1 KiB | 103 | 82 | |
opae_hw_api.c | H A D | 16-Jul-2024 | 24.3 KiB | 1,093 | 608 | |
opae_hw_api.h | H A D | 29-Jan-2025 | 12.1 KiB | |||
opae_i2c.c | H A D | 16-Jul-2024 | 11 KiB | 514 | 388 | |
opae_i2c.h | H A D | 16-Jul-2024 | 4.3 KiB | 133 | 107 | |
opae_ifpga_hw_api.c | H A D | 16-Jul-2024 | 2.9 KiB | 146 | 100 | |
opae_ifpga_hw_api.h | H A D | 16-Jul-2024 | 11.8 KiB | 283 | 208 | |
opae_intel_max10.c | H A D | 29-Jan-2025 | 34 KiB | |||
opae_intel_max10.h | H A D | 16-Jul-2024 | 16.2 KiB | 557 | 459 | |
opae_osdep.h | H A D | 29-Jan-2025 | 3.6 KiB | |||
opae_spi.c | H A D | 16-Jul-2024 | 6.5 KiB | 316 | 247 | |
opae_spi.h | H A D | 16-Jul-2024 | 5.5 KiB | 179 | 157 | |
opae_spi_transaction.c | H A D | 29-Jan-2025 | 11.3 KiB |
README
1.. 2 3/* SPDX-License-Identifier: BSD-3-Clause 4 * Copyright(c) 2010-2018 Intel Corporation 5 */ 6 7Intel iFPGA driver 8================== 9 10This directory contains source code of Intel FPGA driver released by 11the team which develops Intel FPGA Open Programmable Acceleration Engine (OPAE). 12The directory of base/ contains the original source package. The base code 13currently supports Intel FPGA solutions including integrated solution (Intel(R) 14Xeon(R) CPU with FPGAs) and discrete solution (Intel(R) Programmable Acceleration 15Card with Intel(R) Arria(R) 10 FPGA) and it could be extended to support more FPGA 16devices in the future. 17 18Please refer to [1][2] for more introduction on OPAE and Intel FPGAs. 19 20[1] https://01.org/OPAE 21[2] https://www.altera.com/solutions/acceleration-hub/overview.html 22 23 24Updating the driver 25=================== 26 27NOTE: The source code in this directory should not be modified apart from 28the following file(s): 29 30 osdep_raw/osdep_generic.h 31 osdep_rte/osdep_generic.h 32 33 34New Features 35================== 36 372019-03: 38Support Intel FPGA PAC N3000 card. 39Some features added in this version: 401. Store private features in FME and Port list. 412. Add eth group devices driver. 423. Add altera SPI master driver and Intel MAX10 device driver. 434. Add Altera I2C master driver and AT24 eeprom driver. 445. Add Device Tree support to get the configuration from card. 456. Instruding and exposing APIs to DPDK PMD to access networking 46functionality. 47