Conversation
7 tasks
crawfxrd
commented
Mar 19, 2026
a42ddd6 to
4c985c1
Compare
72210c0 to
3ee0eee
Compare
Member
Author
|
Not sure what's causing this dmesg error: And some warnings: |
aeceffc to
d1802e7
Compare
34616db to
33ed44e
Compare
- Requires CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_HAVE_GPE1 and CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_USE_GPE1 flags. - The existing static gpe functions has been renamed with gpe0. - Add gpe1 functions. BUG=b:362310295 TEST=Build with CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_HAVE_GPE1 and CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_USE_GPE1 flags, boot google/fatcat or intel/ptlrvp DUT, and check if GPE1 sts bits have been printed during boot. Search for: [DEBUG] GPE1 STD STS: <event string> Signed-off-by: Cliff Huang <cliff.huang@intel.com> Change-Id: I7ac1fbe6d45cbe0c86c3f72911900d92a186168d
New GPE1 bits are introduced in PTL for internal devices, including PME_B0, hot plug, and PCIe events. defines for GPE number for additional STD GPE0 in PTL defines for GPE number for GPE1 defines for GPE1 bits SOC_INTEL_COMMON_BLOCK_ACPI_HAVE_GPE1 is selected NOTE: All GEP1 bits are STD (Intel's Standard) GPE bits. BUG=362310295 TEST=This cannot be tested directly. Signed-off-by: Cliff Huang <cliff.huang@intel.com> Change-Id: Iebf6f6d02b37cc9702e4ee07c1ec0017b6628836
This change is to add the required GPE1 override functions for PTL. The override functions are called in Intel common pmclib.c. NOTE that GPE1 bits are SOC-specific and they are related to GPE0 events. 1. When CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_HAVE_GPE1 is set, the SOC GPE1 override functions soc_pmc_disable_std_gpe1() and soc_pmc_enable_std_gpe1() are required in order to configure GPE1 bits properly according to the corresponding GPE0 bits. 2. The mapping for GPE1 bits to their readable string is also provided BUG=b:362310295 TEST=This cannot be tested directly. Build with CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI_HAVE_GPE1 in google/fatcat or inte/ptlrvp. Boot to OS, Check both GPE0 and GPE1 EN bits. Signed-off-by: Cliff Huang <cliff.huang@intel.com> Change-Id: Ia79c49d399eff4b2f6978323b2f5e2bb167d8638
From Table 7. Host Device ID (DID0) and Process Graphics Device ID (DID2): > Note: 1. DID2 value depends on graphics cores and platform > configuration. Default value for 12xe graphics is B080h. > Optional values are: > * B081 > * B082 > * B083 > * B08F > Refer to Panther Lake GPU Dynamic Branding Technical Advisory (#851572). Fixes graphics init on Clevo L240JUX, which has DID 0xb082. Change-Id: I5354b53ebe7f2c02db3557a26f2b978b98a6390f Ref: Core Ultra Series 3 EDS, Volume 1 (#815002, r2.2) Signed-off-by: Tim Crawford <tcrawford@system76.com>
12.4.5 Package C-States:
> The processor supports C0, C2, C6, and C10 package states.
Fixes Linux kernel warning:
[Firmware Bug]: ACPI MWAIT C-state 0x33 not supported by HW (0x1000)
Change-Id: I31b2da7c277fe963145b41d4f5809854ee66c13e
Ref: Core Ultra Series 3 EDS, Volume 1 (#815002, r2.2)
Signed-off-by: Tim Crawford <tcrawford@system76.com>
There are 2 variants as they use different EC firmware based on the keyboard. - lemp14: 14" model with 83 key keyboard - lemp14-b: 16" model with 102 key keyboard Change-Id: Id8b0b3bf0591c49f5b2b284ea1ed4fe17a4305b3 Co-authored-by: Tim Crawford <tcrawford@system76.com> Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com>
Change-Id: I0c7b8b09364e0b7cf9800dca6bcd91750f68a142 Signed-off-by: Tim Crawford <tcrawford@system76.com>
Change-Id: I8c87906861fc070ad52163d70db0bf40afb93455 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reopen #268 because GitHub won't let me change the base branch.