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
show more ...