Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39868 )
Change subject: mb/google/deltaur: Return SKU ID info
......................................................................
Patch Set 16:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39868/8/src/mainboard/google/deltau...
File src/mainboard/google/deltaur/variants/deltan/sku.c:
https://review.coreboot.org/c/coreboot/+/39868/8/src/mainboard/google/deltau...
PS8, Line 18: const static sku_info skus[] = {
: /* Deltan 360 - invalid configuration */
: { .id = -1, .name = "sku_invalid" },
: /* Deltan */
: { .id = 1, .name = "sku1" },
: /* Deltan 360 signed - invalid configuration */
: { .id = -1, .name = "sku_invalid" },
: /* Deltan signed */
: { .id = 2, .name = "sku2" },
: };
:
: static const uint32_t get_sku_index(void)
: {
: return ((!has_360_sensor_board()) | (wilco_ec_signed_fw() << 1));
: }
Since Deltan does not have the 360 sensor board, how about rewriting it without that? Something like […]
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/39868
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I20a497739e5062400b093648c3a634203dec6105
Gerrit-Change-Number: 39868
Gerrit-PatchSet: 16
Gerrit-Owner: Anil Kumar K
anil.kumar.k@intel.com
Gerrit-Reviewer: Anil Kumar K
anil.kumar.k@intel.com
Gerrit-Reviewer: Anil Kumar K
anil.kumar.k@intel.corp-partner.google.com
Gerrit-Reviewer: Bernardo Perez Priego
bernardo.perez.priego@intel.com
Gerrit-Reviewer: Bora Guvendik
bora.guvendik@intel.com
Gerrit-Reviewer: EricR Lai
ericr_lai@compal.corp-partner.google.com
Gerrit-Reviewer: Kevin Chowski
chowski@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Selma Bensaid
selma.bensaid@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: Varun Joshi
varun.joshi@intel.corp-partner.google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 10 Apr 2020 01:39:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-MessageType: comment