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
show more ...
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Add support for ARM System Control and Management Interface (SCMI) v3.1.The SCMI specification describes a set of standard interfaces for power,performance and system management.SCMI is extensib
Add support for ARM System Control and Management Interface (SCMI) v3.1.The SCMI specification describes a set of standard interfaces for power,performance and system management.SCMI is extensible and provides interfaces to access functions which areoften implemented in firmwares in the System Control Processor (SCP).This implements Shared Memory-based transfer, which is one of the ways onhow messages are exchanged between agents and the platform.This includes a driver for ARM Message Handling Unit (MHU) Doorbell, whichis a mechanism that the caller can use to alert the callee of the presenceof a message.The support implements clock management interface. For instance this allowsus to control HDMI pixel clock on ARM Morello Board.Tested on ARM Morello Board.Obtained from: CheriBSDDifferential Revision: https://reviews.freebsd.org/D37316Reviewed by: manuSponsored by: UKRI