Chen Wisley has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
mb/google/hatch/var/dratini: Add a new sku for dragonair
Add a new sku for dragonair
BUG=b:146504217 TEST=emerge-hatch coreboot
Change-Id: I4492d65f35d3583df1606c5f2901228b3ae14e4a 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/64/37864/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 e36d335..ffa4cfb 100644 --- a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h +++ b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h @@ -20,6 +20,7 @@ SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ SKU_23_DRAGONAIR = 23, /* TS + Stylus */ + SKU_24_DRAGONAIR = 24, };
#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 3a00385..3a51a55 100644 --- a/src/mainboard/google/hatch/variants/dratini/variant.c +++ b/src/mainboard/google/hatch/variants/dratini/variant.c @@ -26,6 +26,7 @@ case SKU_21_DRAGONAIR: case SKU_22_DRAGONAIR: case SKU_23_DRAGONAIR: + case SKU_24_DRAGONAIR: filename = "wifi_sar-dragonair.hex"; break; }
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 1:
This change is ready for review.
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/1/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/1/src/mainboard/google/hatch/... PS1, Line 23: SKU_24_DRAGONAIR = 24, Nit: did you want to add a comment here about SKU 24 like you have for SKUs 21..23?
Hello Paul Fagerburg, Philip Chen, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37864
to look at the new patch set (#2).
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
mb/google/hatch/var/dratini: Add a new sku for dragonair
Add a new sku for dragonair
BUG=b:146504217 TEST=emerge-hatch coreboot
Change-Id: I4492d65f35d3583df1606c5f2901228b3ae14e4a 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/64/37864/2
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/1/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/1/src/mainboard/google/hatch/... PS1, Line 23: SKU_24_DRAGONAIR = 24,
Nit: did you want to add a comment here about SKU 24 like you have for SKUs 21.. […]
Done
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 2: Code-Review+2
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/2/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/2/src/mainboard/google/hatch/... PS2, Line 20: SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ : SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ : SKU_23_DRAGONAIR = 23, /* TS + Stylus */ : SKU_24_DRAGONAIR = 24, /* TS + KB_BL + Stylus */ Do you want all this HW information publicly available?
Hello Paul Fagerburg, Philip Chen, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37864
to look at the new patch set (#3).
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
mb/google/hatch/var/dratini: Add a new sku for dragonair
Add a new sku for dragonair
BUG=b:146504217 TEST=emerge-hatch coreboot
Change-Id: I4492d65f35d3583df1606c5f2901228b3ae14e4a 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, 5 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/37864/3
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/2/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/2/src/mainboard/google/hatch/... PS2, Line 20: SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ : SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ : SKU_23_DRAGONAIR = 23, /* TS + Stylus */ : SKU_24_DRAGONAIR = 24, /* TS + KB_BL + Stylus */
Do you want all this HW information publicly available?
Done
Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3: Code-Review+2
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3: Code-Review+2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... PS3, Line 19: enum { Why did the comments get dropped?
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... PS3, Line 19: enum {
Why did the comments get dropped?
dosen't list hw information in public
Chen Wisley has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... File src/mainboard/google/hatch/variants/dratini/include/variant/sku.h:
https://review.coreboot.org/c/coreboot/+/37864/3/src/mainboard/google/hatch/... PS3, Line 19: enum {
dosen't list hw information in public
Ack
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37864 )
Change subject: mb/google/hatch/var/dratini: Add a new sku for dragonair ......................................................................
mb/google/hatch/var/dratini: Add a new sku for dragonair
Add a new sku for dragonair
BUG=b:146504217 TEST=emerge-hatch coreboot
Change-Id: I4492d65f35d3583df1606c5f2901228b3ae14e4a Signed-off-by: Wisley Chen wisley.chen@quantatw.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/37864 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Fagerburg pfagerburg@chromium.org Reviewed-by: Tim Wawrzynczak twawrzynczak@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, 5 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: 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 e36d335..a9a50e4 100644 --- a/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h +++ b/src/mainboard/google/hatch/variants/dratini/include/variant/sku.h @@ -17,9 +17,10 @@ #define __MAINBOARD_SKU_H__
enum { - SKU_21_DRAGONAIR = 21, /* TS + FPS + Stylus */ - SKU_22_DRAGONAIR = 22, /* TS + KB_BL + FPS + Stylus */ - SKU_23_DRAGONAIR = 23, /* TS + Stylus */ + SKU_21_DRAGONAIR = 21, + SKU_22_DRAGONAIR = 22, + SKU_23_DRAGONAIR = 23, + SKU_24_DRAGONAIR = 24, };
#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 3a00385..3a51a55 100644 --- a/src/mainboard/google/hatch/variants/dratini/variant.c +++ b/src/mainboard/google/hatch/variants/dratini/variant.c @@ -26,6 +26,7 @@ case SKU_21_DRAGONAIR: case SKU_22_DRAGONAIR: case SKU_23_DRAGONAIR: + case SKU_24_DRAGONAIR: filename = "wifi_sar-dragonair.hex"; break; }