[Arista] Add new SWI attribute required by Aboot for secureboot#11915
Merged
prgeor merged 1 commit intosonic-net:masterfrom Sep 23, 2022
Merged
[Arista] Add new SWI attribute required by Aboot for secureboot#11915prgeor merged 1 commit intosonic-net:masterfrom
prgeor merged 1 commit intosonic-net:masterfrom
Conversation
|
|
Add the BUILD_DATE to the SWI version info, as this is a requirement of Secure Boot.
78b842b to
9979b3e
Compare
Collaborator
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
Collaborator
Author
|
/azpw run sonic-buildimage_merge_20220831.38,kvmtest-t0-sonic,kvmtest-t1-lag |
Collaborator
|
/AzurePipelines run sonic-buildimage_merge_20220831.38,kvmtest-t0-sonic,kvmtest-t1-lag |
|
No pipelines are associated with this pull request. |
Collaborator
Author
|
/azpw kvmtest-t0-sonic,kvmtest-t1-lag |
Collaborator
Author
|
/azpw run kvmtest-t0-sonic,kvmtest-t1-lag |
Collaborator
|
/AzurePipelines run kvmtest-t0-sonic,kvmtest-t1-lag |
|
No pipelines are associated with this pull request. |
Contributor
|
/AzurePipelines run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
prgeor
approved these changes
Sep 23, 2022
Collaborator
Author
|
@prgeor could you add the label "Request for 202205" as well? |
Collaborator
Author
Contributor
|
@yxieca please cherry-pick to 202205 |
yxieca
pushed a commit
that referenced
this pull request
Oct 25, 2022
Add the BUILD_DATE to the SWI version info, as this is a requirement of Secure Boot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Newer versions of Aboot will expect this
BUILD_DATE=attribute to exist and contain valid data.It is only use for the
securebootfeature and does not impact regular boot.How I did it
Added the new attribute declaration in
build_image.shHow to verify it
Build a SWI and boot it on a secureboot enabled product with the latest Aboot version.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Add new SWI attribute required by Aboot for secureboot