Commit Bot submitted this change.
Dood: change setting to use vbt-dood.bin
change to use vbt-dood.bin for Dood to disable the DRRS.
CQ-DEPEND=CL:*2854373
BUG=b:151405650
TEST=boot into ChromeOS and check /var/log/messages without DRRS
Signed-off-by: Kenneth Chan <kennet...@quanta.corp-partner.google.com>
Change-Id: I8ed41fefd4c368318fd92044a4bed337742e4f8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/2138856
Commit-Queue: Henry Sun <henr...@google.com>
Tested-by: Ren Kuo <ren...@quanta.corp-partner.google.com>
Reviewed-by: Ren Kuo <ren...@quanta.corp-partner.google.com>
Reviewed-by: Henry Sun <henr...@google.com>
(cherry picked from commit f20eb7a104427e1742dc0bb3701d064c54f65960)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/2141495
Reviewed-by: Justin TerAvest <tera...@chromium.org>
Commit-Queue: Justin TerAvest <tera...@chromium.org>
---
M sys-boot/coreboot/coreboot-9999.ebuild
M sys-boot/coreboot/files/configs/config.dood
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/coreboot/coreboot-9999.ebuild b/sys-boot/coreboot/coreboot-9999.ebuild
index b669490..0e10af1 100644
--- a/sys-boot/coreboot/coreboot-9999.ebuild
+++ b/sys-boot/coreboot/coreboot-9999.ebuild
@@ -3,7 +3,7 @@
# Change this version number when any change is made to configs/files under
# coreboot and an auto-revbump is required.
-# VERSION=REVBUMP-0.0.61
+# VERSION=REVBUMP-0.0.62
EAPI=7
CROS_WORKON_PROJECT=(
diff --git a/sys-boot/coreboot/files/configs/config.dood b/sys-boot/coreboot/files/configs/config.dood
index 485d333..be04007 100644
--- a/sys-boot/coreboot/files/configs/config.dood
+++ b/sys-boot/coreboot/files/configs/config.dood
@@ -31,7 +31,7 @@
CONFIG_FSP_HEADER_PATH="3rdparty/blobs/baseboard-octopus/fsp/"
CONFIG_INTEL_GMA_ADD_VBT=y
CONFIG_RUN_FSP_GOP=y
-CONFIG_INTEL_GMA_VBT_FILE="3rdparty/blobs/baseboard-octopus/vbt.bin"
+CONFIG_INTEL_GMA_VBT_FILE="3rdparty/blobs/baseboard-octopus/vbt-dood.bin"
# SPI Descriptor
CONFIG_HAVE_IFD_BIN=y
To view, visit change 2141495. To unsubscribe, or for help writing mail filters, visit settings.