mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
Use single coreboot rev for MSI and NCM
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
443955e086
commit
f6f216c5b8
@ -2,7 +2,7 @@
|
|||||||
# Note: for reference, other GOP enabled FB board is librem_11
|
# Note: for reference, other GOP enabled FB board is librem_11
|
||||||
|
|
||||||
export CONFIG_COREBOOT=y
|
export CONFIG_COREBOOT=y
|
||||||
export CONFIG_COREBOOT_VERSION=nitrokey
|
export CONFIG_COREBOOT_VERSION=dasharo
|
||||||
export CONFIG_LINUX_VERSION=6.1.8
|
export CONFIG_LINUX_VERSION=6.1.8
|
||||||
|
|
||||||
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-ns50.config
|
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-ns50.config
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Note: for reference, other GOP enabled FB board is librem_11
|
# Note: for reference, other GOP enabled FB board is librem_11
|
||||||
|
|
||||||
export CONFIG_COREBOOT=y
|
export CONFIG_COREBOOT=y
|
||||||
export CONFIG_COREBOOT_VERSION=nitrokey
|
export CONFIG_COREBOOT_VERSION=dasharo
|
||||||
export CONFIG_LINUX_VERSION=6.1.8
|
export CONFIG_LINUX_VERSION=6.1.8
|
||||||
|
|
||||||
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-nv41.config
|
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-nv41.config
|
||||||
|
@ -88,10 +88,10 @@ coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git
|
|||||||
coreboot-purism_commit_hash := 0d57cff58fba2f3a4d3a714a4eae65753e58c6ff
|
coreboot-purism_commit_hash := 0d57cff58fba2f3a4d3a714a4eae65753e58c6ff
|
||||||
$(eval $(call coreboot_module,purism,))
|
$(eval $(call coreboot_module,purism,))
|
||||||
|
|
||||||
#Nitrokey nv41/ns50 are based on Dasharo coreboot port
|
# MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port
|
||||||
coreboot-nitrokey_repo := https://github.com/dasharo/coreboot
|
coreboot-dasharo_repo := https://github.com/dasharo/coreboot
|
||||||
coreboot-nitrokey_commit_hash := a1787afa6b3bf4d3b201cfdbe2ef69623072afa5
|
coreboot-dasharo_commit_hash := 3a9aa3a4692f3dd49732f5b4e3ec54be385f0969
|
||||||
$(eval $(call coreboot_module,nitrokey,))
|
$(eval $(call coreboot_module,dasharo,))
|
||||||
|
|
||||||
# Check that the board configured the coreboot version correctly
|
# Check that the board configured the coreboot version correctly
|
||||||
ifeq "$(CONFIG_COREBOOT_VERSION)" ""
|
ifeq "$(CONFIG_COREBOOT_VERSION)" ""
|
||||||
|
Loading…
Reference in New Issue
Block a user