summaryrefslogtreecommitdiffstats
path: root/src/sbom/payload-U-Boot.json
blob: 840ab6fe843b19769b428aa35ba1d9fd44470553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: GPL-2.0-only */
{
  "lang": "en-US",
  "tag-id": "b714bb4f-c590-5bb7-af60-65374ecd097d",
  "tag-version": 0,
  "software-name": "U-Boot",
  "software-version": "<software_version>",
  "version-scheme": "alphanumeric",
  "software-meta": [
    {
      "colloquial-version": "<colloquial_version>",
      "persistent-id": "org.u-boot",
      "summary": "Das U-Boot (subtitled 'the Universal Boot Loader') is an open-source, primary boot loader used in embedded devices to package the instructions to boot the device's operating system kernel"
    }
  ],
  "entity": [
    {
      "entity-name": "coreboot",
      "reg-id": "coreboot.org",
      "role": [
        "tagCreator"
      ]
    }
  ]
}