Masahisa Kojima | 941353c | 2023-06-07 14:41:54 +0900 | [diff] [blame] | 1 | firmware-version bindings |
| 2 | ------------------------------- |
| 3 | |
| 4 | Required properties: |
| 5 | - image-type-id : guid for image blob type |
| 6 | - image-index : image index |
| 7 | - lowest-supported-version : lowest supported version |
| 8 | |
| 9 | Example: |
| 10 | |
| 11 | firmware-version { |
| 12 | image1 { |
| 13 | image-type-id = "09D7CF52-0720-4710-91D1-08469B7FE9C8"; |
| 14 | image-index = <1>; |
| 15 | lowest-supported-version = <3>; |
| 16 | }; |
| 17 | image2 { |
| 18 | image-type-id = "5A7021F5-FEF2-48B4-AABA-832E777418C0"; |
| 19 | image-index = <2>; |
| 20 | lowest-supported-version = <7>; |
| 21 | }; |
| 22 | }; |