build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/54092 )
Change subject: security/intel/txt: Split of microcode error type printing
......................................................................
Patch Set 1:
(5 comments)
File src/security/intel/txt/logging.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119156):
https://review.coreboot.org/c/coreboot/+/54092/comment/03baae4a_b11ef7a4
PS1, Line 14: static const char *types[] =
static const char * array should probably be static const char * const
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119156):
https://review.coreboot.org/c/coreboot/+/54092/comment/d41b0c33_34a7b5bf
PS1, Line 15: {
that open brace { should be on the previous line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119156):
https://review.coreboot.org/c/coreboot/+/54092/comment/10173387_b5d6bae0
PS1, Line 33: static const char *unkown = "Unknown";
'unkown' may be misspelled - perhaps 'unknown'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119156):
https://review.coreboot.org/c/coreboot/+/54092/comment/fc0e6f85_94e03bcb
PS1, Line 38: return unkown;
'unkown' may be misspelled - perhaps 'unknown'?
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119156):
https://review.coreboot.org/c/coreboot/+/54092/comment/3e11e21a_e45758af
PS1, Line 59: printk(BIOS_ERR, "%s\n", intel_txt_microcode_error_type(txt_error & TXT_ERROR_MASK));
line over 96 characters
--
To view, visit https://review.coreboot.org/c/coreboot/+/54092
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I435de402fef6d4702c9c7250c8bd31243a04a46e
Gerrit-Change-Number: 54092
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 12 May 2021 14:23:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Anjaneya "Reddy" Chagam, Jonathan Zhang, Johnny Lin, Morgan Jang, Patrick Rudolph.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/54093 )
Change subject: security/intel/cbnt: Add logging
......................................................................
Patch Set 1:
(23 comments)
File src/security/intel/cbnt/logging.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/d4b14be3_523bf998
PS1, Line 21: uint64_t : 24;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/4d1cfb91_f8a5f7ec
PS1, Line 23: uint64_t : 1;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/a843171b_a868cb18
PS1, Line 25: uint64_t : 29;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/72aa8ed9_919812b5
PS1, Line 32: static const char *tpm_type[] = {
static const char * array should probably be static const char * const
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/28d8485f_f63ed7de
PS1, Line 41: uint64_t : 59;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/d70b38d4_60db9a88
PS1, Line 56: uint32_t : 15;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/d695f627_86d89856
PS1, Line 66: uint32_t : 5;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/934be21f_77b1c066
PS1, Line 73: _Static_assert(sizeof(union cbnt_errorcode) == sizeof(uint32_t), "Wrong size of cbnt_errorcode");
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/a0b1a9e7_7a060f29
PS1, Line 82: uint32_t : 2;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/6dfddadb_c23c3086
PS1, Line 93: uint32_t : 6;
space prohibited before that ':' (ctx:WxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/3eb4bb02_3c32cf7b
PS1, Line 111: return sinit_acm;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/b526cbe5_078be7ef
PS1, Line 127: printk(BIOS_DEBUG, "CBNT:\tSACM INFO:\tTPM type:\t\t\t%s\n", tpm_type[acm_info.tpm_type]);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/1c4ca9bf_7aee36bd
PS1, Line 129: printk(BIOS_DEBUG, "CBNT:\tSACM INFO:\tmeasured boot:\t\t\t%d\n", acm_info.measured_boot);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/c0ac7fe0_b4c252a2
PS1, Line 130: printk(BIOS_DEBUG, "CBNT:\tSACM INFO:\tverified boot:\t\t\t%d\n", acm_info.verified_boot);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/41c848ea_e8c7687c
PS1, Line 138: printk(BIOS_DEBUG, "CBNT:\tBOOTSTATUS:\tTXT disabled by policy:\t\t%d\n", btsts.txt_dis_pol);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/4bc76ca9_89621423
PS1, Line 139: printk(BIOS_DEBUG, "CBNT:\tBOOTSTATUS:\tBootguard startup error:\t%d\n", btsts.btg_startup_err);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/86938d7a_e99276c4
PS1, Line 140: printk(BIOS_DEBUG, "CBNT:\tBOOTSTATUS:\tTXT ucode or ACM error:\t\t%d\n", btsts.txt_err);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/80ff6e7a_e1ce1517
PS1, Line 156: printk(BIOS_DEBUG, "CBNT:\tERRORCODE: class:\t\t0x%x\n", err.sinit.class);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/bd036f7e_594d2a62
PS1, Line 167: const union cbnt_biosacm_errorcode biosacm_err = { .raw = read32((void *)CBNT_BIOSACM_ERRORCODE), };
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/b240488b_97327c08
PS1, Line 175: printk(BIOS_DEBUG, "CBNT:\tBIOSACM_ERRORCODE: class:\t\t\t0x%x\n", biosacm_err.txt.class);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/c158a3cd_a135b756
PS1, Line 176: printk(BIOS_DEBUG, "CBNT:\tBIOSACM_ERRORCODE: major:\t\t\t0x%x\n", biosacm_err.txt.major);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/09bda215_73e2ee08
PS1, Line 192: printk(BIOS_DEBUG, "CBNT:\tBIOSACM_ERRORCODE: ACM started:\t\t\t%d\n", biosacm_err.btg.acm_started);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119157):
https://review.coreboot.org/c/coreboot/+/54093/comment/f40681e2_df291644
PS1, Line 193: printk(BIOS_DEBUG, "CBNT:\tBIOSACM_ERRORCODE: KMID:\t\t\t0x%x\n", biosacm_err.btg.km_id);
line over 96 characters
--
To view, visit https://review.coreboot.org/c/coreboot/+/54093
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8b57132bedbd944b9861ab0e2e0d14723cb61635
Gerrit-Change-Number: 54093
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Anjaneya "Reddy" Chagam <anjaneya.chagam(a)intel.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Morgan Jang <Morgan_Jang(a)wiwynn.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Anjaneya "Reddy" Chagam <anjaneya.chagam(a)intel.com>
Gerrit-Attention: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Attention: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Attention: Morgan Jang <Morgan_Jang(a)wiwynn.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Wed, 12 May 2021 14:23:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Marx Wang has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/54079 )
Change subject: soc/intel/cannonlake: Provide RefreshWm for users to configurate
......................................................................
Abandoned
can't find the FspmUPD.h for CNL/CML.
--
To view, visit https://review.coreboot.org/c/coreboot/+/54079
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic364df8b446f291f410e09825075f5b5251621ff
Gerrit-Change-Number: 54079
Gerrit-PatchSet: 5
Gerrit-Owner: Marx Wang <marx.wang(a)intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: abandon
Deepti Deshatty has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54089 )
Change subject: soc/intel/alderlake: mb/intel/sm: Add tcss code
......................................................................
soc/intel/alderlake: mb/intel/sm: Add tcss code
Enable FSP 'MultiPhaseSilicon' init to execute tcss configure during
silicon init.
Type-c aux lines DC bias changes are propagated from tigerlake
platform.
TEST=Verified superspeed pendrive detection on coldboot.
Signed-off-by: Deepti Deshatty <deepti.deshatty(a)intel.com>
Change-Id: Ifce6abb0fce20e408931b904426131a42a5a4a36
---
M src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb
M src/soc/intel/alderlake/chip.h
M src/soc/intel/alderlake/fsp_params.c
A src/soc/intel/alderlake/include/soc/tcss.h
4 files changed, 35 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/54089/1
diff --git a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb
index beaf8fd..fea1c19 100644
--- a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb
+++ b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb
@@ -14,8 +14,7 @@
# TCSS
register "TcssAuxOri" = "1"
- register "IomTypeCPortPadCfg[0]" = "0x09020005"
- register "IomTypeCPortPadCfg[1]" = "0x09020006"
+ register "typec_aux_bias_pads[0]" = "{.pullup = GPP_A5, .pulldown = GPP_A6}"
# Enable heci communication
register "HeciEnabled" = "1"
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h
index fb9dd73..57b7868 100644
--- a/src/soc/intel/alderlake/chip.h
+++ b/src/soc/intel/alderlake/chip.h
@@ -212,17 +212,14 @@
bool CnviBtAudioOffload;
/*
- * IOM Port Config
- * If a port orientation needs to be controlled by the SOC this setting must be
- * updated to reflect the correct GPIOs being used for the SOC port flipping.
- * There are 4 ports each with a pair of GPIOs for Pull Up and Pull Down
- * 0,1 are pull up and pull down for port 0
- * 2,3 are pull up and pull down for port 1
- * 4,5 are pull up and pull down for port 2
- * 6,7 are pull up and pull down for port 3
- * values to be programmed correspond to the GPIO family and offsets
+ * These GPIOs will be programmed by the IOM to handle biasing of the
+ * Type-C aux (SBU) signals when certain alternate modes are used.
+ * `pad_auxn_dc` should be assigned to the GPIO pad providing negative
+ * bias (name usually contains `AUXN_DC` or `AUX_N`); similarly,
+ * `pad_auxp_dc` should be assigned to the GPIO providing positive bias
+ * (name often contains `AUXP_DC` or `_AUX_P`).
*/
- uint32_t IomTypeCPortPadCfg[8];
+ struct typec_aux_bias_pads typec_aux_bias_pads[MAX_TYPE_C_PORTS];
/*
* SOC Aux orientation override:
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c
index 2ab1825..8664fe6 100644
--- a/src/soc/intel/alderlake/fsp_params.c
+++ b/src/soc/intel/alderlake/fsp_params.c
@@ -12,6 +12,7 @@
#include <intelblocks/xdci.h>
#include <intelpch/lockdown.h>
#include <intelblocks/mp_init.h>
+#include <intelblocks/tcss.h>
#include <soc/gpio_soc_defs.h>
#include <soc/intel/common/vbt.h>
#include <soc/pci_devs.h>
@@ -94,6 +95,7 @@
const struct microcode *microcode_file;
size_t microcode_len;
FSP_S_CONFIG *params = &supd->FspsConfig;
+ FSPS_ARCH_UPD *pfsps_arch_upd = &supd->FspsArchUpd;
uint32_t enable_mask;
struct device *dev;
@@ -129,8 +131,9 @@
params->D3ColdEnable = !config->TcssD3ColdDisable;
params->TcssAuxOri = config->TcssAuxOri;
- for (i = 0; i < 8; i++)
- params->IomTypeCPortPadCfg[i] = config->IomTypeCPortPadCfg[i];
+
+ /* Explicitly clear this field to avoid using defaults */
+ memset(params->IomTypeCPortPadCfg, 0, sizeof(params->IomTypeCPortPadCfg));
/*
* Set FSPS UPD ITbtConnectTopologyTimeoutInMs with value 0. FSP will
@@ -189,6 +192,9 @@
params->CpuUsb3OverCurrentPin[i] = config->tcss_ports[i].ocpin;
}
+ /* EnableMultiPhaseSiliconInit for running MultiPhaseSiInit */
+ pfsps_arch_upd->EnableMultiPhaseSiliconInit = 1;
+
/* Enable xDCI controller if enabled in devicetree and allowed */
dev = pcidev_path_on_root(PCH_DEVFN_USBOTG);
if (dev) {
@@ -298,11 +304,6 @@
mainboard_silicon_init_params(params);
}
-int soc_fsp_multi_phase_init_is_enable(void)
-{
- return 0;
-}
-
/*
* Callbacks for SoC/Mainboard specific overrides for FspMultiPhaseSiInit
* This platform supports below MultiPhaseSIInit Phase(s):
@@ -315,6 +316,13 @@
switch (phase_index) {
case 1:
/* TCSS specific initialization here */
+ printk(BIOS_DEBUG, "FSP MultiPhaseSiInit %s/%s called\n",
+ __FILE__, __func__);
+
+ if (CONFIG(SOC_INTEL_COMMON_BLOCK_TCSS)) {
+ const config_t *config = config_of_soc();
+ tcss_configure(config->typec_aux_bias_pads);
+ }
break;
default:
break;
diff --git a/src/soc/intel/alderlake/include/soc/tcss.h b/src/soc/intel/alderlake/include/soc/tcss.h
new file mode 100644
index 0000000..713528b
--- /dev/null
+++ b/src/soc/intel/alderlake/include/soc/tcss.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef _SOC_TCSS_H_
+#define _SOC_TCSS_H_
+
+/* IOM aux bias control registers in REGBAR MMIO space */
+#define IOM_AUX_BIAS_CTRL_PULLUP_OFFSET_0 0x1070
+#define IOM_AUX_BIAS_CTRL_PULLUP_OFFSET(x) (IOM_AUX_BIAS_CTRL_PULLUP_OFFSET_0 + (x) * 4)
+#define IOM_AUX_BIAS_CTRL_PULLDOWN_OFFSET_0 0x1088
+#define IOM_AUX_BIAS_CTRL_PULLDOWN_OFFSET(x) (IOM_AUX_BIAS_CTRL_PULLDOWN_OFFSET_0 + (x) * 4)
+
+#endif /* _SOC_TCSS_H_ */
--
To view, visit https://review.coreboot.org/c/coreboot/+/54089
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifce6abb0fce20e408931b904426131a42a5a4a36
Gerrit-Change-Number: 54089
Gerrit-PatchSet: 1
Gerrit-Owner: Deepti Deshatty <deepti.deshatty(a)intel.com>
Gerrit-MessageType: newchange
Attention is currently required from: Kangheui Won, Kane Chen, Chris Wang.
chris wang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51523 )
Change subject: mb/google/zork/var/shuboz: update USB OC pin mapping
......................................................................
Patch Set 15:
(2 comments)
File src/mainboard/google/zork/variants/shuboz/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/51523/comment/4c0560e6_326b46ec
PS12, Line 27:
> trailing whitespace
Please fix.
https://review.coreboot.org/c/coreboot/+/51523/comment/1c0a473f_19a2845a
PS12, Line 32:
> trailing whitespace
Please fix.
--
To view, visit https://review.coreboot.org/c/coreboot/+/51523
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icc1fa090109e6be54e2a5f49e364f5502f53aca2
Gerrit-Change-Number: 51523
Gerrit-PatchSet: 15
Gerrit-Owner: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Chris Wang <chris.wang(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Kangheui Won <khwon(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: chris wang <Chris.Wang(a)amd.com>
Gerrit-Attention: Kangheui Won <khwon(a)chromium.org>
Gerrit-Attention: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Attention: Chris Wang <chris.wang(a)amd.corp-partner.google.com>
Gerrit-Comment-Date: Wed, 12 May 2021 12:14:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Kangheui Won, Kane Chen, Chris Wang.
chris wang has uploaded a new patch set (#15) to the change originally created by Kane Chen. ( https://review.coreboot.org/c/coreboot/+/51523 )
Change subject: mb/google/zork/var/shuboz: update USB OC pin mapping
......................................................................
mb/google/zork/var/shuboz: update USB OC pin mapping
modify USB OC pin setting for Shuboz/Jelboz/Jelboz360
Shuboz/Jelboz:
usb_port_overcurrent_pin[0] = "USB_OC_PIN_0" # USB C0
usb_port_overcurrent_pin[1] = "USB_OC_PIN_0" # USB A0
usb_port_overcurrent_pin[2] = "USB_OC_PIN_1" # USB A1
usb_port_overcurrent_pin[3] = "USB_OC_PIN_1" # USB C1
Jelboz360:
usb_port_overcurrent_pin[0] = "USB_OC_PIN_0" # USB C0
usb_port_overcurrent_pin[1] = "USB_OC_PIN_0" # USB A0
usb_port_overcurrent_pin[2] = "USB_OC_NONE" # NONE
usb_port_overcurrent_pin[3] = "USB_OC_PIN_1" # USB C1
BUG=b:182879559
BRANCH=zork
TEST=emerge-zork coreboot, validate the OC mapping.
Signed-off-by: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Change-Id: Icc1fa090109e6be54e2a5f49e364f5502f53aca2
---
M src/mainboard/google/zork/variants/baseboard/helpers.c
M src/mainboard/google/zork/variants/baseboard/include/baseboard/variants.h
M src/mainboard/google/zork/variants/shuboz/overridetree.cb
M src/mainboard/google/zork/variants/shuboz/variant.c
4 files changed, 41 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/51523/15
--
To view, visit https://review.coreboot.org/c/coreboot/+/51523
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icc1fa090109e6be54e2a5f49e364f5502f53aca2
Gerrit-Change-Number: 51523
Gerrit-PatchSet: 15
Gerrit-Owner: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Chris Wang <chris.wang(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Kangheui Won <khwon(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Frank Chu <frank_chu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Hank Lin <hank2_lin(a)pegatron.corp-partner.google.com>
Gerrit-CC: Ken Lu <ken_lu(a)pegatron.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: chris wang <Chris.Wang(a)amd.com>
Gerrit-Attention: Kangheui Won <khwon(a)chromium.org>
Gerrit-Attention: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Attention: Chris Wang <chris.wang(a)amd.corp-partner.google.com>
Gerrit-MessageType: newpatchset