Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87236?usp=email )
Change subject: mb/google/fatcat: Enable FSP_UGOP_EARLY_SIGN_OF_LIFE
......................................................................
mb/google/fatcat: Enable FSP_UGOP_EARLY_SIGN_OF_LIFE
This patch refactors the eSOL enablement from SoC level to mainboard
and provide chances for mainboard to decidxe not to pick eSOL if
not supported.
Enable the FSP_UGOP_EARLY_SIGN_OF_LIFE Kconfig option for the Fatcat
and Felino boards.
The option was previously selected at the SOC level for Pantherlake,
but is now being enabled specifically for these mainboards.
BUG=b:400550435
TEST=Build the Fatcat and Felino targets. Verify that the eSOL works
fine.
Change-Id: Ie0cf5b00f75071640475d61420824cb2b89b4103
Signed-off-by: Subrata Banik <subratabanik(a)google.com>
---
M src/mainboard/google/fatcat/Kconfig
M src/soc/intel/pantherlake/Kconfig
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/87236/1
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig
index 2679b14..08a5eba 100644
--- a/src/mainboard/google/fatcat/Kconfig
+++ b/src/mainboard/google/fatcat/Kconfig
@@ -62,6 +62,7 @@
select DRIVERS_GENERIC_BAYHUB_LV2
select DRIVERS_GENERIC_MAX98357A
select DRIVERS_INTEL_TOUCH
+ select FSP_UGOP_EARLY_SIGN_OF_LIFE
config BOARD_GOOGLE_FATCAT
select BOARD_GOOGLE_MODEL_FATCAT
@@ -81,6 +82,7 @@
config BOARD_GOOGLE_FELINO
select BOARD_GOOGLE_BASEBOARD_FATCAT
+ select FSP_UGOP_EARLY_SIGN_OF_LIFE
select HAVE_SLP_S0_GATE
select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig
index a884631..36417db 100644
--- a/src/soc/intel/pantherlake/Kconfig
+++ b/src/soc/intel/pantherlake/Kconfig
@@ -17,7 +17,6 @@
select FAST_SPI_SUPPORTS_EXT_BIOS_WINDOW
select FSP_COMPRESS_FSP_S_LZ4
select FSP_M_XIP
- select FSP_UGOP_EARLY_SIGN_OF_LIFE
select FSP_USES_CB_DEBUG_EVENT_HANDLER
select FSPS_HAS_ARCH_UPD
select GENERIC_GPIO_LIB
--
To view, visit https://review.coreboot.org/c/coreboot/+/87236?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: Ie0cf5b00f75071640475d61420824cb2b89b4103
Gerrit-Change-Number: 87236
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subratabanik(a)google.com>
Attention is currently required from: Nicholas Chin.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87231?usp=email
to look at the new patch set (#2).
Change subject: [POC] Docs/lib/timestamp.md: Use Breathe to generate API documentation
......................................................................
[POC] Docs/lib/timestamp.md: Use Breathe to generate API documentation
API documentation written on doc.coreboot.org is likely to go out of
date when the code is changed, whereas docstrings directly in the code
are more likely to be updated. As a proof of concept, use Breathe to
pull the Doxygen function documentation for `include/timestamp.h` into
our markdown documentation.
To view and build this, do one of the following:
1. Install the following python3 modules:
- sphinx
- myst-parser
- sphinx_rtd_theme
- breathe
2. Install Doxygen
3. Run `make` from the `Documentation` folder. The output will be in
`Documentation/_build/html`
Change-Id: Iae85a33f11fe9dbe11943e63a4f1dfc95ccc0bf9
Signed-off-by: Nicholas Chin <nic.c3.14(a)gmail.com>
---
M Documentation/lib/timestamp.md
1 file changed, 6 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/87231/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/87231?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: Iae85a33f11fe9dbe11943e63a4f1dfc95ccc0bf9
Gerrit-Change-Number: 87231
Gerrit-PatchSet: 2
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/87230?usp=email )
Change subject: [RFC][POC] Docs: Integrate Breathe extension
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> Seems like the Doxyfile can use environment variables for the values of config options, so that migh […]
There is also the issue of Doxygen being ran from the main project Makefile (I put it there so that the input paths in the Doxyfile would be defined relative to the root of the coreboot tree), which causes the top level `build` directory to be created (as well as some other subfiles/subdirectories). This is an issue in the container as the coreboot tree is mounted read only.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87230?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: Ib9cdf93896184848e3ea450b774160ca30f1935c
Gerrit-Change-Number: 87230
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Apr 2025 04:06:42 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Martin L Roth.
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/87229?usp=email )
Change subject: [RFC][POC] util/docker/doc.coreboot.org: Add Breathe and Doxygen
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I had also looked into Sphinx C Autodoc and Hawkmoth which are alternative Sphinx extensions to pull in docstrings from code. They don't rely on Doxygen which might make some things easier, but instead use clang which seems to require passing all the correct build options which might be a bit difficult to extract properly without defining them all manually.
https://sphinx-c-autodoc.readthedocs.io/en/latest/https://hawkmoth.readthedocs.io/en/stable/index.html
--
To view, visit https://review.coreboot.org/c/coreboot/+/87229?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: I59cfe67ca476b370e6ea40323b7971b4f05ceb3d
Gerrit-Change-Number: 87229
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Comment-Date: Wed, 09 Apr 2025 03:59:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/87230?usp=email )
Change subject: [RFC][POC] Docs: Integrate Breathe extension
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> This currently doesn't work in the doc.coreboot. […]
Seems like the Doxyfile can use environment variables for the values of config options, so that might be a way to make this work.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87230?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: Ib9cdf93896184848e3ea450b774160ca30f1935c
Gerrit-Change-Number: 87230
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Apr 2025 03:51:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Dinesh Gehlot, Jayvik Desai, Nick Vaccaro, Subrata Banik.
Daniel Peng has posted comments on this change by Daniel Peng. ( https://review.coreboot.org/c/coreboot/+/87196?usp=email )
Change subject: mb/google/nissa/var/guren: Add touch screen ILIT2901 support
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
If no concern, please kindly help to submit the CL. Thanks.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87196?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: I3435a8852b1fdb897d5f89c580b5f9bfca03dd8e
Gerrit-Change-Number: 87196
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Peng <daniel_peng(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Daniel Peng <daniel_peng(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Jayvik Desai <jayvik(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jayvik Desai <jayvik(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Comment-Date: Wed, 09 Apr 2025 03:38:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Yu-Ping Wu.
Yidi Lin has posted comments on this change by Yu-Ping Wu. ( https://review.coreboot.org/c/coreboot/+/87225?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: util/mtkheader: Rename to util/mediatek
......................................................................
Patch Set 1:
(1 comment)
File util/README.md:
https://review.coreboot.org/c/coreboot/+/87225/comment/1dc47e4a_e8f7bdd0?us… :
PS1, Line 83: `Python3`
should move to the end of the above line ?
--
To view, visit https://review.coreboot.org/c/coreboot/+/87225?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: Ibc6ef9dddc541d2dd471898af431cadde231edca
Gerrit-Change-Number: 87225
Gerrit-PatchSet: 1
Gerrit-Owner: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 09 Apr 2025 03:38:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/87230?usp=email )
Change subject: [RFC][POC] Docs: Integrate Breathe extension
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
This currently doesn't work in the doc.coreboot.org container as Doxygen needs to be able to write its output somewhere, and the container mounts the tree as RO at /`/data-in` with `Documentation/_build/` being mounted RW at `/data-out`. Doxygen doesn't seem to have a flag to override the output directory in the Doxyfile so there isn't a trivial way to point it to `/data-out`.
--
To view, visit https://review.coreboot.org/c/coreboot/+/87230?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: Ib9cdf93896184848e3ea450b774160ca30f1935c
Gerrit-Change-Number: 87230
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Comment-Date: Wed, 09 Apr 2025 03:27:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No