Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/26645
to look at the new patch set (#2).
Change subject: soc/intel/common/block/cpu: Perform AP init if publish_mp_service_ppi=1
......................................................................
soc/intel/common/block/cpu: Perform AP init if publish_mp_service_ppi=1
This patch ensures that coreboot can still perform AP initialziation
if publish_mp_service_ppi is enabled through mainboard devicetree.cb
Change-Id: I699c5457898c1dea0b6f78ec74dd02fb400db14f
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
---
M src/soc/intel/common/block/cpu/mp_init.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/26645/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/26645
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I699c5457898c1dea0b6f78ec74dd02fb400db14f
Gerrit-Change-Number: 26645
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30155
Change subject: soc/intel/common: Add option to publish MP service PPI
......................................................................
soc/intel/common: Add option to publish MP service PPI
This patch ensures to have required configuration option in
intel common cpu code to publish MP service PPI based on
devicetree.cb selection on supported platform.
TEST=Support platform should select publish_mp_service_ppi=1
to enable MP service PPI publish option.
Change-Id: Ie076c93429f3e647cfc9feb415b33fb27b2f1254
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
---
M src/soc/intel/common/block/chip/chip.c
M src/soc/intel/common/block/include/intelblocks/chip.h
2 files changed, 30 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/30155/1
diff --git a/src/soc/intel/common/block/chip/chip.c b/src/soc/intel/common/block/chip/chip.c
index aecf060..1514120 100644
--- a/src/soc/intel/common/block/chip/chip.c
+++ b/src/soc/intel/common/block/chip/chip.c
@@ -47,3 +47,18 @@
return common_config->use_fsp_mp_init;
}
+
+/*
+ * This function will get MP service PPI config
+ *
+ * Return values:
+ * 0 = Don't create PPI structure
+ * 1 = Create PPI structure
+ */
+int chip_get_mp_service_ppi_config(void)
+{
+ const struct soc_intel_common_config *common_config;
+ common_config = chip_get_common_soc_structure();
+
+ return common_config->publish_mp_service_ppi;
+}
diff --git a/src/soc/intel/common/block/include/intelblocks/chip.h b/src/soc/intel/common/block/include/intelblocks/chip.h
index d761f6b..fe6d8d7 100644
--- a/src/soc/intel/common/block/include/intelblocks/chip.h
+++ b/src/soc/intel/common/block/include/intelblocks/chip.h
@@ -39,6 +39,12 @@
* 1 = Make use of FSP MP Init
*/
uint8_t use_fsp_mp_init;
+ /*
+ * Create MP service PPI
+ * 0 = Don't create PPI structure
+ * 1 = Create PPI structure
+ */
+ uint8_t publish_mp_service_ppi;
};
/* This function to retrieve soc config structure required by common code */
@@ -53,4 +59,13 @@
*/
int chip_get_fsp_mp_init(void);
+/*
+ * This function will get MP service PPI config
+ *
+ * Return values:
+ * 0 = Don't create PPI structure
+ * 1 = Create PPI structure
+ */
+int chip_get_mp_service_ppi_config(void);
+
#endif /* SOC_INTEL_COMMON_BLOCK_CHIP_H */
--
To view, visit https://review.coreboot.org/c/coreboot/+/30155
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie076c93429f3e647cfc9feb415b33fb27b2f1254
Gerrit-Change-Number: 30155
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: newchange
Jenny Tc has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30151
Change subject: Revert "mb/google/poppy/variants/nocturne: Add DMIC properties to ACPI DSD"
......................................................................
Revert "mb/google/poppy/variants/nocturne: Add DMIC properties to ACPI DSD"
This reverts commit 999b916015ea0558e3821bdb51501b43a60b5ed6.
The DMIC doesn't have an ACPI id. The patch which enables ACPI
device with id DMIC may create conflict in the feature. Also the
ACPI id "DMIC" doesn't comply with ACPI naming conventions. The
issue for which the patch was introduced, is already addressed in
kernel DMIC driver and the patches are upstreamed in to the Linux
kernel.
Change-Id: I42cb076700dcb5906599471bebfcd5b265b17644
Signed-off-by: Jenny TC <jenny.tc(a)intel.com>
---
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
2 files changed, 1 insertion(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/30151/1
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index 0683f45..7b970de 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -3,7 +3,6 @@
def_bool n
select BOARD_ROMSIZE_KB_16384
select DRIVERS_GENERIC_GPIO_KEYS
- select DRIVERS_GENERIC_GENERIC
select DRIVERS_I2C_GENERIC
select DRIVERS_I2C_HID
select EC_GOOGLE_CHROMEEC
diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
index 031c7ff..76b9773 100644
--- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
@@ -468,18 +468,7 @@
end # LPC Interface
device pci 1f.1 on end # P2SB
device pci 1f.2 on end # Power Management Controller
- device pci 1f.3 on
- chip drivers/generic/generic
- register "hid" = ""DMIC""
- register "name" = ""DMIC""
- register "desc" = ""Generic DMIC""
- register "property_count" = "1"
- register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
- register "property_list[0].name" = ""modeswitch_delay_ms""
- register "property_list[0].integer" = "35"
- device generic 0 on end
- end
- end # Intel HDA
+ device pci 1f.3 on end # Intel HDA
device pci 1f.4 on end # SMBus
device pci 1f.5 on end # PCH SPI
device pci 1f.6 off end # GbE
--
To view, visit https://review.coreboot.org/c/coreboot/+/30151
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I42cb076700dcb5906599471bebfcd5b265b17644
Gerrit-Change-Number: 30151
Gerrit-PatchSet: 1
Gerrit-Owner: Jenny Tc <jenny.tc(a)intel.com>
Gerrit-MessageType: newchange
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30150
to look at the new patch set (#4).
Change subject: arch/x86/smbios: Add SMBIOS type for QCA6174A
......................................................................
arch/x86/smbios: Add SMBIOS type for QCA6174A
BUG=b:118656705
TEST=dmidecode -t 0xf8 and make sure that the correct SMBIOS type
information gets returned.
Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Signed-off-by: Amanda Huang <amanda_hwang(a)compal.corp-partner.google.com>
---
M src/arch/x86/smbios.c
M src/include/smbios.h
M src/mainboard/google/kahlee/variants/baseboard/mainboard.c
3 files changed, 67 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/30150/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/30150
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Gerrit-Change-Number: 30150
Gerrit-PatchSet: 4
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30150
to look at the new patch set (#3).
Change subject: arch/x86/smbios: Add SMBIOS type for QCA6174A
......................................................................
arch/x86/smbios: Add SMBIOS type for QCA6174A
BUG=b:118656705
TEST=dmidecode -t 0xf8 and make sure that the correct SMBIOS type
information gets returned.
Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Signed-off-by: Amanda Huang <amanda_hwang(a)compal.corp-partner.google.com>
---
M src/arch/x86/smbios.c
M src/include/smbios.h
M src/mainboard/google/kahlee/variants/baseboard/mainboard.c
3 files changed, 67 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/30150/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/30150
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Gerrit-Change-Number: 30150
Gerrit-PatchSet: 3
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30150
to look at the new patch set (#2).
Change subject: arch/x86/smbios: Add SMBIOS type for QCA6174A
......................................................................
arch/x86/smbios: Add SMBIOS type for QCA6174A
BUG=b:118656705
TEST=dmidecode -t 0xf8 and make sure that the correct SMBIOS type
information gets returned.
Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Signed-off-by: Amanda Huang <amanda_hwang(a)compal.corp-partner.google.com>
---
M src/arch/x86/smbios.c
M src/include/smbios.h
M src/mainboard/google/kahlee/variants/baseboard/mainboard.c
3 files changed, 66 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/30150/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30150
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0d1f84898bb4130b55508cc29fa2412ec8bad658
Gerrit-Change-Number: 30150
Gerrit-PatchSet: 2
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset