Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39502 )
Change subject: mb/google/deltaur: add deltaur mainboard initial support
......................................................................
Patch Set 8:
(2 comments)
https://review.coreboot.org/c/coreboot/+/39502/7/src/mainboard/google/delta…
File src/mainboard/google/deltaur/dsdt.asl:
https://review.coreboot.org/c/coreboot/+/39502/7/src/mainboard/google/delta…
PS7, Line 29:
> do you want to push this separately later? I didn't see it for tigerlake
Oh, you're right...
https://review.coreboot.org/c/coreboot/+/39502/7/src/mainboard/google/delta…
PS7, Line 49:
> do you have some concern? I think taking out this file means, we will need to remove some Kconfig fl […]
I just mean the dptf.asl... I guess that isn't ready for tgl yet.
--
To view, visit https://review.coreboot.org/c/coreboot/+/39502
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib98f328df22f39e7d9d625a3292954881ee15b15
Gerrit-Change-Number: 39502
Gerrit-PatchSet: 8
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kevin Chowski <chowski(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Selma Bensaid <selma.bensaid(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anil Kumar K <anil.kumar.k(a)intel.com>
Gerrit-CC: Bernardo Perez Priego <bernardo.perez.priego(a)intel.com>
Gerrit-CC: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Selma Bensaid <selma.bensaid(a)intel.corp-partner.google.com>
Gerrit-CC: Varun Joshi <varun.joshi(a)intel.com>
Gerrit-Comment-Date: Sat, 21 Mar 2020 02:11:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Bora Guvendik <bora.guvendik(a)intel.com>
Comment-In-Reply-To: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-MessageType: comment
Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Selma Bensaid, Tim Wawrzynczak, Duncan Laurie, Subrata Banik, Kevin Chowski, EricR Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39502
to look at the new patch set (#8).
Change subject: mb/google/deltaur: add deltaur mainboard initial support
......................................................................
mb/google/deltaur: add deltaur mainboard initial support
Created a new Google baseboard named deltaur, taking volteer
as a starting point.
BUG=b:151102807
TEST=make build successful
Signed-off-by: Bora Guvendik <bora.guvendik(a)intel.com>
Change-Id: Ib98f328df22f39e7d9d625a3292954881ee15b15
---
A src/mainboard/google/deltaur/Kconfig
A src/mainboard/google/deltaur/Kconfig.name
A src/mainboard/google/deltaur/Makefile.inc
A src/mainboard/google/deltaur/board_info.txt
A src/mainboard/google/deltaur/bootblock.c
A src/mainboard/google/deltaur/chromeos.c
A src/mainboard/google/deltaur/chromeos.fmd
A src/mainboard/google/deltaur/dsdt.asl
A src/mainboard/google/deltaur/ec.c
A src/mainboard/google/deltaur/mainboard.c
A src/mainboard/google/deltaur/smihandler.c
A src/mainboard/google/deltaur/variants/baseboard/Makefile.inc
A src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
A src/mainboard/google/deltaur/variants/baseboard/gpio.c
A src/mainboard/google/deltaur/variants/baseboard/include/baseboard/ec.h
A src/mainboard/google/deltaur/variants/baseboard/include/baseboard/gpio.h
A src/mainboard/google/deltaur/variants/baseboard/include/baseboard/variants.h
A src/mainboard/google/deltaur/variants/deltan/Makefile.inc
A src/mainboard/google/deltaur/variants/deltan/gpio.c
A src/mainboard/google/deltaur/variants/deltan/include/variant/ec.h
A src/mainboard/google/deltaur/variants/deltan/include/variant/gpio.h
A src/mainboard/google/deltaur/variants/deltan/overridetree.cb
A src/mainboard/google/deltaur/variants/deltaur/Makefile.inc
A src/mainboard/google/deltaur/variants/deltaur/gpio.c
A src/mainboard/google/deltaur/variants/deltaur/include/variant/ec.h
A src/mainboard/google/deltaur/variants/deltaur/include/variant/gpio.h
A src/mainboard/google/deltaur/variants/deltaur/overridetree.cb
27 files changed, 778 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/39502/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/39502
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib98f328df22f39e7d9d625a3292954881ee15b15
Gerrit-Change-Number: 39502
Gerrit-PatchSet: 8
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: EricR Lai <ericr_lai(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kevin Chowski <chowski(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Selma Bensaid <selma.bensaid(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anil Kumar K <anil.kumar.k(a)intel.com>
Gerrit-CC: Bernardo Perez Priego <bernardo.perez.priego(a)intel.com>
Gerrit-CC: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Selma Bensaid <selma.bensaid(a)intel.corp-partner.google.com>
Gerrit-CC: Varun Joshi <varun.joshi(a)intel.com>
Gerrit-MessageType: newpatchset
Wonkyu Kim has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39466 )
Change subject: mb/tglrvp: Update Audio AIC settings for Tiger Lake
......................................................................
Patch Set 7: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/39466
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I45935b79f6fa4ad66238eead9258a4f15feec508
Gerrit-Change-Number: 39466
Gerrit-PatchSet: 7
Gerrit-Owner: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.com>
Gerrit-Reviewer: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-Reviewer: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 21 Mar 2020 00:11:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment