fwupd/docs/index.html
Richard Hughes 2b0f92506b Refactor the hwids functionality
This refactors the code as it was getting very confusing; before FuSmbios was
reading both SMBIOS and the kernel-provided DT -- and various things were
injecting overrides in three different place. To properly support FDT remove
one layer of indirection.

This also lets us use the compatible strings to enable plugins specifying the
flag _REQUIRE_HWID -- which means we only load the plugin if it's got a chance
of working. e.g.

    [aspeed,ast2500]
2023-01-18 07:04:44 +00:00

93 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>fwupd</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="libfwupd/org.freedesktop.fwupd.svg"/>
<meta property="og:image:alt" content="fwupd"/>
<meta property="og:title" content="fwupd"/>
<meta property="og:description" content="Documentation for fwupd"/>
<meta name="twitter:title" content="fwupd docs"/>
<meta name="twitter:description" content="Documentation for fwupd"/>
<meta name="twitter:card" content="summary"/>
<link rel="stylesheet" href="libfwupd/style.css" type="text/css" />
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<img src="libfwupd/org.freedesktop.fwupd.svg" class="logo"/>
<div class="section namespace">
<h2><a href="index.html">fwupd documentation</a></h2>
</div>
</div>
<section id="main" style="max-width: 100%" class="content">
<header>
<h1>libfwupd</h1>
<div class="description">
<p>Functionality exported by libfwupd for client applications.</p>
</div>
</header>
<ul>
<li><a href="libfwupd/index.html">Developer documentation</a></li>
</ul>
<header>
<h1>libfwupdplugin</h1>
<div class="description">
<p>Functionality available to fwupd plugins.</p>
</div>
</header>
<ul>
<li><a href="libfwupdplugin/index.html">Developer documentation</a></li>
</ul>
<ul>
<li><a href="libfwupdplugin/tutorial.html">Plugin tutorial</a></li>
</ul>
<ul>
<li><a href="libfwupdplugin/hwids.html">Hardware IDs</a></li>
</ul>
<ul>
<li><a href="libfwupdplugin/env.html">Environment variables</a></li>
</ul>
<header>
<h1>Host Security ID</h1>
<div class="description">
<p>The fwupd HSI specification.</p>
</div>
</header>
<ul>
<li><a href="libfwupdplugin/hsi.html">Public specification</a></li>
</ul>
<header>
<h1>BIOS Settings</h1>
<div class="description">
<p>The fwupd BIOS settings interface</p>
</div>
</header>
<ul>
<li><a href="libfwupdplugin/bios-settings.html">User documentation</a></li>
</ul>
<header>
<h1>BOS DS20 Specification</h1>
<div class="description">
<p>The fwupd Binary Object Store descriptor specification</p>
</div>
</header>
<ul>
<li><a href="libfwupdplugin/ds20.html">Documentation</a></li>
</ul>
<header>
<h1>Supermicro BMC license issue</h1>
<div class="description">
<p>Fixing the missing license issue when updating Supermicro boards</p>
</div>
</header>
<ul>
<li><a href="libfwupdplugin/supermicro-license.html">Issue</a></li>
</ul>
</section>
</body>
</html>