Chen Wisley has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36335 )
Change subject: Dragonair: Add sku23 ......................................................................
Dragonair: Add sku23
BUG=b:142987639 TEST=emerge-hatch coreboot
Change-Id: I0ff1a81d0579d0b328a48bc7d4f867592ec63e8b Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/hatch/variants/dratini/include/variant/sku.h M src/mainboard/google/hatch/variants/dratini/variant.c 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/36335/1
diff --git a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h index 8ff2c79..e36d335 100644 --- a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h +++ b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h @@ -19,6 +19,7 @@ enum { SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ + SKU_23_DRAGONAIR = 23, /* TS + Stylus */ };
#endif /* __MAINBOARD_SKU_H__ */ diff --git a/src/mainboard/google/hatch/variants/dratini/variant.c b/src/mainboard/google/hatch/variants/dratini/variant.c index da5db7f..3a00385 100644 --- a/src/mainboard/google/hatch/variants/dratini/variant.c +++ b/src/mainboard/google/hatch/variants/dratini/variant.c @@ -25,6 +25,7 @@ switch (sku_id) { case SKU_21_DRAGONAIR: case SKU_22_DRAGONAIR: + case SKU_23_DRAGONAIR: filename = "wifi_sar-dragonair.hex"; break; }
Philip Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36335 )
Change subject: Dragonair: Add sku23 ......................................................................
Patch Set 1: Code-Review+2
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36335 )
Change subject: Dragonair: Add sku23 ......................................................................
Patch Set 1: Code-Review+2
Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36335 )
Change subject: Dragonair: Add sku23 ......................................................................
Dragonair: Add sku23
BUG=b:142987639 TEST=emerge-hatch coreboot
Change-Id: I0ff1a81d0579d0b328a48bc7d4f867592ec63e8b Signed-off-by: Wisley Chen wisley.chen@quantatw.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36335 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Philip Chen philipchen@google.com Reviewed-by: Paul Fagerburg pfagerburg@chromium.org --- M src/mainboard/google/hatch/variants/dratini/include/variant/sku.h M src/mainboard/google/hatch/variants/dratini/variant.c 2 files changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Philip Chen: Looks good to me, approved Paul Fagerburg: Looks good to me, approved
diff --git a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h index 8ff2c79..e36d335 100644 --- a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h +++ b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h @@ -19,6 +19,7 @@ enum { SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ + SKU_23_DRAGONAIR = 23, /* TS + Stylus */ };
#endif /* __MAINBOARD_SKU_H__ */ diff --git a/src/mainboard/google/hatch/variants/dratini/variant.c b/src/mainboard/google/hatch/variants/dratini/variant.c index da5db7f..3a00385 100644 --- a/src/mainboard/google/hatch/variants/dratini/variant.c +++ b/src/mainboard/google/hatch/variants/dratini/variant.c @@ -25,6 +25,7 @@ switch (sku_id) { case SKU_21_DRAGONAIR: case SKU_22_DRAGONAIR: + case SKU_23_DRAGONAIR: filename = "wifi_sar-dragonair.hex"; break; }