-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for meer9 #229
Open
jackpot51
wants to merge
24
commits into
system76
Choose a base branch
from
meer9
base: system76
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
crawfxrd
reviewed
Aug 29, 2024
Change-Id: I37a0b808cf383379b8e284831644c824c0d4817e Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: I14ab16076df8393789b91570c2247b6dbe9aad8c Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: Ib963115797d45315570f72d36da0536c48a507e5 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: I38363e5bec66c91c2337675beaa7971fe7f55ef8 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: Ib7143c94f5451047ec43b3ebc2b61159cb32f804 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: I01a68c47d04b6ef9fedea8673d4071d9ea5ab872 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: I6ca8d3b9e80380b51693a81b2a2e0b3694b4612e Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: Ib8edc64fec1fc5c54a67d04278500b7d9e1bf3d6 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
Change-Id: I7baa6c7da99964c546658fd7ad9b1841ee89ca45 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
The only note about TPM interface in the user manual is that it can be either "CRB" or "ITS". Change-Id: I74d95d0e99de9ec4664818a1a51bfff2cd908098 Signed-off-by: Tim Crawford <tcrawford@system76.com>
Manual says there is a discrete TPM but I haven't gotten it to work. Change-Id: I5f0db9201391b44dde23007f9e90d776ab492d18 Signed-off-by: Tim Crawford <tcrawford@system76.com>
There definitely seems to be some WDT still running:
That fact that it's always 10 seconds makes me think that a press-and-release is triggering some PWRSW WDT (like how holding for 10s should trigger power off). Issue is "DACC" feature. A single note about it exists in the manual: "Auto clear CMOS when system boot improperly". Can be addressed for now by removing the |
Change-Id: Iab47f5b9fd5b911248ceb79f846cca3e185c384b Signed-off-by: Tim Crawford <tcrawford@system76.com>
Configure IO Standby for a bunch of pins and add TBT_LSX config. Seems to fix issue with plugging in USB-C during suspend. Change-Id: Ie38a5377c81bf76914be68f0e2ad3489177028f0 Signed-off-by: Tim Crawford <tcrawford@system76.com>
Change-Id: I7aa079c9a647abfb4f6712284aa9948c894d9a2b Signed-off-by: Tim Crawford <tcrawford@system76.com>
Change-Id: I258caa18e7217d859f393a9affe7e8f580ab7553 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This reverts commit 90cc4a3.
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.
Part of system76/firmware-open#560