Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wid committed May 8, 2023
1 parent d53ca12 commit a9d30e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/coreboot-p8z77-v-tpm1.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CONFIG_VENDOR_ASUS=y
CONFIG_CBFS_SIZE=0x7E7000
CONFIG_BOARD_ASUS_P8Z77_V=y
CONFIG_HAVE_IFD_BIN=y
CONFIG_HAVE_ME_BIN=y
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/p8z77-v/ifd.bin"
CONFIG_ME_BIN_PATH="@BLOB_DIR@/p8z77-v/me.bin"
CONFIG_NO_GFX_INIT=y
CONFIG_TPM_MEASURED_BOOT=y
CONFIG_TPM1=y
CONFIG_DRIVERS_PS2_KEYBOARD=y
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off nohz=off"
CONFIG_ONBOARD_VGA_IS_PRIMARY=y

0 comments on commit a9d30e0

Please sign in to comment.