Intel FPGA: Support programming larger bitfiles.Issue data claim command after every chunk of data programmed,so we can reuse the SVC buffer for the next chunk.Tested on Terasic DE10 Pro.Spons
Intel FPGA: Support programming larger bitfiles.Issue data claim command after every chunk of data programmed,so we can reuse the SVC buffer for the next chunk.Tested on Terasic DE10 Pro.Sponsored by: UKRI
show more ...
sys: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remov
sys: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
arm64: intel: Remove firmware driverThis is now covered by ofw_firmware.Sponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D37613
arm64 intel: Remove unused devclass arguments to DRIVER_MODULE.
Add support for Intel Stratix 10 platform.Intel Stratix 10 SoC includes a quad-core arm64 cluster and FPGA fabric.This adds support for reconfiguring FPGA.Accessing FPGA core of this SoC requir
Add support for Intel Stratix 10 platform.Intel Stratix 10 SoC includes a quad-core arm64 cluster and FPGA fabric.This adds support for reconfiguring FPGA.Accessing FPGA core of this SoC require the level of privilege EL3,while kernel runs in EL1 (lower) level of privilege.This provides an Intel service layer interface that uses SMCCC to passqueries to the secure-monitor (EL3).Sponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D21454