diff options
Diffstat (limited to 'src/sbom/generic-ec.json')
-rw-r--r-- | src/sbom/generic-ec.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/sbom/generic-ec.json b/src/sbom/generic-ec.json new file mode 100644 index 0000000000..11a1660311 --- /dev/null +++ b/src/sbom/generic-ec.json @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +{ + "lang": "en-US", + "tag-id": "cb643972-4544-525e-a25e-31651fe9fcbe", + "tag-version": 0, + "software-name": "Embedded Controller Firmware", + "software-meta": [ + { + "summary": "The Embedded Controller is a microcontroller which handles various tasks such as power management and keyboard control" + } + ], + "entity": [ + { + "entity-name": "coreboot", + "reg-id": "coreboot.org", + "role": [ + "tagCreator" + ] + } + ] +} |