Attention is currently required from: Lance Zhao, Kapil Porwal, Tim Wawrzynczak.
Hello Lance Zhao, build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70022
to look at the new patch set (#4).
Change subject: acpi: Create a common method to add DmaProperty
......................................................................
acpi: Create a common method to add DmaProperty
Create a common method to add DmaProperty.
BUG=b:259716145
TEST=Verified SSDT on google/osiris.
Signed-off-by: Kapil Porwal <kapilporwal(a)google.com>
Change-Id: I75b3f22ad29f90f3c3b251bd0d70bae9d75f71fe
---
M src/acpi/device.c
M src/include/acpi/acpi_device.h
2 files changed, 40 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/70022/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/70022
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I75b3f22ad29f90f3c3b251bd0d70bae9d75f71fe
Gerrit-Change-Number: 70022
Gerrit-PatchSet: 4
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tarun Tuli, Subrata Banik.
Hello build bot (Jenkins), Tarun Tuli, Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70017
to look at the new patch set (#3).
Change subject: mb/google/brya: Add ACPI DmaProperty for ethernet devices
......................................................................
mb/google/brya: Add ACPI DmaProperty for ethernet devices
Add ACPI DmaProperty for ethernet devices.
BUG=b:259716145
TEST=Verified SSDT on google/osiris.
Before:
Scope (\_SB.PCI0.RP01)
{
Device (RLTK)
{
Name (_HID, "R8168") // _HID: Hardware ID
Name (_UID, 0xD0E889DD) // _UID: Unique ID
Name (_DDN, "Realtek r8168") // _DDN: DOS Device Name
Name (_ADR, 0x00000000) // _ADR: Address
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x07,
0x03
})
}
}
After:
Scope (\_SB.PCI0.RP01)
{
Device (RLTK)
{
Name (_HID, "R8168") // _HID: Hardware ID
Name (_UID, 0xD0E889DD) // _UID: Unique ID
Name (_DDN, "Realtek r8168") // _DDN: DOS Device Name
Name (_ADR, 0x00000000) // _ADR: Address
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x07,
0x03
})
Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
{
ToUUID ("70d24161-6dd5-4c9e-8070-705531292865"),
Package (0x01)
{
Package (0x02)
{
"DmaProperty",
One
}
}
})
}
}
Signed-off-by: Kapil Porwal <kapilporwal(a)google.com>
Change-Id: I647593fd02644d30cd21b60d8305c0ec55dc64cb
---
M src/mainboard/google/brya/variants/agah/overridetree.cb
M src/mainboard/google/brya/variants/brask/overridetree.cb
M src/mainboard/google/brya/variants/kinox/overridetree.cb
M src/mainboard/google/brya/variants/kuldax/overridetree.cb
M src/mainboard/google/brya/variants/lisbon/overridetree.cb
M src/mainboard/google/brya/variants/moli/overridetree.cb
M src/mainboard/google/brya/variants/osiris/overridetree.cb
7 files changed, 68 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/70017/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/70017
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I647593fd02644d30cd21b60d8305c0ec55dc64cb
Gerrit-Change-Number: 70017
Gerrit-PatchSet: 3
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tarun Tuli, Subrata Banik.
Kapil Porwal has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70017 )
Change subject: mb/google/brya: Add ACPI DmaProperty for ethernet devices
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/70017
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I647593fd02644d30cd21b60d8305c0ec55dc64cb
Gerrit-Change-Number: 70017
Gerrit-PatchSet: 2
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Comment-Date: Sat, 26 Nov 2022 13:59:37 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Tarun Tuli, Subrata Banik.
Kapil Porwal has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70016 )
Change subject: drivers/net/r8168: Add support for ACPI DmaProperty
......................................................................
Patch Set 3:
(1 comment)
This change is ready for review.
File src/drivers/net/r8168.c:
https://review.coreboot.org/c/coreboot/+/70016/comment/b1d95dcf_bdd90a8a
PS1, Line 407: struct acpi_dp *dsd, *pkg;
: dsd = acpi_dp_new_table("_DSD");
: pkg = acpi_dp_new_table(ACPI_DSD_DMA_PROPERTY_UUID);
: acpi_dp_add_integer(pkg, "DmaProperty", 1);
: acpi_dp_add_package(dsd, pkg);
: acpi_dp_write(dsd);
> can we find a common place to define this function ? this is 3rd time we are implementing the same f […]
Ack
--
To view, visit https://review.coreboot.org/c/coreboot/+/70016
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I647230082362b1093b63793a201eba23a6289121
Gerrit-Change-Number: 70016
Gerrit-PatchSet: 3
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Comment-Date: Sat, 26 Nov 2022 13:58:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Lance Zhao, Kapil Porwal, Tim Wawrzynczak.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70022 )
Change subject: acpi: Create a common method to add DmaProperty
......................................................................
Patch Set 3: Verified-1
(2 comments)
File src/acpi/device.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164582):
https://review.coreboot.org/c/coreboot/+/70022/comment/48ccb718_1a8f6e4f
PS3, Line 1194: if (prev_dsd == NULL) dsd = acpi_dp_new_table("_DSD");
trailing statements should be on next line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164582):
https://review.coreboot.org/c/coreboot/+/70022/comment/5b6a30f3_83791049
PS3, Line 1198: if (prev_dsd == NULL) acpi_dp_write(dsd);
trailing statements should be on next line
--
To view, visit https://review.coreboot.org/c/coreboot/+/70022
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I75b3f22ad29f90f3c3b251bd0d70bae9d75f71fe
Gerrit-Change-Number: 70022
Gerrit-PatchSet: 3
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Comment-Date: Sat, 26 Nov 2022 13:53:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Lance Zhao, Kapil Porwal, Tim Wawrzynczak.
Hello Lance Zhao, build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70022
to look at the new patch set (#3).
Change subject: acpi: Create a common method to add DmaProperty
......................................................................
acpi: Create a common method to add DmaProperty
Create a common method to add DmaProperty.
BUG=b:259716145
TEST=Verified SSDT on google/osiris.
Signed-off-by: Kapil Porwal <kapilporwal(a)google.com>
Change-Id: I75b3f22ad29f90f3c3b251bd0d70bae9d75f71fe
---
M src/acpi/device.c
M src/include/acpi/acpi_device.h
2 files changed, 38 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/70022/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/70022
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I75b3f22ad29f90f3c3b251bd0d70bae9d75f71fe
Gerrit-Change-Number: 70022
Gerrit-PatchSet: 3
Gerrit-Owner: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Felix Singer.
Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70021 )
Change subject: util/crossgcc/buildgcc: Fix acpica filename
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
The link is broken and the issue is already reported upstream
https://github.com/acpica/acpica/issues/810
--
To view, visit https://review.coreboot.org/c/coreboot/+/70021
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7b10dd1db4299aaef96bc29023bed874b660aba0
Gerrit-Change-Number: 70021
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Comment-Date: Sat, 26 Nov 2022 13:53:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment