Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40465 )
Change subject: mb/gigabyte: Add GA-D510UD
......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/40465/6//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/40465/6//COMMIT_MSG@11
PS6, Line 11: M
> What does not work, or is untested yet?
The one thing that doesn't work is the 2nd DIMM slot. The rest I think is working, but I'd like to re-check.
https://review.coreboot.org/c/coreboot/+/40465/6/src/mainboard/gigabyte/ga-…
File src/mainboard/gigabyte/ga-d510ud/acpi/ec.asl:
https://review.coreboot.org/c/coreboot/+/40465/6/src/mainboard/gigabyte/ga-…
PS6, Line 1:
> Remove file?
Can't remove it, southbridge ASL always tries to include this file...
--
To view, visit https://review.coreboot.org/c/coreboot/+/40465
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2126c7d31e0d8a8f80df69fdcdcd202b87f219a4
Gerrit-Change-Number: 40465
Gerrit-PatchSet: 6
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Thu, 05 Nov 2020 10:24:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Christian Walter <christian.walter(a)9elements.com>
Gerrit-MessageType: comment
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40465
to look at the new patch set (#6).
Change subject: mb/gigabyte: Add GA-D510UD
......................................................................
mb/gigabyte: Add GA-D510UD
I call this the Pineview potato. Booted fine on the first try.
Most things work properly, but I haven't tested them thoroughly.
Change-Id: I2126c7d31e0d8a8f80df69fdcdcd202b87f219a4
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
A src/mainboard/gigabyte/ga-d510ud/Kconfig
A src/mainboard/gigabyte/ga-d510ud/Kconfig.name
A src/mainboard/gigabyte/ga-d510ud/Makefile.inc
A src/mainboard/gigabyte/ga-d510ud/acpi/ec.asl
A src/mainboard/gigabyte/ga-d510ud/acpi/ich7_pci_irqs.asl
A src/mainboard/gigabyte/ga-d510ud/acpi/superio.asl
A src/mainboard/gigabyte/ga-d510ud/acpi_tables.c
A src/mainboard/gigabyte/ga-d510ud/board_info.txt
A src/mainboard/gigabyte/ga-d510ud/cmos.default
A src/mainboard/gigabyte/ga-d510ud/cmos.layout
A src/mainboard/gigabyte/ga-d510ud/cstates.c
A src/mainboard/gigabyte/ga-d510ud/data.vbt
A src/mainboard/gigabyte/ga-d510ud/devicetree.cb
A src/mainboard/gigabyte/ga-d510ud/dsdt.asl
A src/mainboard/gigabyte/ga-d510ud/early_init.c
A src/mainboard/gigabyte/ga-d510ud/gpio.c
A src/mainboard/gigabyte/ga-d510ud/hda_verb.c
17 files changed, 493 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/40465/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/40465
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2126c7d31e0d8a8f80df69fdcdcd202b87f219a4
Gerrit-Change-Number: 40465
Gerrit-PatchSet: 6
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: newpatchset
Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/46927 )
Change subject: Add install and uninstall targets to Makefile
......................................................................
Add install and uninstall targets to Makefile
- Will install em100 to /usr/local/bin
- Will install udev rule to /etc/udev/rules.d
Assumes that there is a plugdev group
(some systems may not have it)
Signed-off-by: Alexander Amelkin <a.amelkin(a)yadro.com>
Change-Id: Ibfcd6f9f2f577b1f7d8d2d4b0a89405d38264d3d
---
M Makefile
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/27/46927/1
diff --git a/Makefile b/Makefile
index a5b8c33..14c928e 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,14 @@
distclean: clean
rm -f em100pro_chips.h
+install: em100 60-dediprog-em100pro.rules
+ install -m 644 60-dediprog-em100pro.rules /etc/udev/rules.d/
+ install -s -m 750 -g plugdev em100 /usr/local/bin/
+
+uninstall: /usr/local/bin/em100
+ rm -f /etc/udev/rules.d/60-dediprog-em100pro.rules
+ rm -f /usr/local/bin/em100
+
-include .dependencies
.PHONY: clean distclean tarballs
--
To view, visit https://review.coreboot.org/c/em100/+/46927
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: em100
Gerrit-Branch: master
Gerrit-Change-Id: Ibfcd6f9f2f577b1f7d8d2d4b0a89405d38264d3d
Gerrit-Change-Number: 46927
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange
Hello build bot (Jenkins), Furquan Shaikh, Subrata Banik, Ronak Kanabar, Aamir Bohra, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46842
to look at the new patch set (#8).
Change subject: soc/intel/jasperlake: Correct GPIO pad sequence for community pad group
......................................................................
soc/intel/jasperlake: Correct GPIO pad sequence for community pad group
In gpio.c file, we have community group array for each comm,
representing gpio groups within that community. Like there might be
group H,D, VGPIO and C within community 1. Community also may have
some reserved gpio and we also define those in an array which indicates
OS can't use those GPIO (through PAD_BASE_NONE)
Now when we define reserved pads in the middle of actual community
pads, it creates an issue while calculating an offset for GPIO
host own pad register. This is because function actually checks
current gpio index (lets say vgpio_39 in our case) and tries to get
group index from an array which we have defined. If we have defined
reserved gpios in between 2 communities, index calculated will also
account for reserved GPIO and register offset calculation will move
to next set of register (offset 0xC instead of offset 0x8).
Because of this coreboot won't configure HOST_OWN_PAD register correctly
and driver will not be able to get non-SMI interrupts for related gpio.
Align pad group as per EDS and pin-ctrl driver in linux kernel.
Reference: DOC#618876 (EDS volume 2)
BUG=None
BRANCH=None
TEST=VGPIO community index is correctly calculated. Drawlat board
boots fine with this change and warm reset also works.
Change-Id: Id6013914c88c50f4b8c60ca9a9285a8e1b214d11
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
---
M src/soc/intel/jasperlake/gpio.c
1 file changed, 14 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/46842/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/46842
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6013914c88c50f4b8c60ca9a9285a8e1b214d11
Gerrit-Change-Number: 46842
Gerrit-PatchSet: 8
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: newpatchset
Maulik V Vaghela has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46842 )
Change subject: soc/intel/jasperlake: Correct GPIO pad sequence for community pad group
......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46842/7/src/soc/intel/jasperlake/i…
File src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h:
PS7:
> Maulik - can you please push the renaming of GPIOs as a separate CL? I think it will keep the change […]
Ack
Sure Furquan..Let me push one more base patch with renames of GPIO
--
To view, visit https://review.coreboot.org/c/coreboot/+/46842
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6013914c88c50f4b8c60ca9a9285a8e1b214d11
Gerrit-Change-Number: 46842
Gerrit-PatchSet: 7
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Thu, 05 Nov 2020 06:37:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh <furquan(a)google.com>
Gerrit-MessageType: comment
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46842 )
Change subject: soc/intel/jasperlake: Correct GPIO pad sequence for community pad group
......................................................................
Patch Set 7: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/46842/7/src/soc/intel/jasperlake/i…
File src/soc/intel/jasperlake/include/soc/gpio_soc_defs.h:
https://review.coreboot.org/c/coreboot/+/46842/7/src/soc/intel/jasperlake/i…
PS7, Line 306: #define GPIO_RSVD_24 240
: #define GPIO_RSVD_25 241
: #define GPIO_RSVD_26 242
: #define GPIO_RSVD_27 243
: #define GPIO_RSVD_28 244
: #define GPIO_RSVD_29 245
: #define GPIO_RSVD_30 246
: #define GPIO_RSVD_31 247
: #define GPIO_RSVD_32 248
: #define GPIO_RSVD_33 249
: #define GPIO_RSVD_34 250
: #define GPIO_RSVD_35 251
: #define GPIO_RSVD_36 252
> Since these are the reserved at the end of the community, It won't impact the offset calculation wit […]
SG.
PS7:
Maulik - can you please push the renaming of GPIOs as a separate CL? I think it will keep the changes cleaner and easier for anyone to read/review as well.
Patch 1 - Reorganize the pad groups in the communities in gpio.c
Patch 2 - Rename the reserved GPIOs to use actual names and drop the ones you are currently done in COM4.
--
To view, visit https://review.coreboot.org/c/coreboot/+/46842
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6013914c88c50f4b8c60ca9a9285a8e1b214d11
Gerrit-Change-Number: 46842
Gerrit-PatchSet: 7
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Thu, 05 Nov 2020 06:10:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Furquan Shaikh <furquan(a)google.com>
Comment-In-Reply-To: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-MessageType: comment
Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47010 )
Change subject: mb/google/dedede/var/drawcia: Probe and enable DPTF configuration
......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/47010/5/src/mainboard/google/deded…
File src/mainboard/google/dedede/variants/drawcia/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/47010/5/src/mainboard/google/deded…
PS5, Line 95: 65
> Yes that is correct. I could have moved the difference into a . […]
Thanks for this info.
https://review.coreboot.org/c/coreboot/+/47010/5/src/mainboard/google/deded…
PS5, Line 139: # Default DPTF Policy for all drawcia boards if not overridden
: register "options.tsr[0].desc" = ""Memory""
: register "options.tsr[1].desc" = ""Ambient""
: register "options.tsr[2].desc" = ""Charger""
: register "options.tsr[3].desc" = ""5V regulator""
> I may be wrong, but I am not aware of any such option. […]
Tim, do you have any suggestion here ? Please, let's know.
This TSR1 trip value depends on tuning as per current on-going discussion with ODM on b:169691800
--
To view, visit https://review.coreboot.org/c/coreboot/+/47010
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibf166a2e36fa5775e2dea7c1adcae843cc143d32
Gerrit-Change-Number: 47010
Gerrit-PatchSet: 5
Gerrit-Owner: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Evan Green <evgreen(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 05 Nov 2020 06:09:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Comment-In-Reply-To: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-MessageType: comment