mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
modules/coreboot: update coreboot
* Properly initialize sensor IDs of 2nd CPU to fix fan control. * Use 2s delay for I2C communications with TPM in OPAL (configured in device tree). * Stop building unused parts of skiboot using host GCC. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
parent
17f652da3b
commit
3df4a45477
@ -43,7 +43,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.19"
|
||||
EXTRA_FLAGS := -fdebug-prefix-map=$(pwd)=heads -gno-record-gcc-switches -Wno-error=packed-not-aligned -Wno-error=address-of-packed-member
|
||||
else ifeq "$(CONFIG_COREBOOT_VERSION)" "talos_2"
|
||||
coreboot_version = git
|
||||
coreboot_commit_hash = b2d4cc237c51b84c0b465976a56c6deb21b9f263
|
||||
coreboot_commit_hash = 068ad520e4ae898d356add72ea7d2a13913b76ab
|
||||
coreboot_repo := https://github.com/Dasharo/coreboot
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user