-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generate cabinet file for updating firmware with fwupd
Signed-off-by: Tam Chi Nguyen <tamng@amperecomputing.com>
- Loading branch information
Tam Chi Nguyen
committed
Sep 13, 2024
1 parent
39b9b12
commit f755326
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="firmware"> | ||
<id>comp.ampere.AMP_CPU.firmware.COMPONENT</id> | ||
<name>Ampere AMP_CPU COMPONENT Firmware</name> | ||
<summary>Ampere AMP_CPU COMPONENT Firmware</summary> | ||
<description>Ampere AMP_CPU COMPONENT Firmware</description> | ||
<provides> | ||
<firmware type="flashed">AMPERE_GUID</firmware> | ||
</provides> | ||
<url type="homepage">https://amperecomputing.com</url> | ||
<metadata_license>BSD-3-Clause AND Apache-2.0</metadata_license> | ||
<project_license>BSD-3-Clause AND Apache-2.0</project_license> | ||
<releases> | ||
<release version="REL_VER" date="BUILD_DATE" urgency="medium"> | ||
<description> | ||
Ampere AMP_CPU COMPONENT Firmware, Version REL_VER | ||
</description> | ||
</release> | ||
</releases> | ||
<keywords> | ||
<keyword>bios</keyword> | ||
<keyword>scp</keyword> | ||
<keyword>uefi</keyword> | ||
</keywords> | ||
</component> | ||
|