1 个仓库
Components that manage interaction, metadata sharing, and execution dependencies between modular hardware plugins.
Distinct from Extraction Plugin Coordinators: The candidates focus on data pipelines, cluster actions, or simple hardware compatibility; this is about orchestrating logic between hardware abstraction plugins.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Plugin Coordinators. Refine with filters or upvote what's useful.
fwupd 是一个用于在 Linux 上发现、下载和安装硬件固件更新的系统服务。它作为固件分发客户端和硬件设备发现工具,将系统设备与供应商元数据进行匹配以识别兼容的更新。它还充当平台安全管理器,用于评估主机安全属性并应用 BIOS 设置。 该项目包含一个专用的 UEFI 固件胶囊管理器,用于生成和管理系统在引导序列期间处理的二进制文件。它提供安全框架,通过基于版本的审批和校验和白名单来过滤更新,确保仅部署经过验证的版本。 该系统涵盖了广泛的能力领域,包括用于硬件识别和部署的设备管理,以及用于原始二进制和基于归档安装的固件处理。它还实现了网络级元数据共享,通过本地点对点分发减少带宽占用。 该服务利用基于插件的硬件抽象系统来扩展对各种设备规格的支持,并使用守护进程来编排更新状态和系统访问控制。
Implements a coordination mechanism that allows different hardware plugins to share metadata and resolve dependencies during the update process.