modules/coreboot: Reuse 24.02.01 toolchain for coreboot-purism

Reuse the toolchain from coreboot-24.02.01 for coreboot-purism (based
on 24.02.01) instead of compiling a separate toolchain.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2024-07-19 09:27:11 -04:00 committed by Thierry Laurion
parent 2253f6f3a3
commit d20333f081
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -86,11 +86,10 @@ coreboot-talos_2_repo := https://github.com/Dasharo/coreboot
coreboot-talos_2_commit_hash := fc47236e9877f4113dfcce07fa928f52d4d2c8ee
$(eval $(call coreboot_module,talos_2,))
# Similarly, purism is based on 24.02.01, but nothing builds against that release
# or any other fork - no benefit to sharing the toolchain yet.
# coreboot-purism is based on 24.02.01 - reuse that toolchain.
coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git
coreboot-purism_commit_hash := f4f61b75bcfc50fa3a89f8f438e5312e750f6e3c
$(eval $(call coreboot_module,purism,))
$(eval $(call coreboot_module,purism,24.02.01))
# MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port
coreboot-dasharo_repo := https://github.com/dasharo/coreboot