-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
WIP: Lemp10 bringup #1030
WIP: Lemp10 bringup #1030
Conversation
6be433d
to
bca75ed
Compare
bca75ed
to
9a29c62
Compare
Support for the lemp10 in upstream coreboot has just been merged. The final version of the patchset will not include the S76 coreboot repo, rather, it will use coreboot 4.15 directly. |
Signed-off-by: Cody Ho <[email protected]>
The coreboot config is based off the default S76 config located in firmware-open/models/lemp10 with extraneous bits removed The linux config needs work as it is just a copy paste of the librem config. Signed-off-by: Cody Ho <[email protected]>
Signed-off-by: Cody Ho <[email protected]>
Signed-off-by: Cody Ho <[email protected]>
Signed-off-by: Cody Ho <[email protected]>
9a29c62
to
0977981
Compare
@aesrentai how is this going since 4.15 release? |
Life got busy, not sure when I'll have time to work on this in the immediate future. This code boots but I'm not comfortable merging it until #1031 gets merged also, and that's going to take a while longer. Not to mention, the lemp10 I'm using to test my code also happens to be my primary school laptop. |
Might want to revive this based on #1292 |
This is a WIP. Expect it to be force-pushed over repeatedly with no warning. See commit messages for details. This PR is a very standard board bringup except it adds the S76 github repo as a coreboot source.
Note: right now tpm2 support is disabled and the no tpm code is used, which should be changed whenever tpm2 support is added.