Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47478 )
Change subject: mb/google/volteer: Add keyboard layout to fw_config ......................................................................
mb/google/volteer: Add keyboard layout to fw_config
A new field was defined for different keyboard layouts, so add this field to the list and provide the two options that were defined.
Change-Id: Ic357446725e34221040705929d54cbce94c5ab8b Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/mainboard/google/volteer/variants/baseboard/devicetree.cb 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/47478/1
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index a73d4ad..4d615c8 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -37,6 +37,10 @@ option SD_GL9755S 1 option SD_RTS5261 2 end + field KB_LAYOUT 20 21 + option KB_LAYOUT_DEFAULT 0 + option KB_LAYOUT_1 1 + end end
chip soc/intel/tigerlake
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47478 )
Change subject: mb/google/volteer: Add keyboard layout to fw_config ......................................................................
Patch Set 1: Code-Review+2
Duncan Laurie has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47478 )
Change subject: mb/google/volteer: Add keyboard layout to fw_config ......................................................................
mb/google/volteer: Add keyboard layout to fw_config
A new field was defined for different keyboard layouts, so add this field to the list and provide the two options that were defined.
Change-Id: Ic357446725e34221040705929d54cbce94c5ab8b Signed-off-by: Duncan Laurie dlaurie@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47478 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/volteer/variants/baseboard/devicetree.cb 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index bc93ec9..1590415 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -38,6 +38,10 @@ option SD_GL9755S 1 option SD_RTS5261 2 end + field KB_LAYOUT 20 21 + option KB_LAYOUT_DEFAULT 0 + option KB_LAYOUT_1 1 + end end
chip soc/intel/tigerlake