bugfix: modules/coreboot + blobs/xx80: rely on github for git, not review.coreboot.org

https://review.coreboot.org is having HTTPS issue. Reported on coreboot matrix channel, but need to build.

Log from CircleCI failing when trying to pull deguard: https://app.circleci.com/pipelines/github/tlaurion/heads/3267/workflows/588f8aeb-4d73-4f71-9e6e-fd286e46353e/jobs/66442/parallel-runs/0/steps/0-111

Reasoning:
We might dislike GitHub, but when comes maintaining a project and using free systems for bandwidth and CI because no money, we need to rely on systems that don't randomly fall.
Using github does that purpose here

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-04-03 11:06:14 -04:00
parent 2ab7d5884b
commit c627965397
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ function deguard() {
# Download the deguard tool into a temporary directory and apply the patch to the cleaned ME blob.
pushd "$(mktemp -d)" || exit
git clone https://review.coreboot.org/deguard.git
git clone https://github.com/coreboot/deguard
pushd deguard || exit
git checkout 0ed3e4ff824fc42f71ee22907d0594ded38ba7b2
@ -196,4 +196,4 @@ if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
chk_sha256sum "$DEGUARDED_ME_BIN_HASH" "$me_deguarded"
chk_sha256sum "$TB_BIN_HASH" "$tb_flashable"
fi
fi

View File

@ -104,7 +104,7 @@ $(eval $(call coreboot_module,dasharo,24.02.01))
# Therefore, patches/coreboot-2412 includes libreboot patches applied to 24.12 release
# patches/coreboot-2412 also includes PR0 patchset, minus xeon support which don't apply to 24.12 as per https://review.coreboot.org/c/coreboot/+/85278
# TODO: @miczyg1 rebase of patchset so that doenstream don't have to maintain, adapt work
coreboot-24.12_repo := https://review.coreboot.org/coreboot.git
coreboot-24.12_repo := https://github.com/coreboot/coreboot
coreboot-24.12_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a
#Don't reuse any coreboot buildstack for now since nothing else is based on 24.12
$(eval $(call coreboot_module,24.12,))