Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TALOS II's coreboot's buildgcc : change IASL_ARCHIVE link to point to intel, same hash #367

Open
wants to merge 1 commit into
base: raptor-cs_talos-2/rel_v0.7.0
Choose a base branch
from

Conversation

tlaurion
Copy link

@tlaurion tlaurion commented Aug 4, 2023

Similar to #366 but applied to Talos II release 0.7.
Point release needed : 0.7.1

Note that Heads doesn't point to the coreboot hash as it was on release.


suggested workflow for point release:

Doing so, SBOM would be valid. Otherwise, BOM is invalid.
Heads coreboot's hash won't match what is in your release. (as of now for 0.7)

@tlaurion tlaurion changed the title buildgcc : change IASL_ARCHIVE link to point to intel, same hash TALOS II's coreboot's buildgcc : change IASL_ARCHIVE link to point to intel, same hash Aug 4, 2023
@@ -52,7 +52,8 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz"
MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz"
BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz"
IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz"
# acpica.org links rotted, use Intel mirror for 20220331
IASL_ARCHIVE="https://downloadmirror.intel.com/774879/acpica-unix2-${IASL_VERSION}.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we use the same lin kas here? #366

IASL_VERSION is 20220331 here as well @tlaurion

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miczyg1 as you see fit. Same will apply to kgpe-d6 dasharo fork and all other forks. This was just a guideline to be followed, meanwhile staging patches missing newer commit under Heads lies into forks staging dirs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants