lib/smbios: Improve Type9
[coreboot2.git] / src / sbom / payload-skiboot.json
blob21ce91b4e40d8107cc637f7ad077934f3c0cade1
1 /* SPDX-License-Identifier: GPL-2.0-only */
3   "lang": "en-US",
4   "tag-id": "239e03d9-06b0-5ed0-a409-3c32f7f2ee2a",
5   "tag-version": 0,
6   "software-name": "skiboot",
7   "software-version": "<software_version>",
8   "version-scheme": "alphanumeric",
9   "software-meta": [
10     {
11       "colloquial-version": "<colloquial_version>",
12       "persistent-id": "org.skiboot",
13       "summary": "Skiboot is boot and runtime firmware for OpenPOWER systems. It’s loaded by earlier boot firmware (typically Hostboot). Along with loading the bootloader, it provides some runtime services to the OS (typically Linux)"
14     }
15   ],
16   "entity": [
17     {
18       "entity-name": "coreboot",
19       "reg-id": "coreboot.org",
20       "role": [
21         "tagCreator"
22       ]
23     }
24   ]