Matt Delco has uploaded this change for review. ( https://review.coreboot.org/27604
Change subject: ec/google/chromeec: de-dup a _UID
......................................................................
ec/google/chromeec: de-dup a _UID
There's two instances od _UID 1 for PNP0C02. This change moves the
more system-specific instance of the two to a higher number. I
believe these are the 4 I'm seeing.
soc/intel/skylake/acpi/systemagent.asl
Device (PDRC)
Name (_HID, EISAID ("PNP0C02"))
Name (_UID, 1)
soc/intel/skylake/acpi/lpc.asl
Device (LDRC)
Name (_HID, EISAID ("PNP0C02"))
Name (_UID, 2)
ec/google/chromeec/acpi/superio.asl
Device (ECMM) {
Name (_HID, EISAID ("PNP0C02"))
Name (_UID, 1)
ec/google/chromeec/acpi/superio.asl
Device (ECUI) {
Name (_HID, EISAID ("PNP0C02"))
Name (_UID, 3)
Change-Id: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4
Signed-off-by: Matt Delco <delco(a)chromium.org>
---
M src/ec/google/chromeec/acpi/superio.asl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/27604/1
diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl
index 7cd6523..8faabee 100644
--- a/src/ec/google/chromeec/acpi/superio.asl
+++ b/src/ec/google/chromeec/acpi/superio.asl
@@ -39,7 +39,7 @@
#ifdef SIO_EC_MEMMAP_ENABLE
Device (ECMM) {
Name (_HID, EISAID ("PNP0C02"))
- Name (_UID, 1)
+ Name (_UID, 4)
Name (_ADR, 0)
Method (_STA, 0, NotSerialized) {
--
To view, visit https://review.coreboot.org/27604
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4
Gerrit-Change-Number: 27604
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Delco <delco(a)chromium.org>
Matt Delco has uploaded this change for review. ( https://review.coreboot.org/27603
Change subject: soc/intel/skylake: use unique _uid
......................................................................
soc/intel/skylake: use unique _uid
There's two cases of 1 being used. This changes the
eighth instance to use 8.
Change-Id: I7057a4345dadcc6f8fb43093844d27007444f481
Signed-off-by: Matt Delco <delco(a)chromium.org>
---
M src/soc/intel/skylake/acpi/irqlinks.asl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/27603/1
diff --git a/src/soc/intel/skylake/acpi/irqlinks.asl b/src/soc/intel/skylake/acpi/irqlinks.asl
index 6a85a74..1dd50ba 100644
--- a/src/soc/intel/skylake/acpi/irqlinks.asl
+++ b/src/soc/intel/skylake/acpi/irqlinks.asl
@@ -389,7 +389,7 @@
Device (LNKH)
{
Name (_HID, EISAID ("PNP0C0F"))
- Name (_UID, 1)
+ Name (_UID, 8)
Name (_PRS, ResourceTemplate ()
{
--
To view, visit https://review.coreboot.org/27603
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7057a4345dadcc6f8fb43093844d27007444f481
Gerrit-Change-Number: 27603
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Delco <delco(a)chromium.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27602 )
Change subject: nb/amd/pi/00730F01: use MMIO and performance counters from AGESA
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/27602/2/src/northbridge/amd/pi/00730F01/nor…
File src/northbridge/amd/pi/00730F01/northbridge.c:
https://review.coreboot.org/#/c/27602/2/src/northbridge/amd/pi/00730F01/nor…
PS2, Line 651: ivrs->ivhd.iommu_feature_info = ivrs_agesa->ivhd.iommu_feature_info & 0x7fe000;
line over 80 characters
--
To view, visit https://review.coreboot.org/27602
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7e3a3d21f295ae96962d7718b9568fc4b67eb23d
Gerrit-Change-Number: 27602
Gerrit-PatchSet: 2
Gerrit-Owner: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 13:57:37 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Felix Held has posted comments on this change. ( https://review.coreboot.org/27600 )
Change subject: include/device/pci: Fix union endianess
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
https://review.coreboot.org/#/c/27600/1/src/include/device/pci.h
File src/include/device/pci.h:
https://review.coreboot.org/#/c/27600/1/src/include/device/pci.h@68
PS1, Line 68: };
: #endif
the #endif needs to be before the };
--
To view, visit https://review.coreboot.org/27600
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I3dad4153008654d69db881e83e96421e9e3bde5a
Gerrit-Change-Number: 27600
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 13:46:01 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes
Elyes HAOUAS has posted comments on this change. ( https://review.coreboot.org/27590 )
Change subject: [test]i945: Fix sdram_rcomp_buffer_strength_and_slew for i945gc
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/27590/2/src/northbridge/intel/i945/raminit.c
File src/northbridge/intel/i945/raminit.c:
https://review.coreboot.org/#/c/27590/2/src/northbridge/intel/i945/raminit.…
PS2, Line 965:
> you change IDX for this option...
in fact for dual channel, we need 2 idx :
the 1st one is for channel0 : idx= 5 * dimm0 + dimm1
and the 2nd for channel1, called idx_channel1 = 5 * dimm2 + dimm3
--
To view, visit https://review.coreboot.org/27590
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iff1705788fdffeacd94fe5e50507733ff7c0f96b
Gerrit-Change-Number: 27590
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 23 Jul 2018 11:38:14 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No