modules/coreboot: update rev to Dasharo v.0.7.0 release for RC Talos II#1452
Closed
macpijan wants to merge 1 commit intolinuxboot:masterfrom
Closed
modules/coreboot: update rev to Dasharo v.0.7.0 release for RC Talos II#1452macpijan wants to merge 1 commit intolinuxboot:masterfrom
macpijan wants to merge 1 commit intolinuxboot:masterfrom
Conversation
The diff between these two commits is literally a change in defconfig, so no actual change in terms of codebse from heads perspective, since heads is maintaining defconfig on it's now. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Collaborator
|
I can merge this, but recommended release steps under Dasharo/coreboot#367 should be followed, otherwise SBOM is pretty invalid?
See here: |
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 16, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 16, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 16, 2023
… material backup as of now (dirmngr is used even if deactivated under gpg2) - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 16, 2023
… material backup as of now TODO: dirmngr is called even if disabled on ppc64 when detach signing (but not built and deactivated per configure script) Will seek help for that, but that would probably mean a gnupg tollstack version bump - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 16, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why): ``` Adding generated key to current firmware and re-flashing... Board talos-2 detected, continuing... 37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom Initializing Flash Programmer Reading old flash contents. Please wait... Flashing: [##################################################\] (100%) Verifying flash contents. Please wait... The flash contents were verified and the image was flashed correctly. Signing boot files and generating checksums... 180726119: 000E452213510000005A gpg: error running '//bin/dirmngr': probably not installed gpg: failed to start dirmngr '//bin/dirmngr': Configuration error gpg: can't connect to the dirmngr: Configuration error gpg: no default secret key: No dirmngr gpg: signing failed: No dirmngr ``` dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 17, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. - Adds extFAT requirements that were missing TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why): ``` Adding generated key to current firmware and re-flashing... Board talos-2 detected, continuing... 37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom Initializing Flash Programmer Reading old flash contents. Please wait... Flashing: [##################################################\] (100%) Verifying flash contents. Please wait... The flash contents were verified and the image was flashed correctly. Signing boot files and generating checksums... 180726119: 000E452213510000005A gpg: error running '//bin/dirmngr': probably not installed gpg: failed to start dirmngr '//bin/dirmngr': Configuration error gpg: can't connect to the dirmngr: Configuration error gpg: no default secret key: No dirmngr gpg: signing failed: No dirmngr ``` dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 17, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why): ``` Adding generated key to current firmware and re-flashing... Board talos-2 detected, continuing... 37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom Initializing Flash Programmer Reading old flash contents. Please wait... Flashing: [##################################################\] (100%) Verifying flash contents. Please wait... The flash contents were verified and the image was flashed correctly. Signing boot files and generating checksums... 180726119: 000E452213510000005A gpg: error running '//bin/dirmngr': probably not installed gpg: failed to start dirmngr '//bin/dirmngr': Configuration error gpg: can't connect to the dirmngr: Configuration error gpg: no default secret key: No dirmngr gpg: signing failed: No dirmngr ``` dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Nov 17, 2023
… material backup as of now - Closes linuxboot#1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why): ``` Adding generated key to current firmware and re-flashing... Board talos-2 detected, continuing... 37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom Initializing Flash Programmer Reading old flash contents. Please wait... Flashing: [##################################################\] (100%) Verifying flash contents. Please wait... The flash contents were verified and the image was flashed correctly. Signing boot files and generating checksums... 180726119: 000E452213510000005A gpg: error running '//bin/dirmngr': probably not installed gpg: failed to start dirmngr '//bin/dirmngr': Configuration error gpg: can't connect to the dirmngr: Configuration error gpg: no default secret key: No dirmngr gpg: signing failed: No dirmngr ``` dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Collaborator
|
@macpijan this change of commit was added per #1530. When those changes happen, which are important, they should be communicated otherwise guidelines provided for Heads to actually track those changes. Closing this. |
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.
The diff between these two commits is literally a change in defconfig, so no actual change in terms of codebse from heads perspective, since heads is maintaining defconfig on it's now.