Mark Hsieh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
mb/google/volteer: config QS silicon devices for CSE LITE
Configure eldrid to use CSE Lite.
BUG=b:158140797 TEST=cd to volteer's asset_generation folder, execute "./gen_all_variant_images.sh" and verify that all variant images are produced.
Signed-off-by: Mark Hsieh mark_hsieh@wistron.corp-partner.google.com Change-Id: I357abdac4102f358d3aa1cb50f600312039ef140 --- M src/mainboard/google/volteer/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/45018/1
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index 1d9a3db..1980dd5 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -8,6 +8,7 @@ config BOARD_GOOGLE_ELDRID bool "-> Eldrid" select BOARD_GOOGLE_BASEBOARD_VOLTEER + select SOC_INTEL_CSE_LITE_SKU
config BOARD_GOOGLE_HALVOR bool "-> Halvor"
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
Patch Set 1: Code-Review+2
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
Patch Set 1:
Since Eldrid was the last holdout to switch to the CSE Lite SKU, should we just move the SOC_INTEL_CSE_LITE_SKU selection into the Kconfig file so it applies to all Volteer boards?
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
Patch Set 1:
Patch Set 1:
Since Eldrid was the last holdout to switch to the CSE Lite SKU, should we just move the SOC_INTEL_CSE_LITE_SKU selection into the Kconfig file so it applies to all Volteer boards?
ya... i pondered that, too. should be a straight forward consolidation we can do out-of-band when we get a chance.
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
mb/google/volteer: config QS silicon devices for CSE LITE
Configure eldrid to use CSE Lite.
BUG=b:158140797 TEST=cd to volteer's asset_generation folder, execute "./gen_all_variant_images.sh" and verify that all variant images are produced.
Signed-off-by: Mark Hsieh mark_hsieh@wistron.corp-partner.google.com Change-Id: I357abdac4102f358d3aa1cb50f600312039ef140 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45018 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Caveh Jalali caveh@chromium.org --- M src/mainboard/google/volteer/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Caveh Jalali: Looks good to me, approved
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index 1d9a3db..1980dd5 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -8,6 +8,7 @@ config BOARD_GOOGLE_ELDRID bool "-> Eldrid" select BOARD_GOOGLE_BASEBOARD_VOLTEER + select SOC_INTEL_CSE_LITE_SKU
config BOARD_GOOGLE_HALVOR bool "-> Halvor"
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45018 )
Change subject: mb/google/volteer: config QS silicon devices for CSE LITE ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 7/1/8 "QEMU x86 q35/ich9" (x86_32) using payload TianoCore : SUCCESS : https://lava.9esec.io/r/18069 "QEMU x86 q35/ich9" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/18068 "QEMU x86 i440fx/piix4" (x86_64) using payload SeaBIOS : FAIL : https://lava.9esec.io/r/18067 "QEMU x86 i440fx/piix4" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/18066 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/18065 "HP Z220 SFF Workstation" (x86_32) using payload LinuxBoot_BusyBox_kexec : SUCCESS : https://lava.9esec.io/r/18072 "HP Compaq 8200 Elite SFF PC" (x86_32) using payload TianoCore : SUCCESS : https://lava.9esec.io/r/18071 "HP Compaq 8200 Elite SFF PC" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/18070
Please note: This test is under development and might not be accurate at all!