Skip to content

Commit

Permalink
modules/coreboot: Reuse 24.02.01 toolchain for coreboot-purism
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
JonathonHall-Purism authored and tlaurion committed Jul 19, 2024
1 parent b319959 commit 837723b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/coreboot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 837723b

Please sign in to comment.