Tim Chu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42963 )
Change subject: mb/ocp/deltalake: select PMC support on deltalake
......................................................................
mb/ocp/deltalake: select PMC support on deltalake
Enable PMC support on Deltalake and change the state to S5 state
when power is reapplied after power failure.
TEST=build for Deltalake and enable
CONFIG_POWER_STATE_OFF_AFTER_FAILURE in config table to override
POWER_STATE_DEFAULT_ON_AFTER_FAILURE which is select in
soc/intel/common/block/pmc/Kconfig
Boot the system and check the last bit of GEN_PMCON_B is set to 1
through ITP with command: pch.pm_dump
Signed-off-by: Tim Chu <Tim.Chu(a)quantatw.com>
Change-Id: I35c029c0aa4b91aa5d5f168daea05a6217d42f81
---
M src/mainboard/ocp/deltalake/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/42963/1
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig
index 0f693d2..2a195a1 100644
--- a/src/mainboard/ocp/deltalake/Kconfig
+++ b/src/mainboard/ocp/deltalake/Kconfig
@@ -12,6 +12,10 @@
select IPMI_KCS_ROMSTAGE
select IPMI_OCP
select OCP_DMI
+ select REG_SCRIPT
+ select SOC_INTEL_COMMON_BLOCK_PMC
+ select ACPI_INTEL_HARDWARE_SLEEP_VALUES
+ select CPU_INTEL_COMMON_SMM
config IPMI_KCS_REGISTER_SPACING
int
--
To view, visit https://review.coreboot.org/c/coreboot/+/42963
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35c029c0aa4b91aa5d5f168daea05a6217d42f81
Gerrit-Change-Number: 42963
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-MessageType: newchange
Johnny Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40308 )
Change subject: drivers/ocp/dmi: Add OCP_DMI driver for populating SMBIOS from IPMI FRU data
......................................................................
Patch Set 52:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40308/51/src/drivers/ocp/dmi/smbio…
File src/drivers/ocp/dmi/smbios.c:
https://review.coreboot.org/c/coreboot/+/40308/51/src/drivers/ocp/dmi/smbio…
PS51, Line 176: *p+
> Why do we double null terminate here?
I simply use the same smbios_add_string() in arch/x86/smbios.c
https://review.coreboot.org/c/coreboot/+/42029/18/src/arch/x86/smbios.c#77
but removed the if condition at L98 because that doesn't allow me to add duplicate strings.
From the SMBIOS Spec DSP0134 Version 3.0.0, section 6.1.3:
"Each string is terminated with a null (00h) BYTE and the set of strings is terminated with an additional null (00h) BYTE."
I think always adding two null bytes can be used for both terminating an individual string and a set of strings.
--
To view, visit https://review.coreboot.org/c/coreboot/+/40308
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I08c958dfad83216cd12545760a19d205efc2515b
Gerrit-Change-Number: 40308
Gerrit-PatchSet: 52
Gerrit-Owner: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Andrey Petrov <anpetrov(a)fb.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Jingle Hsu <jingle_hsu(a)wiwynn.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: Morgan Jang
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Andrey Petrov <andrey.petrov(a)gmail.com>
Gerrit-CC: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Wed, 01 Jul 2020 06:52:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Christian Walter <christian.walter(a)9elements.com>
Gerrit-MessageType: comment
Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42867 )
Change subject: mb/google/zork: update G2 TS RST delay time
......................................................................
mb/google/zork: update G2 TS RST delay time
in some m/b+BOE panel(G2 TS), G2 TS may still have chance to lost even
rst delay time already meets spec definition: 10us (minimum).
Restore G2 TS RST delay time to 50ms, we could have G2 TS working fine
on those specific m/b+BOE(G2 TS) panel.
BUG=b:159510906
BRANCH=master
TEST=emerge-zork coreboot
boot with G2 TS, make sure G2 TS is functional
Change-Id: Ic629c6c61572ab564def8893ce8d78dfb37d4590
Signed-off-by: Kevin Chiu <kevin.chiu(a)quantatw.com>
---
M src/mainboard/google/zork/variants/berknip/overridetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/42867/1
diff --git a/src/mainboard/google/zork/variants/berknip/overridetree.cb b/src/mainboard/google/zork/variants/berknip/overridetree.cb
index 18288ec..229469e 100644
--- a/src/mainboard/google/zork/variants/berknip/overridetree.cb
+++ b/src/mainboard/google/zork/variants/berknip/overridetree.cb
@@ -93,7 +93,7 @@
register "generic.irq_gpio" = "ACPI_GPIO_IRQ_EDGE_LOW(GPIO_12)"
register "generic.probed" = "1"
register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_140)"
- register "generic.reset_delay_ms" = "1"
+ register "generic.reset_delay_ms" = "50"
register "generic.has_power_resource" = "1"
register "hid_desc_reg_offset" = "0x01"
device i2c 40 on end
--
To view, visit https://review.coreboot.org/c/coreboot/+/42867
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic629c6c61572ab564def8893ce8d78dfb37d4590
Gerrit-Change-Number: 42867
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Chiu <Kevin.Chiu(a)quantatw.com>
Gerrit-MessageType: newchange