openapi: Add 'firmware' to 'PayloadConfig'

This option is needed for the openapi consumer (e.g. Kata Containers) to
load firmware (e.g. td-shim) for booting.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2022-09-30 13:08:03 -07:00 committed by Rob Bradford
parent 4b4354a52c
commit 2115a41568

View File

@ -502,6 +502,8 @@ components:
PayloadConfig:
type: object
properties:
firmware:
type: string
kernel:
type: string
cmdline: