Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37762 )
Change subject: Documentation/Intel: s5 charging applet design document
......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37762/4/Documentation/soc/intel/s5…
File Documentation/soc/intel/s5_charging_applet/s5_charging_applet.md:
https://review.coreboot.org/c/coreboot/+/37762/4/Documentation/soc/intel/s5…
PS4, Line 84: We can display charging screen after graphics PEIM execution has finished after fsp-s.
> I guess we are here dealing with entire PCI enumeration vs not doing PCI enumeration.
Is there data on how much extra power is consumed during that time?
--
To view, visit https://review.coreboot.org/c/coreboot/+/37762
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibb0d70d81890a60212c914b6bc2bfc7e35479ba9
Gerrit-Change-Number: 37762
Gerrit-PatchSet: 4
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Comment-Date: Thu, 19 Mar 2020 05:39:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh <furquan(a)google.com>
Comment-In-Reply-To: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: comment
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37762 )
Change subject: Documentation/Intel: s5 charging applet design document
......................................................................
Patch Set 4:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37762/4/Documentation/soc/intel/s5…
File Documentation/soc/intel/s5_charging_applet/s5_charging_applet.md:
https://review.coreboot.org/c/coreboot/+/37762/4/Documentation/soc/intel/s5…
PS4, Line 84: We can display charging screen after graphics PEIM execution has finished after fsp-s.
> If we are waiting until FSP-S i.e. […]
I guess we are here dealing with entire PCI enumeration vs not doing PCI enumeration.
https://review.coreboot.org/c/coreboot/+/37762/4/Documentation/soc/intel/s5…
PS4, Line 86: charging applet onto screen.
> coreboot is about only initializing the necessary hardware, so payloads can start. […]
As long as we are not mandatorily making S5 charging applet implementation for all platform, its not violating the spec. its an option like other bootloader has for modern OS tablet usecase, we have added this feature, if we are not intended to enable this for certain platform, then don't select the required Kconfig but i don't think we can say no to innovation in coreboot space as violation of previous assumptions
--
To view, visit https://review.coreboot.org/c/coreboot/+/37762
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibb0d70d81890a60212c914b6bc2bfc7e35479ba9
Gerrit-Change-Number: 37762
Gerrit-PatchSet: 4
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Comment-Date: Thu, 19 Mar 2020 03:52:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh <furquan(a)google.com>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)users.sourceforge.net>
Comment-In-Reply-To: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: comment
Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39619 )
Change subject: utin/lint/spelling.txt: Disable `afe`
......................................................................
utin/lint/spelling.txt: Disable `afe`
Uppercase `AFE` is an acronym for `Analog Front-End`. As it is a valid
spelling, comment out its entry to prevent false positives.
Change-Id: Ib8612d970d33d4955c572838bda217cfdb49dfe6
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M util/lint/spelling.txt
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/39619/1
diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt
index 58fe30d..8738077 100644
--- a/util/lint/spelling.txt
+++ b/util/lint/spelling.txt
@@ -12,6 +12,9 @@
# Reason: Both spellings are correct.
#acknowledgement||acknowledgment
#
+# Reason: AFE means `Analog Front-End`, and appears on register names.
+#afe||safe
+#
# Reason: On RISC-V, `SEPC` is the name of a register.
#sepc||spec
#
@@ -343,7 +346,6 @@
adviced||advised
afecting||affecting
afer||after
-afe||safe
affortable||affordable
afforts||affords
affort||afford
--
To view, visit https://review.coreboot.org/c/coreboot/+/39619
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib8612d970d33d4955c572838bda217cfdb49dfe6
Gerrit-Change-Number: 39619
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39638 )
Change subject: drivers/intel/gma: hook up GMA for Skylake+
......................................................................
Patch Set 5: Code-Review-1
Nico: Would you really prefer local variables in common to entries in the globalnvs OpRegion? Past platforms used the latter.
In any case, this presently redefines ACPI platforms on older platforms, so something will need correcting.
--
To view, visit https://review.coreboot.org/c/coreboot/+/39638
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5c2f0e8fe1ef91334d494c8a8605dd46cda80e3d
Gerrit-Change-Number: 39638
Gerrit-PatchSet: 5
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 18 Mar 2020 21:47:53 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39618 )
Change subject: util/lint/spelling.txt: Explain the commented-out entries
......................................................................
util/lint/spelling.txt: Explain the commented-out entries
If they were removed instead, it would be too easy to end up adding them
back again. They are kept in a comment so that they can be tracked.
Also, explain why these two entries have been commented out.
Change-Id: I8225944b5e3d1e022af169dda33e0344d4c3bccd
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M util/lint/spelling.txt
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/39618/1
diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt
index 1263144..58fe30d 100644
--- a/util/lint/spelling.txt
+++ b/util/lint/spelling.txt
@@ -7,10 +7,15 @@
# The format of each line is:
# mistake||correction
#
-# Note that "sepc" and "acknowledgement" have been commented out.
-
+# Some entries may trigger false-positives, and have been commented out:
+#
+# Reason: Both spellings are correct.
#acknowledgement||acknowledgment
+#
+# Reason: On RISC-V, `SEPC` is the name of a register.
#sepc||spec
+#
+
ACII||ASCII
Debiab||Debian
FTBS||FTBFS
--
To view, visit https://review.coreboot.org/c/coreboot/+/39618
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8225944b5e3d1e022af169dda33e0344d4c3bccd
Gerrit-Change-Number: 39618
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange