-
-
Notifications
You must be signed in to change notification settings - Fork 198
Msi dasharo upstream #1995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Tonux599
wants to merge
24
commits into
linuxboot:master
Choose a base branch
from
Tonux599:msi-dasharo-upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Msi dasharo upstream #1995
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b88c453
Add MSI PRO Z690-A DDR4 target
miczyg1 8499f8b
Add MSI PRO Z690-A (DDR5) target
miczyg1 80b28f2
Add MSI PRO Z790-P DDR4 target
miczyg1 4977d10
Add MSI PRO Z790-P (DDR5) target
miczyg1 4125177
initrd/bin/cbfs-init: workaround for >16MiB flash
mkopec bf9708f
boards/msi*: use w/a for >16MiB flash
mkopec 9be0ce3
initrd/bin/cbfs-init: add error check for flashrom command
mkopec 13e832a
MSI Z690 / Z790 - Enable PROC_SYSCTL support for Heads init script.
mdrobnak f83092e
msi: add dasharo MSI release fork in `coreboot` module
Tonux599 2d5cf61
msi: use `dasharo_msi` coreboot version
Tonux599 a920cc8
msi: disable dropbear, hotp, and usb keyboard
Tonux599 70bcddd
msi: enable PS/2 keyboard in coreboot config
Tonux599 3036467
msi: add `vm.panic_on_oom=1` to linux cmd line
Tonux599 6643d96
msi: disable bootsplash
Tonux599 3965485
msi: use flashprog not flashrom
Tonux599 10be901
msi: use flashprog on `initrd/bin/cbfs-init`
Tonux599 f3ad8c2
msi: `make olddefconfig` on coreboot configs
Tonux599 0f93d67
msi: `make olddefconfig` on linux config
Tonux599 0bfbccb
CircleCI: add MSI boards
Tonux599 94fa9c5
msi: mark untested boards
Tonux599 7546d7b
BOARDS_AND_TESTERS.md: add MSI boards
Tonux599 1a0b584
msi: `CONFIG_REQUIRE_USB_KEYBOARD=n` not `CONFIG_USB_KEYBOARD=n`
Tonux599 7493d8d
msi: bump to v1.1.5 / v0.9.3
Tonux599 0c2656d
msi: update coreboot configs for v1.1.5 / v0.9.3
Tonux599 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
boards/UNTESTED_msi_z690a_ddr4/UNTESTED_msi_z690a_ddr4.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# MSI PRO Z690-A DDR4 board configuration | ||
|
||
export CONFIG_COREBOOT=y | ||
export CONFIG_COREBOOT_VERSION=dasharo_msi | ||
export CONFIG_LINUX_VERSION=6.1.8 | ||
|
||
CONFIG_COREBOOT_CONFIG=config/coreboot-msi_z690a_ddr4.config | ||
CONFIG_LINUX_CONFIG=config/linux-msi-z690-z790.config | ||
|
||
CONFIG_KEXEC=y | ||
CONFIG_QRENCODE=y | ||
CONFIG_TPMTOTP=y | ||
CONFIG_POPT=y | ||
CONFIG_FLASHTOOLS=y | ||
CONFIG_FLASHPROG=y | ||
CONFIG_PCIUTILS=y | ||
CONFIG_UTIL_LINUX=y | ||
CONFIG_CRYPTSETUP2=y | ||
CONFIG_GPG2=y | ||
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_DROPBEAR=n | ||
|
||
CONFIG_HOTPKEY=n | ||
|
||
CONFIG_CAIRO=y | ||
CONFIG_FBWHIPTAIL=y | ||
|
||
CONFIG_LINUX_USB=y | ||
CONFIG_LINUX_IGC=y | ||
|
||
export CONFIG_USB_KEYBOARD=n | ||
|
||
export CONFIG_BOOTSCRIPT=/bin/gui-init | ||
|
||
export CONFIG_BOOT_KERNEL_ADD="" | ||
export CONFIG_BOOT_KERNEL_REMOVE="" | ||
|
||
# TPM2 requirements | ||
export CONFIG_TPM2_TOOLS=y | ||
export CONFIG_PRIMARY_KEY_TYPE=ecc | ||
CONFIG_TPM2_TSS=y | ||
CONFIG_OPENSSL=y | ||
|
||
export CONFIG_BOOT_DEV="/dev/nvme0n1" | ||
export CONFIG_BOARD_NAME="MSI PRO Z690-A DDR4" | ||
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal" | ||
|
||
# Workaround to access > 16MiB BIOS region on ADL+ | ||
export CONFIG_CBFS_VIA_FLASHROM=y |
51 changes: 51 additions & 0 deletions
51
boards/UNTESTED_msi_z690a_ddr5/UNTESTED_msi_z690a_ddr5.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# MSI PRO Z690-A (DDR5) board configuration | ||
|
||
export CONFIG_COREBOOT=y | ||
export CONFIG_COREBOOT_VERSION=dasharo_msi | ||
export CONFIG_LINUX_VERSION=6.1.8 | ||
|
||
CONFIG_COREBOOT_CONFIG=config/coreboot-msi_z690a_ddr5.config | ||
CONFIG_LINUX_CONFIG=config/linux-msi-z690-z790.config | ||
|
||
CONFIG_KEXEC=y | ||
CONFIG_QRENCODE=y | ||
CONFIG_TPMTOTP=y | ||
CONFIG_POPT=y | ||
CONFIG_FLASHTOOLS=y | ||
CONFIG_FLASHPROG=y | ||
CONFIG_PCIUTILS=y | ||
CONFIG_UTIL_LINUX=y | ||
CONFIG_CRYPTSETUP2=y | ||
CONFIG_GPG2=y | ||
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_DROPBEAR=n | ||
|
||
CONFIG_HOTPKEY=n | ||
|
||
CONFIG_CAIRO=y | ||
CONFIG_FBWHIPTAIL=y | ||
|
||
CONFIG_LINUX_USB=y | ||
CONFIG_LINUX_IGC=y | ||
|
||
export CONFIG_USB_KEYBOARD=n | ||
|
||
export CONFIG_BOOTSCRIPT=/bin/gui-init | ||
|
||
export CONFIG_BOOT_KERNEL_ADD="" | ||
export CONFIG_BOOT_KERNEL_REMOVE="" | ||
|
||
# TPM2 requirements | ||
export CONFIG_TPM2_TOOLS=y | ||
export CONFIG_PRIMARY_KEY_TYPE=ecc | ||
CONFIG_TPM2_TSS=y | ||
CONFIG_OPENSSL=y | ||
|
||
export CONFIG_BOOT_DEV="/dev/nvme0n1" | ||
export CONFIG_BOARD_NAME="MSI PRO Z690-A" | ||
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal" | ||
|
||
# Workaround to access > 16MiB BIOS region on ADL+ | ||
export CONFIG_CBFS_VIA_FLASHROM=y |
51 changes: 51 additions & 0 deletions
51
boards/UNTESTED_msi_z790p_ddr4/UNTESTED_msi_z790p_ddr4.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# MSI PRO Z790-P DDR4 board configuration | ||
|
||
export CONFIG_COREBOOT=y | ||
export CONFIG_COREBOOT_VERSION=dasharo_msi | ||
export CONFIG_LINUX_VERSION=6.1.8 | ||
|
||
CONFIG_COREBOOT_CONFIG=config/coreboot-msi_z790p_ddr4.config | ||
CONFIG_LINUX_CONFIG=config/linux-msi-z690-z790.config | ||
|
||
CONFIG_KEXEC=y | ||
CONFIG_QRENCODE=y | ||
CONFIG_TPMTOTP=y | ||
CONFIG_POPT=y | ||
CONFIG_FLASHTOOLS=y | ||
CONFIG_FLASHPROG=y | ||
CONFIG_PCIUTILS=y | ||
CONFIG_UTIL_LINUX=y | ||
CONFIG_CRYPTSETUP2=y | ||
CONFIG_GPG2=y | ||
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_DROPBEAR=n | ||
|
||
CONFIG_HOTPKEY=n | ||
|
||
CONFIG_CAIRO=y | ||
CONFIG_FBWHIPTAIL=y | ||
|
||
CONFIG_LINUX_USB=y | ||
CONFIG_LINUX_IGC=y | ||
|
||
export CONFIG_USB_KEYBOARD=n | ||
|
||
export CONFIG_BOOTSCRIPT=/bin/gui-init | ||
|
||
export CONFIG_BOOT_KERNEL_ADD="" | ||
export CONFIG_BOOT_KERNEL_REMOVE="" | ||
|
||
# TPM2 requirements | ||
export CONFIG_TPM2_TOOLS=y | ||
export CONFIG_PRIMARY_KEY_TYPE=ecc | ||
CONFIG_TPM2_TSS=y | ||
CONFIG_OPENSSL=y | ||
|
||
export CONFIG_BOOT_DEV="/dev/nvme0n1" | ||
export CONFIG_BOARD_NAME="MSI PRO Z790-P DDR4" | ||
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal" | ||
|
||
# Workaround to access > 16MiB BIOS region on ADL+ | ||
export CONFIG_CBFS_VIA_FLASHROM=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# MSI PRO Z790-P (DDR5) board configuration | ||
|
||
export CONFIG_COREBOOT=y | ||
export CONFIG_COREBOOT_VERSION=dasharo_msi | ||
export CONFIG_LINUX_VERSION=6.1.8 | ||
|
||
CONFIG_COREBOOT_CONFIG=config/coreboot-msi_z790p_ddr5.config | ||
CONFIG_LINUX_CONFIG=config/linux-msi-z690-z790.config | ||
|
||
CONFIG_KEXEC=y | ||
CONFIG_QRENCODE=y | ||
CONFIG_TPMTOTP=y | ||
CONFIG_POPT=y | ||
CONFIG_FLASHTOOLS=y | ||
CONFIG_FLASHPROG=y | ||
CONFIG_PCIUTILS=y | ||
CONFIG_UTIL_LINUX=y | ||
CONFIG_CRYPTSETUP2=y | ||
CONFIG_GPG2=y | ||
CONFIG_LVM2=y | ||
CONFIG_MBEDTLS=y | ||
|
||
CONFIG_DROPBEAR=n | ||
|
||
CONFIG_HOTPKEY=n | ||
|
||
CONFIG_CAIRO=y | ||
CONFIG_FBWHIPTAIL=y | ||
|
||
CONFIG_LINUX_USB=y | ||
CONFIG_LINUX_IGC=y | ||
|
||
export CONFIG_USB_KEYBOARD=n | ||
|
||
export CONFIG_BOOTSCRIPT=/bin/gui-init | ||
|
||
export CONFIG_BOOT_KERNEL_ADD="" | ||
export CONFIG_BOOT_KERNEL_REMOVE="" | ||
|
||
# TPM2 requirements | ||
export CONFIG_TPM2_TOOLS=y | ||
export CONFIG_PRIMARY_KEY_TYPE=ecc | ||
CONFIG_TPM2_TSS=y | ||
CONFIG_OPENSSL=y | ||
|
||
export CONFIG_BOOT_DEV="/dev/nvme0n1" | ||
export CONFIG_BOARD_NAME="MSI PRO Z790-P" | ||
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal" | ||
|
||
# Workaround to access > 16MiB BIOS region on ADL+ | ||
export CONFIG_CBFS_VIA_FLASHROM=y |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.