Attention is currently required from: Bora Guvendik, Subrata Banik.
Pranava Y N has posted comments on this change by Bora Guvendik. ( https://review.coreboot.org/c/coreboot/+/85272?usp=email )
Change subject: mb/google/fatcat: Enable SAGv
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
I am seeing a boot time regression of 55ms w/ this CL. @bora.guvendik@intel.com can you please create a partner bug for this so that we can discuss further?
--
To view, visit https://review.coreboot.org/c/coreboot/+/85272?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I340f4951fd33deadaac53edd30e2cf6bfc2a750b
Gerrit-Change-Number: 85272
Gerrit-PatchSet: 2
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Comment-Date: Thu, 09 Jan 2025 09:28:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85916?usp=email )
Change subject: Documentation/drivers/smmstore: Fix dead link
......................................................................
Documentation/drivers/smmstore: Fix dead link
The link to the document 'A Tour Beyond BIOS - Implementing UEFI
Authenticated Variables in SMM with EDK II' is currently pointing to a
dead location at Intel's website. Fix it by changing it to point at
tianocore's github site and hope that this one will be more reliable
over time.
Change-Id: Ic6ba341cbd37edec142f8868ffe9ef677736b3dd
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M Documentation/drivers/smmstore.md
M Documentation/drivers/smmstorev2.md
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/85916/1
diff --git a/Documentation/drivers/smmstore.md b/Documentation/drivers/smmstore.md
index c9f0060..717beee 100644
--- a/Documentation/drivers/smmstore.md
+++ b/Documentation/drivers/smmstore.md
@@ -128,7 +128,7 @@
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_b…
+* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDK II](https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_B…
Note, this differs significantly from coreboot's implementation.
diff --git a/Documentation/drivers/smmstorev2.md b/Documentation/drivers/smmstorev2.md
index 6956cd4..af6e0ce 100644
--- a/Documentation/drivers/smmstorev2.md
+++ b/Documentation/drivers/smmstorev2.md
@@ -199,7 +199,7 @@
## External links
-* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDKI](https://software.intel.com/sites/default/files/managed/cf/ea/a_tour_b…
+* [A Tour Beyond BIOS Implementing UEFI Authenticated Variables in SMM with EDK II](https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_B…
Note that this differs significantly from coreboot's implementation.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85916?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic6ba341cbd37edec142f8868ffe9ef677736b3dd
Gerrit-Change-Number: 85916
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85915?usp=email )
Change subject: Documentation: Fix wrong link to commit message guidelines
......................................................................
Documentation: Fix wrong link to commit message guidelines
In the gerrit guidelines there is an old link pointing to the retired
coreboot wiki (https://www.coreboot.org/Git#Commit_messages) when the
commit message guidelines are referenced. Indeed this section was never
ported over to the new documentation and is missing.
This commit rewrites this guidelines and adds them as a new section
based on what was in the wiki and updates the link accordingly.
Change-Id: I1cd2b13da6fe59697d677c7350d73eda5d486544
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M Documentation/contributing/gerrit_guidelines.md
1 file changed, 43 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/85915/1
diff --git a/Documentation/contributing/gerrit_guidelines.md b/Documentation/contributing/gerrit_guidelines.md
index ce6fa6f..2de1a39 100644
--- a/Documentation/contributing/gerrit_guidelines.md
+++ b/Documentation/contributing/gerrit_guidelines.md
@@ -304,7 +304,7 @@
the files that you’ve changed, and add those people.
* Familiarize yourself with the coreboot [commit message
-guidelines](https://www.coreboot.org/Git#Commit_messages), before pushing
+guidelines](#commit-message-guidelines), before pushing
patches. This will help to keep annoying requests to fix your commit
message to a minimum.
@@ -433,8 +433,50 @@
Requests for clarification and suggestions for updates to these guidelines
should be sent to the coreboot mailing list at <coreboot(a)coreboot.org>.
+Commit message guidelines
+-------------------------
+Git does not enforce a certain style for commit messages. For all aspects of
+Git to work best with, it's important to follow these simple guidelines for
+commit messages:
+
+- The first line of the commit message consists of a short
+ (less than 65 characters, absolute maximum is 75) summary
+- The second line is empty (no whitespace at all)
+- The third and any following number of lines contains a longer description
+ of the commit as is necessary, including relevant background information
+ and quite possibly rationale for why the issue was solved in this particular
+ way. These lines should never be longer than 75 characters.
+- The next line is empty (no whitespace at all)
+- An optional TEST= line which describes the test that was done in order to
+ validate the patch
+- An optional BUG= line to reference to a bug (of [coreboot's bug tracker] or any
+ other) this patch resolves
+- The next line is empty if the optional lines are used
+- A Change-Id: line to let gerrit track this logical change
+- A signed-off-by: line according to [Signed-off-by policy](#sign-off-procedure)
+
+Please do not create the Change-Id: and Signed-off-by: entries manually because
+it is boring and error-prone. Instead, please install the commit-msg hook and
+let the script to it for you. And remember to always use
+```Bash
+git commit -s
+```
+to have git add your Signed-off-by: automatically.
+
+When you write your commit message, please keep the following two hints in mind:
+
+* If anyone involved in coreboot reads your comment in a year or so, she or he
+ shall still be able to understand what your commit is about, without the need
+ to analyze the code.
+* Double-check that you are really committing what you think you are, e.g. by
+ typing the following in the top-level coreboot directory:
+```Bash
+git show
+```
+
[ready changes]: https://review.coreboot.org/q/age:1d+project:coreboot+status:open+is:mergea…
[Developer's Certificate of Origin 1.1]: https://developercertificate.org/
[Creative Commons Attribution-ShareAlike 2.5 License]: https://creativecommons.org/licenses/by-sa/2.5/
[this LKML thread]: https://lkml.org/lkml/2004/5/23/10
[SCO-Linux disputes]: https://en.wikipedia.org/wiki/SCO%E2%80%93Linux_disputes
+[coreboot's bug tracker]: https://ticket.coreboot.org/
--
To view, visit https://review.coreboot.org/c/coreboot/+/85915?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I1cd2b13da6fe59697d677c7350d73eda5d486544
Gerrit-Change-Number: 85915
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Attention is currently required from: Matt DeVillier.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85714?usp=email
to look at the new patch set (#10).
Change subject: mb/starlabs/starbook: Add AlderLake-N variant
......................................................................
mb/starlabs/starbook: Add AlderLake-N variant
Change-Id: Id45e31b61046748a57c8104081f689057621bb04
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
---
M Documentation/mainboard/index.md
A Documentation/mainboard/starlabs/starbook_adl_n.md
M src/mainboard/starlabs/starbook/Kconfig
M src/mainboard/starlabs/starbook/Kconfig.name
A src/mainboard/starlabs/starbook/variants/adl_n/Makefile.mk
A src/mainboard/starlabs/starbook/variants/adl_n/board.fmd
A src/mainboard/starlabs/starbook/variants/adl_n/data.vbt
A src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb
A src/mainboard/starlabs/starbook/variants/adl_n/devtree.c
A src/mainboard/starlabs/starbook/variants/adl_n/gpio.c
A src/mainboard/starlabs/starbook/variants/adl_n/hda_verb.c
A src/mainboard/starlabs/starbook/variants/adl_n/ramstage.c
A src/mainboard/starlabs/starbook/variants/adl_n/romstage.c
A src/mainboard/starlabs/starbook/variants/adl_n/vboot.fmd
14 files changed, 1,120 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/85714/10
--
To view, visit https://review.coreboot.org/c/coreboot/+/85714?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Id45e31b61046748a57c8104081f689057621bb04
Gerrit-Change-Number: 85714
Gerrit-PatchSet: 10
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Attention is currently required from: Hung-Te Lin, Xinxiong Xu, Yang Wu.
Yu-Ping Wu has posted comments on this change by Yang Wu. ( https://review.coreboot.org/c/coreboot/+/85890?usp=email )
Change subject: mb/google/corsola/var/wyrdeer: Add STA_2082109QFH040022_50E MIPI panel
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85890?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I64b907da8ff4e88b9290132033b9300d0b9488cb
Gerrit-Change-Number: 85890
Gerrit-PatchSet: 4
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 09 Jan 2025 08:50:04 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Xinxiong Xu, Yang Wu.
Yu-Ping Wu has posted comments on this change by Yang Wu. ( https://review.coreboot.org/c/coreboot/+/85889?usp=email )
Change subject: drivers/mipi: Add support for STA_2082109QFH040022_50E panel
......................................................................
Patch Set 3: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85889?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I131e179b7c4420e2038ec4023f9b2f505fc6c088
Gerrit-Change-Number: 85889
Gerrit-PatchSet: 3
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Xinxiong Xu <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 09 Jan 2025 08:49:51 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes