Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48160 )
Change subject: mb/google/volteer: Add fw_config entries for boot device ......................................................................
mb/google/volteer: Add fw_config entries for boot device
Add the fw_config entries for the newly added boot device fields. These are added as separate fields since a board may have more than one selected.
BUG=b:173129299 TEST=abuild google/volteer
Change-Id: I2af9ffcf0b90d4f4b7f2f31613ee110d8f350454 Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/mainboard/google/volteer/variants/baseboard/devicetree.cb 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/48160/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index 455b9ab..1b3b1cc 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -46,6 +46,18 @@ option KB_LAYOUT_DEFAULT 0 option KB_LAYOUT_1 1 end + field BOOT_DEVICE_EMMC 22 + option BOOT_EMMC_DISABLED 0 + option BOOT_EMMC_ENABLED 1 + end + field BOOT_DEVICE_NVME 23 + option BOOT_NVME_DISABLED 0 + option BOOT_NVME_ENABLED 1 + end + field BOOT_DEVICE_SATA 24 + option BOOT_SATA_DISABLED 0 + option BOOT_SATA_ENABLED 1 + end end
chip soc/intel/tigerlake